Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Apr 2026 16:24:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 294186] Kernel panic on jail remove after netgraph node removal
Message-ID:  <bug-294186-227-ZUQvSrmQWg@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-294186-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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

--- Comment #2 from Karlo Miličević <karlo98.m@gmail.com> ---
Second repro:

while true; do
    jail -c name=j1 vnet persist

    ngctl mkpeer . eiface ether ether
    ngctl mkpeer . eiface ether ether

    ifconfig ngeth0 vnet j1
    ifconfig ngeth1 vnet j1

    ngctl rmnode ngeth0: &
    ngctl rmnode ngeth1: &

    jail -r j1
done

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

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-294186-227-ZUQvSrmQWg>