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

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 <nikhil@cumulusnetworks.com>
This commit is contained in:
Nikhil
2016-05-10 17:53:41 -07:00
parent b66881465d
commit 95d9805c82

View File

@@ -63,7 +63,9 @@ class bridge(moduleBase):
# XXX: recheck values # XXX: recheck values
{ 'help' : 'bridge garbage collection interval in secs', { 'help' : 'bridge garbage collection interval in secs',
'example' : ['bridge-gcint 4'], 'example' : ['bridge-gcint 4'],
'default' : '4'}, 'default' : '4',
'compat' : True,
'deprecated': True},
'bridge-hello' : 'bridge-hello' :
{ 'help' : 'bridge set hello time', { 'help' : 'bridge set hello time',
'example' : ['bridge-hello 2'], 'example' : ['bridge-hello 2'],
@@ -644,8 +646,6 @@ class bridge(moduleBase):
'bridge-bridgeprio'), 'bridge-bridgeprio'),
'fd' : 'fd' :
ifaceobj.get_attr_value_first('bridge-fd'), ifaceobj.get_attr_value_first('bridge-fd'),
'gcint' :
ifaceobj.get_attr_value_first('bridge-gcint'),
'hello' : 'hello' :
ifaceobj.get_attr_value_first('bridge-hello'), ifaceobj.get_attr_value_first('bridge-hello'),
'maxage' : 'maxage' :