]> git.proxmox.com Git - mirror_ifupdown2.git/commitdiff
Revert "addons: bond: reverting validvals "<mac>" change"
authorJulien Fortin <julien@cumulusnetworks.com>
Mon, 11 Jul 2016 19:37:41 +0000 (20:37 +0100)
committerJulien Fortin <julien@cumulusnetworks.com>
Mon, 11 Jul 2016 19:37:41 +0000 (20:37 +0100)
This reverts commit 3861c72cf6132ba79147911c7fe3498cab57de3e.

addons/bond.py

index 35fa52f92934e035ed3c3dc7a81892e45f9d55bd..fa047369a328dd5679ee8cd8857362b3d4701aed 100644 (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':