[Bug 222647] VIMAGE jail: ifa_maintain_loopback_route: deletion failed for interface lo0: 48

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Oct 25 19:32:02 UTC 2017


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

--- Comment #1 from Kristof Provost <kp at freebsd.org> ---
Okay, so this happens during this:

When destroying a vnet jail:
  1  57808     ifa_del_loopback_route:entry
              kernel`in6_purgeaddr+0x33
              kernel`ip6_destroy+0x142
              kernel`vnet_destroy+0x12c
              kernel`prison_deref+0x29c
              kernel`taskqueue_run_locked+0x15d
              kernel`taskqueue_thread_loop+0x88
              kernel`fork_exit+0x84
              kernel`0xffffffff80ef1b3e

Basically, ifa_del_loopback_route tries to delete the ::1 route on lo0 (in the
vnet jail) and can't because this route is RTF_PINNED. I'm not sure I fully
understand what that all implies, so I'm hesitant to change anything.

I'm pretty sure this is mostly harmless though.

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


More information about the freebsd-bugs mailing list