diff --git a/addons/bridge.py b/addons/bridge.py index e1bba5d..564bf83 100644 --- a/addons/bridge.py +++ b/addons/bridge.py @@ -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 ' +