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

Increase LACP bypass period max to 900 seconds

Ticket: CM-5000
Reviewed By: Roopa
Testing Done:
This commit is contained in:
Wilson Kok
2015-02-23 11:18:34 -08:00
parent 3fc16f816d
commit ba1b38298b

View File

@@ -88,8 +88,8 @@ class ifenslave(moduleBase):
'example' : ['bond-lacp-bypass-allow 0']},
'bond-lacp-bypass-period':
{'help' : 'grace period (seconds) for lacp bypass',
'validrange' : ['0', '100'],
'default' : '90',
'validrange' : ['0', '900'],
'default' : '0',
'example' : ['bond-lacp-bypass-period 100']},
'bond-lacp-bypass-priority':
{'help' : 'slave priority for lacp bypass',