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: [email protected]
          Reporter: [email protected]

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.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to