[Bug 194321] New: lagg/lacp does not work on startup.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Oct 12 15:26:22 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194321

            Bug ID: 194321
           Summary: lagg/lacp does not work on startup.
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Some People
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: ki at hh.iij4u.or.jp

After commit 272547, lagg interface is not initialized in lacp mode properly.

before commit:
        laggproto lacp lagghash l2,l3,l4
        laggport: em2 flags=1c<ACTIVE,COLLECTING,DISTRIBUTING>
        laggport: em1 flags=1c<ACTIVE,COLLECTING,DISTRIBUTING>

after commit:
        laggproto lacp lagghash l2,l3,l4
        laggport: em1 flags=1c<ACTIVE,COLLECTING,DISTRIBUTING>
        laggport: em2 flags=18<COLLECTING,DISTRIBUTING>  <-- this interface
does not become active.

In 272547, lladdr configuration for the primary port to a taskqueue.
I suppose this change cause this bug, but I cannot understand lacp yet.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list