Details
Details
- Reviewers
hiren hrs j-nitrology.com - Group Reviewers
network - Commits
- rS288980: Fix a bug that caused reinitialization failure of MAC addresses on
- ifconfig lagg0 create laggport ifp0 laggport ifp1
- ifconfig lagg0 -laggport ifp0
and look at the macs before and after
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I'm fine with this and can commit it. If there's no further comment I'll commit tonight.
Comment Actions
I do not think this fix is correct. lagg_port_destroy() should enqueue an lladdr change into sc_lladdr_task when the primary port is removed. Removing the llq_primary == 0 condition causes an unnecessary lladdr update on the primary interface.
Can someone test the following patch?
http://people.allbsd.org/~hrs/FreeBSD/if_lagg.c.20151005-1.diff