VPP-142 Recursive route sending traffic to wrong interface 34/1834/2
authorNeale <nranns@cisco.com>
Fri, 1 Jul 2016 12:00:09 +0000 (13:00 +0100)
committerDamjan Marion <dmarion.lists@gmail.com>
Thu, 7 Jul 2016 19:33:43 +0000 (19:33 +0000)
commite9dbd2b7819efdb2a3d2f92334c2e25849068e00
treed576bc91e0dc7af186d0099cad41636144dccff3
parent689acafcabbc229a89cdbe5e628ca5e7a573afb2
VPP-142 Recursive route sending traffic to wrong interface

Indirect routes should always result in an indriect adjacency even when the route's next-hop is covered by a connceted, since the covering route may change and no tracking is in place.
Some de-duplication of code for installing indirect routes via the CLI and API.

Change-Id: I7a440ffba43ae3990b68cb407244c06bd0827534
Signed-off-by: Neale <nranns@cisco.com>
vnet/vnet/ip/ip4.h
vnet/vnet/ip/ip4_forward.c
vnet/vnet/ip/ip6.h
vnet/vnet/ip/ip6_forward.c
vpp-api-test/vat/api_format.c
vpp/vpp-api/api.c