mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
Update bridge.py
Readds the `none` value as a valid value for bridge-ports.
This commit is contained in:
@@ -67,7 +67,7 @@ class bridge(Addon, moduleBase):
|
||||
"help": "bridge ports",
|
||||
"multivalue": True,
|
||||
"required": True,
|
||||
"validvals": ["<interface-list>"],
|
||||
"validvals": ["<interface-list>", "none"],
|
||||
"example": [
|
||||
"bridge-ports swp1.100 swp2.100 swp3.100",
|
||||
"bridge-ports glob swp1-3.100",
|
||||
|
Reference in New Issue
Block a user