1
0
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:
Julien Fortin
2016-08-01 17:20:44 +02:00
parent ccc833043e
commit 2c592263a4
3 changed files with 10 additions and 14 deletions

View File

@@ -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']}
}}