mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
Revert "addons: address: add 'down' keyword to modinfo dictionary"
This reverts commit a21c63b65ca297ca6f23c919bbb74e58f9e04a07. Moving this to link-down in link.py addon module..due to conflict with usercmds.py Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
This commit is contained in:
@ -68,10 +68,6 @@ class address(moduleBase):
|
|||||||
'alias' :
|
'alias' :
|
||||||
{ 'help': 'description/alias',
|
{ 'help': 'description/alias',
|
||||||
'example' : ['alias testnetwork']},
|
'example' : ['alias testnetwork']},
|
||||||
'down' :
|
|
||||||
{ 'help': 'keep link down',
|
|
||||||
'example' : ['down yes/no'],
|
|
||||||
'validvals' : ['yes', 'no']},
|
|
||||||
'address-purge' :
|
'address-purge' :
|
||||||
{ 'help': 'purge existing addresses. By default ' +
|
{ 'help': 'purge existing addresses. By default ' +
|
||||||
'any existing ip addresses on an interface are ' +
|
'any existing ip addresses on an interface are ' +
|
||||||
|
Reference in New Issue
Block a user