diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-06-09 18:54:23 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-06-09 18:54:23 +0000 |
commit | c5a59fd6b70e273e5b1bc052b8200d2e94b5eae0 (patch) | |
tree | a89b6919027d5f6daf924fedc42181072ba60c3f /share/man | |
parent | 16836b8fdeff28fba43199c06fa6fdf013a20752 (diff) |
document link[0-2] bits;
issue reported by hauke fath;
help from deraadt
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/sl.4 | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/share/man/man4/sl.4 b/share/man/man4/sl.4 index 73e97e7e05a..3aab66f2ad1 100644 --- a/share/man/man4/sl.4 +++ b/share/man/man4/sl.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sl.4,v 1.12 2006/05/09 19:03:04 jmc Exp $ +.\" $OpenBSD: sl.4,v 1.13 2006/06/09 18:54:22 jmc Exp $ .\" $NetBSD: sl.4,v 1.1 1996/08/10 21:26:14 explorer Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -54,9 +54,18 @@ command or by setting up a configuration file for .Xr netstart 8 . .Pp -The -.Nm sl -interface can use Van Jacobson TCP header compression and ICMP filtering. +The following link-level options are configurable via +.Xr ifconfig 8 : +.Pp +.Bl -tag -width Ds -offset indent -compact +.It link0 +Use Van Jacobsen TCP header compression. +.It link1 +Suppress ICMP traffic. +.It link2 +Auto-enable Van Jacobsen TCP header compression +(enabled by default). +.El .Sh DIAGNOSTICS .Bl -diag .It sl%d: af%d not supported. |