603eaf792b
have chosen different (and more traditional) stateless/statuful NAT64 as translation mechanism. Last non-trivial commits to both faith(4) and faithd(8) happened more than 12 years ago, so I assume it is time to drop RFC3142 in FreeBSD. No objections from: net@
13 lines
329 B
Bash
Executable File
13 lines
329 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
# PROVIDE: NETWORKING NETWORK
|
|
# REQUIRE: netif netoptions routing ppp ipfw stf
|
|
# REQUIRE: defaultroute routed mrouted route6d mroute6d resolv bridge
|
|
# REQUIRE: static_arp static_ndp local_unbound
|
|
|
|
# This is a dummy dependency, for services which require networking
|
|
# to be operational before starting.
|