DPDK / grout

grout # a graph router based on DPDK
BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

iface: forbid duplicate names on creation #70

Closed rjarry closed 1 day ago

rjarry commented 1 day ago

The name is checked for duplicates on set interface but not when creating a new interface. Return an explicit error when trying to create an interface with a name that is already taken.

Fixes: a188078583cf ("infra: replace port with interface abstraction")