L3 proxy FIB source for container networking 67/8967/3
authorAndrew Yourtchenko <ayourtch@gmail.com>
Wed, 25 Oct 2017 12:50:37 +0000 (05:50 -0700)
committerOle Trøan <otroan@employees.org>
Wed, 25 Oct 2017 16:28:03 +0000 (16:28 +0000)
commit5f3fcb96296a4769f55f60270e10c6294c604db9
tree028293ba04f669187b8d41cd72f34f195e12e81b
parent36ea2d6d3a67a60534a7c2b58551688858a1ce7f
L3 proxy FIB source for container networking

Change-Id: I4164c4c19c8dbfd73e6ddf94a12056325cc093b9
Signed-off-by: Neale Ranns <nranns@cisco.com>
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
16 files changed:
src/vnet.am
src/vnet/adj/adj.c
src/vnet/adj/adj_glean.c
src/vnet/adj/adj_internal.h
src/vnet/adj/adj_mcast.c
src/vnet/adj/adj_midchain.c
src/vnet/adj/adj_nbr.c
src/vnet/dpo/dpo.c
src/vnet/dpo/dpo.h
src/vnet/dpo/l3_proxy_dpo.c [new file with mode: 0644]
src/vnet/dpo/l3_proxy_dpo.h [new file with mode: 0644]
src/vnet/fib/fib_entry.h
src/vnet/fib/fib_entry_src_special.c
src/vnet/fib/fib_path.c
src/vnet/ip/lookup.c
test/test_container.py [new file with mode: 0644]