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:
@@ -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 ' +
|
||||
|
Reference in New Issue
Block a user