1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00

addons: bridge: update bridge-access valid range (0 and 4095 are reserved)

Ticket: CM-14173
Reviewed By: Roopa, Daniel W, Nikhil G

Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>
This commit is contained in:
Julien Fortin
2017-01-04 19:54:42 +03:00
parent a4cf844858
commit 7a04fa917e

View File

@@ -228,7 +228,7 @@ class bridge(moduleBase):
'bridge-access' :
{ 'help' : 'bridge port access vlan. Must be ' +
'specified under the bridge port',
'validrange' : ['0', '4096'],
'validrange' : ['1', '4094'],
'example' : ['bridge-access 300']},
'bridge-allow-untagged' :
{ 'help' : 'indicate if the bridge port accepts ' +