From 95d9805c8201a41373590f5ed359edb3e696b0c0 Mon Sep 17 00:00:00 2001 From: Nikhil Date: Tue, 10 May 2016 17:53:41 -0700 Subject: [PATCH] addons: bridge: Deprecating attribute bridge-gcint Ticket: CM-8718 Reviewed By: Roopa Prabhu Testing Done: yes, by installing ifupdown2 .deb file onto dell-s3000-02 Signed-off-by: Nikhil --- addons/bridge.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/addons/bridge.py b/addons/bridge.py index c68cbd3..78f1f2d 100644 --- a/addons/bridge.py +++ b/addons/bridge.py @@ -63,7 +63,9 @@ class bridge(moduleBase): # XXX: recheck values { 'help' : 'bridge garbage collection interval in secs', 'example' : ['bridge-gcint 4'], - 'default' : '4'}, + 'default' : '4', + 'compat' : True, + 'deprecated': True}, 'bridge-hello' : { 'help' : 'bridge set hello time', 'example' : ['bridge-hello 2'], @@ -644,8 +646,6 @@ class bridge(moduleBase): 'bridge-bridgeprio'), 'fd' : ifaceobj.get_attr_value_first('bridge-fd'), - 'gcint' : - ifaceobj.get_attr_value_first('bridge-gcint'), 'hello' : ifaceobj.get_attr_value_first('bridge-hello'), 'maxage' :