network preflet: Make InterfaceListItem dumber
* Allows us to use InterfaceListItem for non-physical interface things (like a VPN connection)
This commit is contained in:
@@ -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'
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user