[Bug 267635] if_bridge: adding static entry to addr table is not working
Date: Tue, 08 Nov 2022 12:02:17 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267635
Kristof Provost <kp@freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |Not A Bug
CC| |kp@freebsd.org
Status|New |Closed
--- Comment #1 from Kristof Provost <kp@freebsd.org> ---
(In reply to Ozkan KIRIK from comment #0)
You're trying to set a multicast address, that's not allowed.
# ifconfig bridge0 static vtnet1 11:22:33:44:55:66
ifconfig: BRDGSADDR vtnet1: Invalid argument
# ifconfig bridge0 static vtnet1 10:22:33:44:55:66
# ifconfig bridge0 addr
10:22:33:44:55:66 Vlan1 vtnet1 0 flags=1<STATIC>
Quoting https://en.wikipedia.org/wiki/Multicast:
"Ethernet frames with a value of 1 in the least-significant bit of the first
octet of the destination address are treated as multicast frames ..."
--
You are receiving this mail because:
You are the assignee for the bug.