IP route local and connected 98/16998/2
authorNeale Ranns <nranns@cisco.com>
Wed, 23 Jan 2019 08:36:16 +0000 (00:36 -0800)
committerDamjan Marion <dmarion@me.com>
Wed, 23 Jan 2019 11:02:46 +0000 (11:02 +0000)
commit7425f9289bdc17d330044b0df0fc31cdeeca626b
tree2ed4b0d2a43bb554a89e57393b8748b2bbf8485d
parent72f7782dc57305ac86094dd16d7eccf8e0b74559
IP route local and connected

allow routes that are local and connected to be added via the API.
this emulates the addition of a second address in the same subnet
added to an interface.

Change-Id: Ib18a08c26956be9a07b3360664210c8cf6734c84
Signed-off-by: Neale Ranns <nranns@cisco.com>
src/vnet/ethernet/arp.c
src/vnet/ip/ip_api.c
test/test_neighbor.py
test/vpp_ip_route.py