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