https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279181
Bug ID: 279181
Summary: order of vlan # and vlandev in rc.conf now matters in
rc.conmf
Product: Base System
Version: 14.0-STABLE
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: conf
Assignee: [email protected]
Reporter: [email protected]
Up until RELENG_13, creating a vlan in /etc/rc.conf did not matter if the
syntax was
ifconfig_vlan2="192.168.1.51/24 vlandev igb1 vlan 2"
or
ifconfig_vlan2="192.168.1.51/24 vlan 2 vlandev igb1"
either used to work on RELENG_13
now only
ifconfig_vlan2="192.168.1.51/24 vlan 2 vlandev igb1"
works on RELENG_14.
Not sure if the issue was intentional or not but should at least be noted if an
deliberate POLA
Short discussion at
https://lists.freebsd.org/archives/freebsd-net/2024-May/004968.html
--
You are receiving this mail because:
You are the assignee for the bug.