aboutsummaryrefslogtreecommitdiffstats
path: root/net/net6.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/net6.c')
-rw-r--r--net/net6.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/net6.c b/net/net6.c
index 75577bcea17..2dd64c0e161 100644
--- a/net/net6.c
+++ b/net/net6.c
@@ -413,6 +413,7 @@ int net_ip6_handler(struct ethernet_hdr *et, struct ip6_hdr *ip6, int len)
break;
case IPV6_NDISC_NEIGHBOUR_SOLICITATION:
case IPV6_NDISC_NEIGHBOUR_ADVERTISEMENT:
+ case IPV6_NDISC_ROUTER_ADVERTISEMENT:
ndisc_receive(et, ip6, len);
break;
default: