VPP-1392: VXLAN fails with IP fragmentation 97/14297/3
authorOle Troan <ot@cisco.com>
Thu, 16 Aug 2018 20:08:49 +0000 (22:08 +0200)
committerJohn Lo <loj@cisco.com>
Fri, 17 Aug 2018 21:38:47 +0000 (21:38 +0000)
commitb3655e5592e3e8e48eb087632f3fa71915891a9f
tree9d73bb5fa359ed1a5c27f20d829494e2c302310a
parentee4efa7c39c914eb908e7fd629b18585cfa70b4a
VPP-1392: VXLAN fails with IP fragmentation

Not only is it wasteful to send all fragments back through ip4-lookup, but
it doesn't work with tunnel mechanisms that don't have IP enabled on their
payload side.

Change-Id: Ic92d95982dddaa70969a2a6ea2f98edec7614425
Signed-off-by: Ole Troan <ot@cisco.com>
src/vnet/ip/ip4_forward.c
src/vnet/ip/ip6_forward.c
src/vnet/ip/ip_frag.c
src/vnet/ip/ip_frag.h
test/test_vxlan.py