feature: Config end nodes are user specific 06/27006/4
authorNeale Ranns <nranns@cisco.com>
Tue, 12 May 2020 08:51:02 +0000 (08:51 +0000)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Wed, 13 May 2020 11:30:34 +0000 (11:30 +0000)
commit5d0136f09944b0d7ea9d1db5c368d4d0b36cedd2
tree4b8eec68f58d1837f2b52cf7e394ca00b3d2040c
parent689666ca5d4149ec5d48b7fbd195f6c2b2c016f3
feature: Config end nodes are user specific

Type: fix

it is possible for a user to change the end node of a feature arc, but
this change should only apply to that 'instnace' of the arc, not all
arcs. for example, if a tunnel has its ipx-output end node changed to
adj-midchain-tx, this shouldn't affect all ipx-output arcs. obviously...

Signed-off-by: Neale Ranns <nranns@cisco.com>
Change-Id: I41daea7ba6907963e42140307d065c8bcfdcb585
src/vnet/adj/adj_midchain.c
src/vnet/config.c
src/vnet/config.h
src/vnet/feature/feature.c
src/vnet/feature/feature.h
test/test_ipsec_tun_if_esp.py