mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
Deprecating mstpctl-stp
attribute
Ticket: CM-10476 Reviewed By: Roopa Testing Done: Using mstpctl-stp attribute in a stanza will display a warning
This commit is contained in:
@@ -28,7 +28,9 @@ class mstpctl(moduleBase):
|
||||
'mstpctl-stp' :
|
||||
{'help': 'bridge stp yes/no',
|
||||
'compat' : True,
|
||||
'default' : 'no'},
|
||||
'default' : 'no',
|
||||
'deprecated': True,
|
||||
'new-attribute': 'bridge-stp'},
|
||||
'mstpctl-treeprio' :
|
||||
{'help': 'tree priority',
|
||||
'default' : '32768',
|
||||
|
Reference in New Issue
Block a user