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

Revert "addons: bond: reverting validvals "<mac>" change"

This reverts commit 3861c72cf6132ba79147911c7fe3498cab57de3e.
This commit is contained in:
Julien Fortin
2016-07-11 20:37:41 +01:00
parent ec03145998
commit b19c6c100a

View File

@ -79,12 +79,14 @@ class bond(moduleBase):
'example' : ['bond-ad-actor-sys-prio 65535']},
'bond-ad-sys-mac-addr':
{'help' : '802.3ad system mac address',
'validvals' : ['<mac>',],
'default' : '00:00:00:00:00:00',
'example' : ['bond-ad-sys-mac-addr 00:00:00:00:00:00'],
'deprecated' : True,
'new-attribute' : 'bond-ad-actor-system'},
'bond-ad-actor-system':
{'help' : '802.3ad system mac address',
'validvals' : ['<mac>',],
'default' : '00:00:00:00:00:00',
'example' : ['bond-ad-actor-system 00:00:00:00:00:00'],},
'bond-lacp-bypass-allow':