[Bug 255882] vxlan(4): kernel panic when unloading module if vxlan interface in VNET jails not shutdown before jail shutdown

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon May 17 09:33:18 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255882

Aleksandr Fedorov <afedorov at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |afedorov at FreeBSD.org

--- Comment #1 from Aleksandr Fedorov <afedorov at FreeBSD.org> ---
The problem is easily reproducible:

# kldload if_vxlan
# jail -c name=j1 persist vnet
# jexec j1 ifconfig vxlan create
vxlan0
# jail -r j1
# jail -c name=j1 persist vnet
# jexec j1 ifconfig vxlan create
vxlan1
# jail -r j1
# kldunload if_vxlan
panic!!!

Unfortunately if_vxlan (4) does not support VNET.
There was an attempt, but not finished:
https://reviews.freebsd.org/D2868?id=6328#change-57yzNcgb46N6

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


More information about the freebsd-net mailing list