e32aadab54
tnn) into the Packages Collection. The BIRD project aims to develop a fully functional dynamic IP routing daemon primarily targetted on (but not limited to) UNIX-like systems and distributed under the GNU General Public License. - This package is for IPv4, a separate IPv6 package is available - Multiple routing tables - BGP - RIP - OSPF - Static routes - Inter-table protocol - Command-line interface - Soft reconfiguration - Powerful language for route filtering Updated by myself from bird-1.3.4 to 1.3.6 (to correct a BGP protocol problem).
18 lines
284 B
Bash
18 lines
284 B
Bash
#!@RCD_SCRIPTS_SHELL@
|
|
#
|
|
# $NetBSD: bird6.sh,v 1.1.1.1 2012/01/22 02:53:01 agc Exp $
|
|
#
|
|
# PROVIDE: bird6
|
|
# REQUIRE: DAEMON NETWORKING
|
|
|
|
if [ -f /etc/rc.subr ]
|
|
then
|
|
. /etc/rc.subr
|
|
fi
|
|
|
|
name="bird6"
|
|
rcvar="${name}"
|
|
command="@PREFIX@/sbin/${name}"
|
|
|
|
load_rc_config $name
|
|
run_rc_command "$1"
|