diff options
author | Ole Troan <otroan@employees.org> | 2023-09-05 08:27:53 +0200 |
---|---|---|
committer | Damjan Marion <dmarion@0xa5.net> | 2023-09-06 10:48:18 +0000 |
commit | 56b8abc07fcf9b339d54d659797715df7f0328f1 (patch) | |
tree | d9824d8c7882fa319299647239b2d1a5e340ff1a /src/vnet/ip/punt.h | |
parent | e7c57c45aa981cee0b3376d63125c80c5c79e104 (diff) |
ip: punt add punt socket support for icmp6
Punt support for ICMP6 messages allows for an external IPv6 RA advertisement agent.
Type: feature
Change-Id: I0cc928b747ac1f8335ee9f7c42a3231424825dbc
Signed-off-by: Ole Troan <otroan@employees.org>
Diffstat (limited to 'src/vnet/ip/punt.h')
-rw-r--r-- | src/vnet/ip/punt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/ip/punt.h b/src/vnet/ip/punt.h index a2612d60f07..09e6e7393d6 100644 --- a/src/vnet/ip/punt.h +++ b/src/vnet/ip/punt.h @@ -239,6 +239,7 @@ extern vlib_node_registration_t udp4_punt_node; extern vlib_node_registration_t udp6_punt_node; extern vlib_node_registration_t udp4_punt_socket_node; extern vlib_node_registration_t udp6_punt_socket_node; +extern vlib_node_registration_t icmp6_punt_socket_node; extern vlib_node_registration_t ip4_proto_punt_socket_node; extern vlib_node_registration_t ip6_proto_punt_socket_node; extern vlib_node_registration_t punt_socket_rx_node; |