ip6-nd: punt neighbor advertisements 99/27499/2
authorAlexander Chernavin <achernavin@netgate.com>
Thu, 11 Jun 2020 13:57:33 +0000 (09:57 -0400)
committerMatthew Smith <mgsmith@netgate.com>
Tue, 23 Jun 2020 02:23:06 +0000 (02:23 +0000)
With this change, punt received neighbor advertisements instead of drop
in order to give other elements of the system an opportunity to handle
them.

Type: improvement
Change-Id: Ie6cde9eebc83e42029967141cb32ebc459fd3680
Signed-off-by: Alexander Chernavin <achernavin@netgate.com>
src/vnet/ip6-nd/ip6_nd.c

index eb89eb8..a8f7f15 100644 (file)
@@ -410,7 +410,7 @@ VLIB_REGISTER_NODE (ip6_icmp_neighbor_advertisement_node,static) =
 
   .n_next_nodes = 1,
   .next_nodes = {
-    [0] = "ip6-drop",
+    [0] = "ip6-punt",
   },
 };
 /* *INDENT-ON* */