1
0
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:
Jasperswaagman
2020-07-29 18:01:12 +02:00
committed by GitHub
parent 6d4fd3f017
commit 6adcd9fe68

View File

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