1
0
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:
Julien Fortin
2016-05-03 17:40:30 +02:00
parent 24aa45e5a3
commit 4bdf2d1cde

View File

@@ -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',