aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip6-nd/ip6_nd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/ip6-nd/ip6_nd.c')
-rw-r--r--src/vnet/ip6-nd/ip6_nd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/ip6-nd/ip6_nd.c b/src/vnet/ip6-nd/ip6_nd.c
index eb89eb817f6..a8f7f15aa94 100644
--- a/src/vnet/ip6-nd/ip6_nd.c
+++ b/src/vnet/ip6-nd/ip6_nd.c
@@ -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* */