Comment 10 for bug 1883845

Revision history for this message
Reason li (lireason) wrote :

thank you, I have another question. Does Networking-VPP support VXLAN? If so, how to configure it?When adding the routing interface of VXLAN, TypeError: 'NoneType' will be reported in networking- VPP.Refer to relevant materials, vXlan-GPE supported by NETWORKING - VPP,Can you tell me the difference between VXLAN, VXLan-GPE, and GPE?
The following is the data that the routing VPP-agent receives from etCD. If the field 'net_type' is VXLAN, it will report an error. How to deal with this?
09:18:48 [read-all] /networking-vpp/nodes/10.180.210.219/routers/4ae9fe63-d1c5-43b9-8162-6b97c92852d1/6a2a253a-add3-4f93-85c3-dfd4992f35e5 (modified 3982)
 > {
 > "prefixlen": 24,
 > "subnet_id": "546ff6db-2dd8-4aac-8f6f-8052cf95c3ed",
 > "segmentation_id": 200,
 > "fixed_ips": [
 > {
 > "subnet_id": "546ff6db-2dd8-4aac-8f6f-8052cf95c3ed",
 > "ip_address": "20.20.20.1"
 > }
 > ],
 > "mtu": 1500,
 > "network_id": "686f3dbf-e240-4c77-90f3-52fabbefe8e0",
 > "gateway_ip": "20.20.20.1",
 > "vrf_id": 1,
 > "net_type": "vlan",
 > "loopback_mac": "fa:16:3e:16:87:e2",
 > "port_id": "6a2a253a-add3-4f93-85c3-dfd4992f35e5",
 > "physnet": "physnet1",
 > "is_ipv6": false
 > }