]> git.proxmox.com Git - mirror_ifupdown2.git/commitdiff
Revert "Revert "addons: bond: reverting validvals "<mac>" change""
authorJulien Fortin <julien@cumulusnetworks.com>
Mon, 18 Jul 2016 20:00:12 +0000 (21:00 +0100)
committerJulien Fortin <julien@cumulusnetworks.com>
Mon, 18 Jul 2016 20:00:29 +0000 (21:00 +0100)
This reverts commit b19c6c100a3ccec5c858342b8349f1ee441bf153.

Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>
addons/bond.py

index fa047369a328dd5679ee8cd8857362b3d4701aed..35fa52f92934e035ed3c3dc7a81892e45f9d55bd 100644 (file)
@@ -79,14 +79,12 @@ 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':