Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Nov 2022 12:02:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 267635] if_bridge: adding static entry to addr table is not working
Message-ID:  <bug-267635-227-HAbujA5C8E@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-267635-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-267635-227@https.bugs.freebsd.org/bugzilla/>

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

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.=20

# 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=3D1<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 ..."

--=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-267635-227-HAbujA5C8E>