Changing the IP table for an interface is an error if the interface already has an... 02/5402/6
authorNeale Ranns <nranns@cisco.com>
Tue, 14 Feb 2017 07:20:04 +0000 (23:20 -0800)
committerDamjan Marion <dmarion.lists@gmail.com>
Fri, 3 Mar 2017 17:11:26 +0000 (17:11 +0000)
commit4008ac998f43265451281cb6e759cd6184e50bed
tree7129722f04fac33d79f90b36ca91be2a3aa94eaa
parent7112c542eac53d28861062b13b602a2817dc4052
Changing the IP table for an interface is an error if the interface already has an address configured (VPP-601)

Change-Id: I311fc264f73dd3b2b3ce9d7d1c33cd0515b36c4a
Signed-off-by: Neale Ranns <nranns@cisco.com>
13 files changed:
src/vnet/adj/adj.c
src/vnet/api_errno.h
src/vnet/interface_api.c
src/vnet/ip/ip4_forward.c
src/vnet/ip/ip6_forward.c
src/vnet/ip/ip6_neighbor.c
src/vnet/ip/lookup.h
test/test_dhcp.py
test/test_gre.py
test/test_ip4_vrf_multi_instance.py
test/test_ip6_vrf_multi_instance.py
test/test_mpls.py
test/test_neighbor.py