No overlapping sub-nets on any interface in the same table/VRF (VPP-943) 57/8057/14
authorNeale Ranns <nranns@cisco.com>
Mon, 14 Aug 2017 17:35:44 +0000 (10:35 -0700)
committerNeale Ranns <nranns@cisco.com>
Tue, 15 May 2018 13:07:00 +0000 (13:07 +0000)
commit744902e306c5a1f00bf13bbe344c6616cc816f0e
tree5a3290d07e5fb48045e63e3d4aa96224f924c959
parentd2d4c10ecd850b4c2fda6d258761026f9c595350
No overlapping sub-nets on any interface in the same table/VRF (VPP-943)

DBGvpp# set int ip addr loop0 10.10.10.10/24
DBGvpp# set int ip addr loop0 10.10.10.11/24
set interface ip address: failed to add 10.10.10.11/24 which conflicts with 10.10.10.10/24 for interface loop0

Change-Id: Iba63ffafbd36b6146ce86adb78139da9d55b40ba
Signed-off-by: Neale Ranns <nranns@cisco.com>
src/vnet/ip/ip4_forward.c
src/vnet/ip/ip6_forward.c
test/test_classifier.py
test/test_ip6.py