diff --git a/util/net/interfaces/interfaces.go b/util/net/interfaces/interfaces.go index f0ad6f9d..f69a099a 100644 --- a/util/net/interfaces/interfaces.go +++ b/util/net/interfaces/interfaces.go @@ -7,8 +7,11 @@ import ( const ( // ConfigTypeBridged - If the interface is a bridged - // interface, this is it's ConfigType. + // interface, this is its ConfigType. ConfigTypeBridged = "BRIDGED" + + // TypeIPSec - If the interface is IPSEC, this is its Type + TypeIPSec = "IPSEC" ) // Interface corresponds to the interface JSON structure in the settings.json