I'm setting up a jail using VNET with an epair(4) connected to a bridge(4) which has my network card (em0). Second time I shut down the jail I got this:
Anyone know what caused this?
Code:
em0: link state changed to DOWN
nd6_dad_timer: cancel DAD on epair0b because of ND6_IFF_IFDISABLED.
nd6_dad_timer: cancel DAD on epair0b because of ND6_IFF_IFDISABLED.
em0: link state changed to UP
ifa_del_loopback_route: deletion failed: 48
Freed UMA keg (udp_inpcb) was not empty (120 items). Lost 12 pages of memory.
Freed UMA keg (udpcb) was not empty (1169 items). Lost 7 pages of memory.
Freed UMA keg (tcp_inpcb) was not empty (90 items). Lost 9 pages of memory.
Freed UMA keg (tcpcb) was not empty (27 items). Lost 9 pages of memory.
hhook_vnet_uninit: hhook_head type=1, id=1 cleanup required
hhook_vnet_uninit: hhook_head type=1, id=0 cleanup required
epair0a: link state changed to DOWN
epair0b: link state changed to DOWN
em0: link state changed to DOWN
ifa_del_loopback_route: deletion failed: 48
Freed UMA keg (udp_inpcb) was not empty (120 items). Lost 12 pages of memory.
Freed UMA keg (udpcb) was not empty (1169 items). Lost 7 pages of memory.
Freed UMA keg (tcptw) was not empty (135 items). Lost 3 pages of memory.
Freed UMA keg (tcp_inpcb) was not empty (120 items). Lost 12 pages of memory.
Freed UMA keg (tcpcb) was not empty (36 items). Lost 12 pages of memory.
hhook_vnet_uninit: hhook_head type=1, id=1 cleanup required
hhook_vnet_uninit: hhook_head type=1, id=0 cleanup required
em0: link state changed to UP
Anyone know what caused this?