Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Oct 2014 15:26:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 194321] New: lagg/lacp does not work on startup.
Message-ID:  <bug-194321-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: ki@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194321-8>