mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
A few more fixes to the vlan aware bridge case
Ticket: CM-3346 Reviewed By: Testing Done: Tested with new and old bridge formats
This commit is contained in:
@@ -20,7 +20,8 @@ import json
|
||||
class ifaceType():
|
||||
UNKNOWN = 0x1
|
||||
GENERIC = 0x2
|
||||
BRIDGE_VLAN = 0x3
|
||||
BRIDGE = 0x3
|
||||
BRIDGE_VLAN = 0x4
|
||||
|
||||
class ifaceStatus():
|
||||
"""Enumerates iface status """
|
||||
|
||||
Reference in New Issue
Block a user