mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
iface: add support for ifaceLinkPrivFlags.LOOPBACK
Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
This commit is contained in:
@@ -63,6 +63,7 @@ class ifaceLinkPrivFlags():
|
||||
BRIDGE_VLAN_AWARE = 0x01000
|
||||
BRIDGE_VXLAN = 0x10000
|
||||
ADDRESS_VIRTUAL_SLAVE = 0x100000
|
||||
LOOPBACK = 0x1000000
|
||||
|
||||
@classmethod
|
||||
def get_str(cls, flag):
|
||||
|
Reference in New Issue
Block a user