https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267635
Bug ID: 267635
Summary: if_bridge: adding static entry to addr table is not
working
Product: Base System
Version: 13.1-STABLE
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
Hello,
I'm using FreeBSD 13.1-STABLE built on Wed Oct 5 00:21:29 +03 2022.
My goal is adding static entry to bridge port. But it's not working.
To reproduce the problem:
# ifconfig create bridge0
# ifconfig em0 -lro up
# ifconfig em1 -lro up
# ifconfig bridge0 addm em0 addm em1 up
# ifconfig bridge0 static em1 11:22:33:44:55:66
ifconfig: BRDGSADDR em1: Invalid argument
Feel free to send patches to test.
Thanks, Have a nice day.
--
You are receiving this mail because:
You are the assignee for the bug.