mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
Remove stale mstp adminadge attributes
Ticket: CM-3346 Reviewed By: sashok Testing Done: sanity test
This commit is contained in:
@@ -65,12 +65,6 @@ class mstpctl(moduleBase):
|
|||||||
'default' : '0',
|
'default' : '0',
|
||||||
'required' : False,
|
'required' : False,
|
||||||
'example' : ['mstpctl-portpathcost swp1=0 swp2=1']},
|
'example' : ['mstpctl-portpathcost swp1=0 swp2=1']},
|
||||||
'mstpctl-portadminage' :
|
|
||||||
{ 'help' : 'bridge port admin age',
|
|
||||||
'default' : 'no',
|
|
||||||
'validvals' : ['yes', 'no'],
|
|
||||||
'required' : False,
|
|
||||||
'example' : ['mstpctl-portadminage swp1=no swp2=no']},
|
|
||||||
'mstpctl-portp2p' :
|
'mstpctl-portp2p' :
|
||||||
{ 'help' : 'bridge port p2p detection mode',
|
{ 'help' : 'bridge port p2p detection mode',
|
||||||
'default' : 'no',
|
'default' : 'no',
|
||||||
@@ -142,12 +136,6 @@ class mstpctl(moduleBase):
|
|||||||
'default' : '0',
|
'default' : '0',
|
||||||
'required' : False,
|
'required' : False,
|
||||||
'example' : ['mstpctl-pathcost 1']},
|
'example' : ['mstpctl-pathcost 1']},
|
||||||
'mstpctl-adminage' :
|
|
||||||
{ 'help' : 'bridge port admin age',
|
|
||||||
'default' : 'no',
|
|
||||||
'validvals' : ['yes', 'no'],
|
|
||||||
'required' : False,
|
|
||||||
'example' : ['mstpctl-adminage no']},
|
|
||||||
'mstpctl-p2p' :
|
'mstpctl-p2p' :
|
||||||
{ 'help' : 'bridge port p2p detection mode',
|
{ 'help' : 'bridge port p2p detection mode',
|
||||||
'default' : 'no',
|
'default' : 'no',
|
||||||
|
Reference in New Issue
Block a user