1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00

only ipv4 tunnel end points supported for Vxlan

Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Reviewed-by:   roopa@cumulusnetworks.com

Ticket: CM-14197
This commit is contained in:
Daniel Walton
2017-01-03 15:42:43 +00:00
parent b68a9ea541
commit 291bdc04ec

View File

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