aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/vpp/api/vpe.api2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpp/api/vpe.api b/src/vpp/api/vpe.api
index 0dee1533..eda95ce5 100644
--- a/src/vpp/api/vpe.api
+++ b/src/vpp/api/vpe.api
@@ -1006,7 +1006,7 @@ define punt_socket_register {
u8 is_ip4;
u8 l4_protocol;
u16 l4_port;
- u8 pathname[64];
+ u8 pathname[108]; /* Linux sun_path defined to be 108 bytes, see unix(7) */
};
define punt_socket_register_reply