network preflet: Make InterfaceListItem dumber

* Allows us to use InterfaceListItem for non-physical
  interface things (like a VPN connection)
This commit is contained in:
Alexander von Gluck IV
2017-04-05 18:46:10 +00:00
parent 476da4a52f
commit 6516aed58b
5 changed files with 56 additions and 21 deletions
@@ -24,6 +24,7 @@ enum BNetworkSettingsType {
B_NETWORK_SETTINGS_TYPE_INTERFACE = 'intf',
B_NETWORK_SETTINGS_TYPE_SERVICE = 'serv',
B_NETWORK_SETTINGS_TYPE_DIAL_UP = 'dial',
B_NETWORK_SETTINGS_TYPE_VPN = 'vpnc',
B_NETWORK_SETTINGS_TYPE_OTHER = 'othr'
};