I've found what appears to be a lltable leak when adding and removing IPv6 addresses.
# vmstat m | grep lltable
lltable 14 4k - 14 128,256
# ifconfig em0 inet6 3ffe:b00:1:1::1 alias
# vmstat m | grep lltable
lltable 15 4k - 15 128,256
# ifconfig em0 inet6 3ffe:b00:1:1::1 -alias
# vmstat m | grep lltable
lltable 15 4k - 15 128,256
The attached patch seems to fix the problem.
Regards,
Andrew
in6.c.patch
Description: in6.c.patch
_______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
