From 7b0de5a0044c5d19741ae7b8016c3af31afb8e9d Mon Sep 17 00:00:00 2001 From: fengbojiang Date: Sat, 23 Nov 2019 11:40:18 +0800 Subject: [PATCH] Add `ip6_fastfwd.c` in `Makefile`. --- lib/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Makefile b/lib/Makefile index 6ef783e8..3814e04b 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -467,6 +467,7 @@ NETINET6_SRCS+= \ ip6_forward.c \ ip6_id.c \ ip6_input.c \ + ip6_fastfwd.c \ ip6_mroute.c \ ip6_output.c \ mld6.c \