]> git.proxmox.com Git - mirror_ifupdown2.git/commitdiff
only ipv4 tunnel end points supported for Vxlan
authorDaniel Walton <dwalton@cumulusnetworks.com>
Tue, 3 Jan 2017 15:42:43 +0000 (15:42 +0000)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Tue, 3 Jan 2017 15:42:43 +0000 (15:42 +0000)
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Reviewed-by: roopa@cumulusnetworks.com
Ticket: CM-14197

addons/vxlan.py

index fc8528a109633d44ca0f1e420d870e8e0bab5dab..df5184368d1680bf0bd4bccf29455518fb3a3e47 100644 (file)
@@ -22,11 +22,11 @@ class vxlan(moduleBase):
                              'example': ['vxlan-id 100']},
                         'vxlan-local-tunnelip' :
                             {'help' : 'vxlan local tunnel ip',
-                             'validvals' : ['<ipv4>', '<ipv6>'],
+                             'validvals' : ['<ipv4>'],
                              'example': ['vxlan-local-tunnelip 172.16.20.103']},
                         'vxlan-svcnodeip' :
                             {'help' : 'vxlan id',
-                             'validvals' : ['<ipv4>', '<ipv6>'],
+                             'validvals' : ['<ipv4>'],
                              'example': ['vxlan-svcnodeip 172.16.22.125']},
                         'vxlan-remoteip' :
                             {'help' : 'vxlan remote ip',