Output interface MTU check ignored in double-loop 51/1551/3
authorChris Luke <chrisy@flirble.org>
Tue, 14 Jun 2016 20:26:22 +0000 (16:26 -0400)
committerDave Barach <openvpp@barachs.net>
Sun, 19 Jun 2016 13:30:36 +0000 (13:30 +0000)
commitf2868fcd2e2cb237854c1ff83b52b656e9027136
tree3f9662e99a2d2f6207197a69b00c97a0955c469a
parent2459e4c5f577907ea060957bc0699a72a1f8e1be
Output interface MTU check ignored in double-loop

In the double loop of ip4-rewrite, when forwarding packets,
the outbound interface MTU check occurs too late in the
double-loop to be actioned.

Change-Id: Ifc44e65d6ddb832aa0161d0685b1a28378541905
Signed-off-by: Chris Luke <chrisy@flirble.org>
vnet/vnet/ip/ip4_forward.c