summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2006-05-28 18:47:30 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2006-05-28 18:47:30 +0000
commitac47cdc0d1fc902b73a1362cc0216a37fae14ee7 (patch)
treee2b6cff210bbe6ced100581ddb34296a3b667b64 /share
parentee271e2904f4aa32ea2ecaafc166fdf57d72cb34 (diff)
in the second example, only the trunk interface should have an IP address,
not the trunk ports. figured out by jmc@
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/trunk.44
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/trunk.4 b/share/man/man4/trunk.4
index f8bb93aaa68..93132c6ac76 100644
--- a/share/man/man4/trunk.4
+++ b/share/man/man4/trunk.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: trunk.4,v 1.14 2006/05/23 05:06:53 reyk Exp $
+.\" $OpenBSD: trunk.4,v 1.15 2006/05/28 18:47:29 reyk Exp $
.\"
.\" Copyright (c) 2005, 2006 Reyk Floeter <reyk@openbsd.org>
.\"
@@ -97,7 +97,7 @@ Whenever the wired master interface is unplugged, the wireless failover
device will be used:
.Bd -literal -offset indent
# ifconfig em0 up
-# ifconfig ath0 192.168.1.1 netmask 255.255.255.0 nwid my_net
+# ifconfig ath0 nwid my_net up
# ifconfig trunk0 trunkproto failover trunkport em0 trunkport ath0 \e
192.168.1.1 netmask 255.255.255.0
.Ed