Deleted Added
full compact
routing (224132) routing (227366)
1#!/bin/sh
2#
3# Configure routing and miscellaneous network tunables
4#
1#!/bin/sh
2#
3# Configure routing and miscellaneous network tunables
4#
5# $FreeBSD: head/etc/rc.d/routing 224132 2011-07-17 14:52:55Z jilles $
5# $FreeBSD: head/etc/rc.d/routing 227366 2011-11-08 23:02:32Z jilles $
6#
7
8# PROVIDE: routing
9# REQUIRE: faith netif ppp stf
10# KEYWORD: nojail
11
12. /etc/rc.subr
13. /etc/network.subr

--- 228 unchanged lines hidden (view full) ---

242 route_args=`get_if_var $i route_IF`
243 atmconfig natm ${_action} ${route_args}
244 done
245 fi
246}
247
248static_ipx()
249{
6#
7
8# PROVIDE: routing
9# REQUIRE: faith netif ppp stf
10# KEYWORD: nojail
11
12. /etc/rc.subr
13. /etc/network.subr

--- 228 unchanged lines hidden (view full) ---

242 route_args=`get_if_var $i route_IF`
243 atmconfig natm ${_action} ${route_args}
244 done
245 fi
246}
247
248static_ipx()
249{
250 :
250}
251
252ropts_init()
253{
254 if [ -z "${_ropts_initdone}" ]; then
255 echo -n "Additional $1 routing options:"
256 _ropts_initdone=yes
257 fi

--- 103 unchanged lines hidden ---
251}
252
253ropts_init()
254{
255 if [ -z "${_ropts_initdone}" ]; then
256 echo -n "Additional $1 routing options:"
257 _ropts_initdone=yes
258 fi

--- 103 unchanged lines hidden ---