]> git.proxmox.com Git - mirror_ifupdown2.git/commitdiff
Remove stale mstp adminadge attributes
authorRoopa Prabhu <roopa@cumulusnetworks.com>
Fri, 10 Oct 2014 02:26:10 +0000 (19:26 -0700)
committerRoopa Prabhu <roopa@cumulusnetworks.com>
Fri, 10 Oct 2014 02:26:10 +0000 (19:26 -0700)
Ticket: CM-3346
Reviewed By: sashok
Testing Done: sanity test

addons/mstpctl.py

index 110d02c577d0cf483263828147be1a5bc1e75554..16d4848867f843f9778db8c459ce572d18fa6e38 100644 (file)
@@ -65,12 +65,6 @@ class mstpctl(moduleBase):
                           'default' : '0',
                           'required' : False,
                           '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' :
                         { 'help' : 'bridge port p2p detection mode',
                           'default' : 'no',
@@ -142,12 +136,6 @@ class mstpctl(moduleBase):
                           'default' : '0',
                           'required' : False,
                           'example' : ['mstpctl-pathcost 1']},
-                    'mstpctl-adminage' :
-                        { 'help' : 'bridge port admin age',
-                          'default' : 'no',
-                          'validvals' : ['yes', 'no'],
-                          'required' : False,
-                          'example' : ['mstpctl-adminage no']},
                     'mstpctl-p2p' :
                         { 'help' : 'bridge port p2p detection mode',
                           'default' : 'no',