diff --git a/addons/mstpctl.py b/addons/mstpctl.py index d2138a0..63eae3e 100644 --- a/addons/mstpctl.py +++ b/addons/mstpctl.py @@ -24,7 +24,9 @@ class mstpctl(moduleBase): 'attrs' : { 'mstpctl-ports' : {'help' : 'mstp ports', - 'compat' : True}, + 'compat' : True, + 'deprecated': True, + 'new-attribute': 'bridge-ports'}, 'mstpctl-stp' : {'help': 'bridge stp yes/no', 'compat' : True,