From 2ed2adeb6ec2fdfffc05b31120cfa6ead9dad450 Mon Sep 17 00:00:00 2001 From: Daniel Walton Date: Wed, 7 Sep 2016 16:57:55 +0000 Subject: [PATCH] 3.2 - nclu - adding v6 gateway followed by v4 - v6 is lost Signed-off-by: Daniel Walton Reviewed-by: roopa@cumulusnetworks.com Ticket: CM-12725 --- addons/address.py | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/address.py b/addons/address.py index 0d342ef..030a8e1 100644 --- a/addons/address.py +++ b/addons/address.py @@ -53,6 +53,7 @@ class address(moduleBase): 'gateway' : {'help': 'default gateway', 'validvals' : ['', ''], + 'multiline' : True, 'example' : ['gateway 255.255.255.0']}, 'mtu' : { 'help': 'interface mtu',