X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fip%2Fpunt_error.def;h=13afa2c7f6e65a30011e0c2e3942c4bc51b96726;hb=f7a55ad74c90928d86f1bbf56590d9571c1b828f;hp=a76d7e7b8178b45c7b703e4472e99a192b9c653c;hpb=7cd468a3d7dee7d6c92f69a0bb7061ae208ec727;p=vpp.git diff --git a/src/vnet/ip/punt_error.def b/src/vnet/ip/punt_error.def index a76d7e7b817..13afa2c7f6e 100644 --- a/src/vnet/ip/punt_error.def +++ b/src/vnet/ip/punt_error.def @@ -17,3 +17,11 @@ punt_error (NONE, "no error") punt_error (UDP_PORT, "udp port punt") +punt_error (SOCKET_RX, "Socket RX") +punt_error (SOCKET_TX, "Socket TX") +punt_error (SOCKET_RX_ERROR, "Socket RX error") +punt_error (SOCKET_TX_ERROR, "Socket TX error") +punt_error (NOBUFFER, "buffer allocation failure") +punt_error (READV, "socket read failure") +punt_error (ACTION, "invalid packet descriptor") +