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

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 21 May 2024 07:32:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279181

Zhenlei Huang <zlei@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |mfc-stable14?
           Assignee|rc@FreeBSD.org              |zlei@FreeBSD.org
                 CC|                            |kp@freebsd.org
             Status|New                         |In Progress

--- Comment #2 from Zhenlei Huang <zlei@FreeBSD.org> ---
Simpler steps to repeat:

```
# ifconfig vlan create
vlan0
# ifconfig vlan0 vlandev cxl0 vlan 100
ifconfig: both vlan and vlandev must be specified
```

I can confirm that is regression by https://reviews.freebsd.org/D35848 , I'm
preparing the patch.

-- 
You are receiving this mail because:
You are the assignee for the bug.