https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279195
Bug ID: 279195
Summary: kernel panic while re-configuring if_vlan(4) vlan id
Product: Base System
Version: 14.0-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
Spot this while repeating
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279181 .
Steps to repeat:
```
# ifconfig vlan0 create vlan 100 vlandev cxl0
# ifconfig vlan1 create vlan 110 vlandev cxl0
# ifconfig vlan0 vlan 110
ifconfig: SIOCSETVLAN: File exists
# ifconfig vlan0 vlan 110
# ifconfig vlan0 vlan 111
.. panic ...
```
--
You are receiving this mail because:
You are the assignee for the bug.