VPP-100: Fix IP4 local handling of TCP/IP fragmented packet 00/1400/1
authorJohn Lo <loj@cisco.com>
Sat, 4 Jun 2016 00:48:31 +0000 (20:48 -0400)
committerJohn Lo <loj@cisco.com>
Sat, 4 Jun 2016 00:48:31 +0000 (20:48 -0400)
commit2671f1188d41313a6b54f5bd3d83973850f34934
treed6a3f22e692e2514792ace1a236285cb91c69a40
parentb98a3a87a968d9675103e16b6d4b3949955288c0
VPP-100: Fix IP4 local handling of TCP/IP fragmented packet

Fix previous change that does not work on little endian machines.
Use inline call ip4_is_fragment() which is endian neutral.

Change-Id: I5a35d89d936650ab6c628dfc388b8c992a74a589
Signed-off-by: John Lo <loj@cisco.com>
vnet/vnet/ip/ip4_forward.c