Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: agr(4) still broken



Updated patch...

Index: agr.4
===================================================================
RCS file: /cvsroot/src/share/man/man4/agr.4,v
retrieving revision 1.7
diff -u -r1.7 agr.4
--- agr.4       8 Jun 2009 07:59:38 -0000       1.7
+++ agr.4       11 Feb 2010 13:08:56 -0000
@@ -25,7 +25,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\" ------------------------------------------------------------
-.Dd June 7, 2009
+.Dd February 11, 2010
 .Dt AGR 4
 .Os
 .\" ------------------------------------------------------------
@@ -77,13 +77,21 @@
 and
 .Sy re1
 to it.
-(In other words, aggregate
+In other words, aggregate
 .Sy re0
 and
 .Sy re1
 so that they can be used as a single interface,
-.Sy agr0 )
+.Sy agr0 .
+The physical interfaces which are attached to the
+.Nm
+interface must not have any IP addresses, neither IPv4 nor IPv6.
 .Bd -literal -offset indent
+       ifconfig re0 inet xxx.xxx.xxx.xxx delete
+       ifconfig re0 inet6 fe80::xxxx:xxxx:xxxx:xxxx delete
+       ifconfig re1 inet xxx.xxx.xxx.xxx delete
+       ifconfig re1 inet6 fe80::xxxx:xxxx:xxxx:xxxx delete
+
        ifconfig agr0 create
        ifconfig agr0 agrport re0
        ifconfig agr0 agrport re1


Home | Main Index | Thread Index | Old Index