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:
@@ -34,7 +34,7 @@ class vrf(moduleBase):
|
||||
'creating a vrf device. ' +
|
||||
'Table id is either \'auto\' or '+
|
||||
'\'valid routing table id\'',
|
||||
'validvals': ['<auto>', '<number>'],
|
||||
'validvals': ['auto', '<number>'],
|
||||
'example': ['vrf-table auto', 'vrf-table 1001']},
|
||||
'vrf':
|
||||
{'help' : 'vrf the interface is part of.',
|
||||
|
Reference in New Issue
Block a user