VPP-437: ip6 hbh processing with FIB 2.0 53/3153/6
authorShwetha <shwethab@cisco.com>
Tue, 27 Sep 2016 07:04:05 +0000 (08:04 +0100)
committerDamjan Marion <dmarion.lists@gmail.com>
Tue, 1 Nov 2016 21:30:54 +0000 (21:30 +0000)
commit57fc854c0862a439daca4dde734553622851e92f
tree4d40c3aa32f2aa107aaa7b30be0647f848073d07
parent8fe8cc21d1e389d8e971a303e53c9e703aaaa0e0
VPP-437: ip6 hbh processing with FIB 2.0

1. Modifies ip6 hbh selective processing in lookup
only when non-recursive routes are present.
2. Adds ip6 hbh processing in load balance.
3. Cleanup of ip6 iOAM hbh plugin formatting and
CLI handling found while testing the changes.
4. Deleted wrong asserts in dual loop for add
and pop iOAM hbh nodes. The current data of the buffer
ip6 start and will not be 0
5. Deleted set ioam destination cli and associate functions.
iOAM add/pop is enabled via classifier, this cli is no longer
used.

Change-Id: I3aac71ad512762c0b2b602fe88fe0291b85d39c7
Signed-off-by: Shwetha <shwethab@cisco.com>
plugins/ioam-plugin/ioam/encap/ip6_ioam_trace.c
plugins/ioam-plugin/ioam/lib-pot/pot_util.c
plugins/ioam-plugin/ioam/lib-trace/trace_util.c
vnet/vnet/ip/ip6_forward.c
vnet/vnet/ip/ip6_hop_by_hop.c