03 AM
To: vpp-dev@lists.fd.io
Subject: [vpp-dev] duplicate vnet api errno
Hi all,
is this kosher? If yes how does the caller find out which return value
is applicable for his API?
ksekera@zglab-host-2 ~/v/v/vnet> grep '\-63' api_errno.h
_(ADDRESS_MATCHES_INTERFACE_ADDRESS, -63
Hi all,
is this kosher? If yes how does the caller find out which return value
is applicable for his API?
ksekera@zglab-host-2 ~/v/v/vnet> grep '\-63' api_errno.h
_(ADDRESS_MATCHES_INTERFACE_ADDRESS, -63, "Address matches interface
address") \
_(NO_SUCH_NODE, -63, "No such graph node")
\
Thanks,