1
0
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:
Roopa Prabhu
2014-10-09 19:10:20 -07:00
parent 15ef32ea14
commit 39804250c7
4 changed files with 12 additions and 9 deletions

View File

@@ -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 """