https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295175
Bug ID: 295175
Summary: if_rge does not work with tagged packets unless
vlanhwtag is disabled
Product: Base System
Version: 16.0-CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
I recently setup a system with an if_rge connected to a vlan trunk port. I
cannot reach the systems tagged interface ips unless I disable vlanhwtag.
This configuration is what I'm currently using.
ifconfig_rge0="up -vlanhwtag"
cloned_interfaces="bridge0"
ifconfig_bridge0="addm rge0 192.168.43.4/24 up"
ifconfig_bridge0_ipv6="inet6 auto_linklocal"
>From my testing it looks like it doesn't matter wheter an if_bridge interface
is involved or not.
--
You are receiving this mail because:
You are the assignee for the bug.