https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271474
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] --- /etc/rc.d/netif is NOT invoked inside vnetjails. (novnetjail Keyword) so cloned interfaces are NOT destroyed during shutdown. After changing exec.stop in /etc/jail.conf to exec.stop = "/bin/sh /etc/rc.d/netif stop; /bin/sh /etc/rc.shutdown"; cloned interfaces are destroyed before shutdown. Perhaps this works in your case too. -- You are receiving this mail because: You are the assignee for the bug.
