mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
3.2 - nclu - adding v6 gateway followed by v4 - v6 is lost
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com> Reviewed-by: roopa@cumulusnetworks.com Ticket: CM-12725
This commit is contained in:
@@ -53,6 +53,7 @@ class address(moduleBase):
|
|||||||
'gateway' :
|
'gateway' :
|
||||||
{'help': 'default gateway',
|
{'help': 'default gateway',
|
||||||
'validvals' : ['<ipv4>', '<ipv6>'],
|
'validvals' : ['<ipv4>', '<ipv6>'],
|
||||||
|
'multiline' : True,
|
||||||
'example' : ['gateway 255.255.255.0']},
|
'example' : ['gateway 255.255.255.0']},
|
||||||
'mtu' :
|
'mtu' :
|
||||||
{ 'help': 'interface mtu',
|
{ 'help': 'interface mtu',
|
||||||
|
Reference in New Issue
Block a user