[ds6-devel] Module Count

Simone Piunno pioppo at ferrara.linux.it
Fri Mar 28 11:02:17 CET 2003


giovedì, 27 marzo 2003 alle 19:00:51, Chad N. Tindel ha scritto:

> For some reason on my system, as soon as the IPv6 module is loaded, it
> has a module reference count of -1.  And I've never seen it go above or
> below that either, so it makes no difference whether or not my system is
> up with ipv6 addresses.  Does anybody else seen this problem?

Hi Chad, this is intentional to prevent you from unloading the module
(because it doesn't support unloading... yet)

BTW: the last patch I've sent yesterday to the list has a typo:

  if (!ipv6_chk_addr(pfx, dev))

around line 1035 should be instead:

  if (ipv6_chk_addr(pfx, dev))

Sorry.

-- 
This signature intentionally left blank



More information about the ds6-devel mailing list