lltable leak when adding and removing IPv6 addresses

Andrew Smedley (andrsmed) andrsmed at cisco.com
Wed Oct 10 15:57:14 UTC 2012


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 



-------------- next part --------------
A non-text attachment was scrubbed...
Name: in6.c.patch
Type: application/octet-stream
Size: 464 bytes
Desc: in6.c.patch
URL: <http://lists.freebsd.org/pipermail/freebsd-bugs/attachments/20121010/e6f2c1b5/attachment.obj>


More information about the freebsd-bugs mailing list