dbedf61ce3
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
13 lines
321 B
Bash
Executable File
13 lines
321 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
# 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.
|