mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
It is directly available via ports (pim6dd which provides the needed rc script) Reported by: lme Sponsored by: Essen Hackathon 2016
12 lines
306 B
Bash
Executable file
12 lines
306 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
# PROVIDE: NETWORKING NETWORK
|
|
# REQUIRE: netif netwait netoptions routing ppp ipfw stf
|
|
# REQUIRE: defaultroute routed route6d resolv bridge
|
|
# REQUIRE: static_arp static_ndp
|
|
|
|
# This is a dummy dependency, for services which require networking
|
|
# to be operational before starting.
|