When attempting to configure two IP addresses from the same subnet on an interface:
vat# sw_interface_add_del_address sw_if_index 0 10.0.0.1/24
vat# sw_interface_add_del_address sw_if_index 0 10.0.0.2/24
The second command fails(as it should) but it returns "retval": 0
vat# ip_address_dump ipv4 sw_if_index 0
[
{ "ip": "10.0.0.1", "prefix_length": 24 }]
- blocks
-
HC2VPP-92 Add more descriptive exception handling for subnet errors
- Blocked