From ac47cdc0d1fc902b73a1362cc0216a37fae14ee7 Mon Sep 17 00:00:00 2001 From: Reyk Floeter Date: Sun, 28 May 2006 18:47:30 +0000 Subject: in the second example, only the trunk interface should have an IP address, not the trunk ports. figured out by jmc@ --- share/man/man4/trunk.4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share') 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 .\" @@ -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 -- cgit v1.2.3