mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
Revert "Revert "addons: bond: reverting validvals "<mac>" change""
This reverts commit b19c6c100a
.
Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>
This commit is contained in:
@@ -79,14 +79,12 @@ class bond(moduleBase):
|
|||||||
'example' : ['bond-ad-actor-sys-prio 65535']},
|
'example' : ['bond-ad-actor-sys-prio 65535']},
|
||||||
'bond-ad-sys-mac-addr':
|
'bond-ad-sys-mac-addr':
|
||||||
{'help' : '802.3ad system mac address',
|
{'help' : '802.3ad system mac address',
|
||||||
'validvals' : ['<mac>',],
|
|
||||||
'default' : '00:00:00:00:00:00',
|
'default' : '00:00:00:00:00:00',
|
||||||
'example' : ['bond-ad-sys-mac-addr 00:00:00:00:00:00'],
|
'example' : ['bond-ad-sys-mac-addr 00:00:00:00:00:00'],
|
||||||
'deprecated' : True,
|
'deprecated' : True,
|
||||||
'new-attribute' : 'bond-ad-actor-system'},
|
'new-attribute' : 'bond-ad-actor-system'},
|
||||||
'bond-ad-actor-system':
|
'bond-ad-actor-system':
|
||||||
{'help' : '802.3ad system mac address',
|
{'help' : '802.3ad system mac address',
|
||||||
'validvals' : ['<mac>',],
|
|
||||||
'default' : '00:00:00:00:00:00',
|
'default' : '00:00:00:00:00:00',
|
||||||
'example' : ['bond-ad-actor-system 00:00:00:00:00:00'],},
|
'example' : ['bond-ad-actor-system 00:00:00:00:00:00'],},
|
||||||
'bond-lacp-bypass-allow':
|
'bond-lacp-bypass-allow':
|
||||||
|
Reference in New Issue
Block a user