mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
addons: address: add yes, no, 1, 0 as valid values
Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com> Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>
This commit is contained in:
committed by
Julien Fortin
parent
307e814c59
commit
7b444c7cf4
@@ -98,12 +98,12 @@ class address(moduleBase):
|
||||
'example' : ['clagd-vxlan-anycast-ip 36.0.0.11']},
|
||||
'ip-forward' :
|
||||
{ 'help': 'ip forwarding flag',
|
||||
'validvals': ['on', 'off'],
|
||||
'validvals': ['on', 'off', 'yes', 'no', '0', '1'],
|
||||
'default' : 'off',
|
||||
'example' : ['ip-forward off']},
|
||||
'ip6-forward' :
|
||||
{ 'help': 'ipv6 forwarding flag',
|
||||
'validvals': ['on', 'off'],
|
||||
'validvals': ['on', 'off', 'yes', 'no', '0', '1'],
|
||||
'default' : 'off',
|
||||
'example' : ['ip6-forward off']},
|
||||
'mpls-enable' :
|
||||
|
Reference in New Issue
Block a user