From b19c6c100a3ccec5c858342b8349f1ee441bf153 Mon Sep 17 00:00:00 2001 From: Julien Fortin Date: Mon, 11 Jul 2016 20:37:41 +0100 Subject: [PATCH] Revert "addons: bond: reverting validvals "" change" This reverts commit 3861c72cf6132ba79147911c7fe3498cab57de3e. --- addons/bond.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/bond.py b/addons/bond.py index 35fa52f..fa04736 100644 --- a/addons/bond.py +++ b/addons/bond.py @@ -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' : ['',], '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' : ['',], 'default' : '00:00:00:00:00:00', 'example' : ['bond-ad-actor-system 00:00:00:00:00:00'],}, 'bond-lacp-bypass-allow':