diff options
author | guido <guido@FreeBSD.org> | 1998-02-16 19:25:41 +0000 |
---|---|---|
committer | guido <guido@FreeBSD.org> | 1998-02-16 19:25:41 +0000 |
commit | 5bccced64d20305021485209e090be0b0d150ca7 (patch) | |
tree | b7cace1ef64bfb1f0a3f1a2ce17122d35bc7cfab /share | |
parent | 11fbae904270b422a9ad9544d95c00a56f74e51e (diff) | |
download | FreeBSD-src-5bccced64d20305021485209e090be0b0d150ca7.zip FreeBSD-src-5bccced64d20305021485209e090be0b0d150ca7.tar.gz |
Document new variables forward_sourceroute and accept_sourceroute. While
we're at it: also document the already existing arpproxy.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/rc.conf.5 | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 0b98a89..7f6a278 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: rc.conf.5,v 1.10 1997/12/27 19:50:55 steve Exp $ +.\" $Id: rc.conf.5,v 1.11 1998/02/04 15:57:13 wollman Exp $ .\" .Dd April 26, 1997 .Dt RC.CONF 5 @@ -526,6 +526,22 @@ is set to these are the flags to pass to the .Xr ipxrouted 8 daemon. +.It Ar arpproxy_all +If set to +.Ar YES +then enable global proxy ARP. +.It Ar forward_sourceroute +If set to +.Ar YES +then, when also +.Ar gateway_enable +is set to +.Ar YES , +also source routed packets are forwarded. +.It Ar accept_sourceroute +If set to +.Ar YES +then the system will accept source routed packets detined at it. .It Ar keymap (str) If set to .Ar NO |