Hi Dear Fd.io Team Recently i have observed a bug in deleting ip address from an interface. when i was running "set interface ip address <interface> [<ip-addr>/<mask> [del] | [del all]]" command, i encountered a conflict failure as shown blow:
-------------------------------------------------------------------------------------------------------- // vppctl set interface ip address GigabitEthernet2/4/0 1.2.2.0/24 del // set interface ip address: failed to add 1.2.2.0/24 which conflicts with 1.2.2.0/24 for // interface GigabitEthernet2/4/0 -------------------------------------------------------------------------------------------------------- I do not read all your code but it seems the failure point be in the " va_unformat <https://docs.fd.io/vpp/16.12/dc/dd5/unformat_8c.html#a52fed37db1cf304878229b478ce575ac>" function in "unformat.c" file. Best Regaurds Sajjad Karimi
_______________________________________________ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev