[Bug 279181] order of vlan # and vlandev in rc.conf now matters in rc.conmf

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 20 May 2024 16:14:53 UTC
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: bugs@FreeBSD.org
          Reporter: mike@sentex.net

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.