SNAT: Add outbound addresses to FIB (VPP-613) 56/4956/2
authorMatus Fabian <matfabia@cisco.com>
Fri, 27 Jan 2017 08:47:58 +0000 (00:47 -0800)
committerOle Trøan <otroan@employees.org>
Tue, 31 Jan 2017 18:47:47 +0000 (18:47 +0000)
commite1ae29a3f7a7bd79bb266803982fd0259b040922
tree88f07c8d4377f8c00d4925db98d170f7eea5160b
parentd9b74a964458ed31e7acb567a5f40259c671025a
SNAT: Add outbound addresses to FIB (VPP-613)

Add the external NAT address to the FIB as receive entries.
This ensures that VPP will reply to ARP for these addresses and we don't need
to enable proxy ARP on the outside interface.

Change-Id: I1db153373c43fec4808845449a17085509ca588c
Signed-off-by: Matus Fabian <matfabia@cisco.com>
src/plugins/snat/snat.c
test/test_snat.py