Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Feb 2016 11:51:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 207056] Changing the MAC address on the lagg interface doesn't get retained after lagg port delete operation.
Message-ID:  <bug-207056-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207056

            Bug ID: 207056
           Summary: Changing the MAC address on the lagg interface doesn't
                    get retained after lagg port delete operation.
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: gopu.0206@gmail.com

Changing the MAC address on the lagg interface does not get retained after =
lagg
port delete operation.

How to reproduce:

-> Create a lagg interface

-> Add 2 ports to a lagg interface

-> Set the NEW MAC address on the lagg interface, which in-turn change the =
MAC
of the 2 physical ports.

-> Remove a lagg port from the lagg interface. (It should be the first
interface of LAGG / Master port)

Buggy part:

-> The NEWLY ADDED MAC address will be lost, the lagg interface will have t=
he
other members physical interface MAC interface.


Fix Proposal:

-> At first place, why the MAC change is allowed on the lagg interface.

-> If allowed then the MAC shall be the generic MAC, that shall not be affi=
nity
to a phyiscal port. Hence add / delete port operations on the lagg interface
should not affect the lagg interface MAC address (Unless all the ports were
deleted).

--=20
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-207056-8>