Current-Users archive

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

Re: agr(4) still broken



Thor Lancelot Simon wrote:
Did you remember to strip the autoconfigured IPv6 link-local address
from wm0?  If not, this is expected.

No :-)

Any objections if I commit the attached patch?

Martti

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 12:06:30 -0000
@@ -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.
 .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