mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
ifupdown: valivals keyword: remove <auto> and renaming <ipaddr> to <ip>
Ticket: None Reviewed By: Daniel Walton Testing Done: This commit was need to keep nclu and ifupdown2 consistent. The naming were differing and we decided to keep nclu version. Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>
This commit is contained in:
@@ -26,7 +26,7 @@ class addressvirtual(moduleBase):
|
||||
'attrs' : {
|
||||
'address-virtual' :
|
||||
{ 'help' : 'bridge router virtual mac and ips',
|
||||
'validvals' : ['<mac-ipaddr/prefixlen-list>',],
|
||||
'validvals' : ['<mac-ip/prefixlen-list>',],
|
||||
'example' : ['address-virtual 00:11:22:33:44:01 11.0.1.1/24 11.0.1.2/24']}
|
||||
}}
|
||||
|
||||
|
Reference in New Issue
Block a user