diff options
author | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2015-12-02 10:08:06 +0000 |
---|---|---|
committer | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2015-12-02 10:08:06 +0000 |
commit | 13c8c39ac8ffd9978f10bf37abeb9afd74ba4108 (patch) | |
tree | 4b58d02498f46cb41b72c68b572717122f09130f /share/man/man4/gif.4 | |
parent | cdfb502b18f73b2b2cff3eb21a244594fcdbf4ed (diff) |
Remove setting "link2" to the bridge in the EXAMPLE section. When the
section is describing a way to protect encapsulated packets by IPsec,
"link2" was misleading since it is unrelated to that purpose.
ok markus
Diffstat (limited to 'share/man/man4/gif.4')
-rw-r--r-- | share/man/man4/gif.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/gif.4 b/share/man/man4/gif.4 index 0b53f9d053a..3348b78b152 100644 --- a/share/man/man4/gif.4 +++ b/share/man/man4/gif.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gif.4,v 1.27 2012/09/26 17:34:38 jmc Exp $ +.\" $OpenBSD: gif.4,v 1.28 2015/12/02 10:08:05 yasuoka Exp $ .\" $KAME: gif.4,v 1.15 2000/04/19 09:39:42 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: September 26 2012 $ +.Dd $Mdocdate: December 2 2015 $ .Dt GIF 4 .Os .Sh NAME @@ -185,7 +185,7 @@ interface: Finally, bring the bridge interface up and allow it to start processing frames: .Pp -.Dl # ifconfig bridge0 up link2 +.Dl # ifconfig bridge0 up .Pp The internal interface on each bridge need not have an IP address: the bridge can function without it. |