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
  • [vpp-dev] vxl... Kinsella, Ray
    • Re: [vpp... Neale Ranns (nranns)
    • Re: [vpp... Matej Klotton -X (mklotton - PANTHEON TECHNOLOGIES at Cisco)
      • Re: ... Matej Klotton -X (mklotton - PANTHEON TECHNOLOGIES at Cisco)
        • ... John Lo (loj)
          • ... Matej Klotton -X (mklotton - PANTHEON TECHNOLOGIES at Cisco)
            • ... Maciek Konstantynowicz (mkonstan)
            • ... Kinsella, Ray

Reply via email to