L3 cross connect 58/19758/7
authorNeale Ranns <nranns@cisco.com>
Wed, 22 May 2019 13:26:39 +0000 (13:26 +0000)
committerDamjan Marion <dmarion@me.com>
Wed, 5 Jun 2019 11:33:12 +0000 (11:33 +0000)
commit59fa121f8953f7b07f0cc02149ca28182f959f42
tree51249a3bf2da047a791b7446af09f15df91118a6
parente6be702362299566990678f505512b1b74b49112
L3 cross connect

- all packets input on interface X are load-balanced over the set of
paths provided.

Change-Id: Ic27cb88c4cd5d6d3462570632daff7a43d5a652d
Signed-off-by: Neale Ranns <nranns@cisco.com>
src/plugins/l3xc/CMakeLists.txt [new file with mode: 0644]
src/plugins/l3xc/l3xc.api [new file with mode: 0644]
src/plugins/l3xc/l3xc.c [new file with mode: 0644]
src/plugins/l3xc/l3xc.h [new file with mode: 0644]
src/plugins/l3xc/l3xc_all_api_h.h [new file with mode: 0644]
src/plugins/l3xc/l3xc_api.c [new file with mode: 0644]
src/plugins/l3xc/l3xc_error.def [new file with mode: 0644]
src/plugins/l3xc/l3xc_msg_enum.h [new file with mode: 0644]
src/plugins/l3xc/l3xc_node.c [new file with mode: 0644]
src/vnet/fib/fib_path_list.c
test/test_l3xc.py [new file with mode: 0644]