]> git.proxmox.com Git - mirror_ifupdown2.git/commitdiff
3.2 - nclu - adding v6 gateway followed by v4 - v6 is lost
authorDaniel Walton <dwalton@cumulusnetworks.com>
Wed, 7 Sep 2016 16:57:55 +0000 (16:57 +0000)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Wed, 7 Sep 2016 16:57:55 +0000 (16:57 +0000)
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Reviewed-by: roopa@cumulusnetworks.com
Ticket: CM-12725

addons/address.py

index 0d342eff7a7811517240e48b7619df1b960f185b..030a8e1ea885731d4a37ee877459b1d6cdf7be04 100644 (file)
@@ -53,6 +53,7 @@ class address(moduleBase):
                       'gateway' :
                             {'help': 'default gateway',
                              'validvals' : ['<ipv4>', '<ipv6>'],
+                             'multiline' : True,
                              'example' : ['gateway 255.255.255.0']},
                       'mtu' :
                             { 'help': 'interface mtu',