aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip/punt_error.def
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/ip/punt_error.def')
-rw-r--r--src/vnet/ip/punt_error.def8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/vnet/ip/punt_error.def b/src/vnet/ip/punt_error.def
index a76d7e7b..13afa2c7 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")
+