[Bug 279195] kernel panic while re-configuring if_vlan(4) vlan id
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 279195] kernel panic while re-configuring if_vlan(4) vlan id"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 279195] kernel panic while re-configuring if_vlan(4) vlan id"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 279195] kernel panic while re-configuring if_vlan(4) vlan id"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 May 2024 07:57:36 UTC
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: bugs@FreeBSD.org Reporter: zlei@FreeBSD.org 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.