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:
@@ -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' :
|
||||
|
Reference in New Issue
Block a user