From 1edde0f4fd5b6b7e8537725706dfb98ecc14e856 Mon Sep 17 00:00:00 2001 From: mm Date: Sun, 23 Oct 2011 09:08:42 +0000 Subject: Add etc/rc.d/static_ndp, analogous to etc/rc.d/static_arp. Make sure that static ARP and NDP bindings are set before NETWORKING. As static_ndp is based on static_arp, pass copyright to the project with permission of the original author (delphij@). Reviewed by: delphij@FreeBSD.org MFC after: 3 days --- etc/rc.d/NETWORKING | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/rc.d/NETWORKING') diff --git a/etc/rc.d/NETWORKING b/etc/rc.d/NETWORKING index eb3237b..71cf26d 100755 --- a/etc/rc.d/NETWORKING +++ b/etc/rc.d/NETWORKING @@ -6,6 +6,7 @@ # PROVIDE: NETWORKING NETWORK # REQUIRE: netif netoptions routing ppp ipfw stf faith # REQUIRE: defaultroute routed mrouted route6d mroute6d resolv bridge +# REQUIRE: static_arp static_ndp # This is a dummy dependency, for services which require networking # to be operational before starting. -- cgit v1.1