https://jira.fd.io/browse/VPP-553
From: Dave Barach (dbarach) Sent: 9. decembra 2016 15:09 To: Matej Klotton -X (mklotton - PANTHEON TECHNOLOGIES at Cisco) <mklot...@cisco.com> Subject: RE: [vpp-dev] vxlan setup guidance Please do; assign it to John Lo... Thanks... Dave From: vpp-dev-boun...@lists.fd.io<mailto:vpp-dev-boun...@lists.fd.io> [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Matej Klotton -X (mklotton - PANTHEON TECHNOLOGIES at Cisco) Sent: Friday, December 9, 2016 9:03 AM To: vpp-dev@lists.fd.io<mailto:vpp-dev@lists.fd.io> Subject: Re: [vpp-dev] vxlan setup guidance Hi, I've noticed, new scapy uses different flag value than older, it uses 0xc instead 0x8 which is required by VPP. #define VXLAN_FLAGS_I 0x08 if (PREDICT_FALSE (vxlan0->flags != VXLAN_FLAGS_I)) { error0 = VXLAN_ERROR_BAD_FLAGS; next0 = VXLAN_INPUT_NEXT_DROP; goto trace0; } However RFC https://tools.ietf.org/html/rfc7348#section-5 says that received reserved bits must be ignored. Should I open a Jira ticket for this issue? Regards, Matej
_______________________________________________ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev