David> Sure, although I'm surprised nobody noticed that build
David> failure before :-)
OK, coming up. (It's not a build failure though, it's wrong code: if
CONFIG_IPV6=m then the code inside "#ifdef CONFIG_IPV6" in ip_gre.c
just doesn't get built, even though it should)
- R.
-
To unsub
From: Roland Dreier <[EMAIL PROTECTED]>
Date: Tue, 06 Feb 2007 14:53:58 -0800
> Would you like a patch to do the same thing for INET_IPGRE (and fix
> the #ifdefs in ip_gre.c)?
Sure, although I'm surprised nobody noticed that build failure
before :-)
-
To unsubscribe from this list: send the line
> config FOO
> depends on (IPV6 || IPV6=n)
OK, I'll add the same hack for INFINIBAND_IPOIB too. I doubt there's
anyone that really cares about IPoIB built-in with modular IPv6.
Would you like a patch to do the same thing for INET_IPGRE (and fix
the #ifdefs in ip_gre.c)?
- R.
-
To unsubs
From: Roland Dreier <[EMAIL PROTECTED]>
Date: Tue, 06 Feb 2007 14:43:15 -0800
> So I hope we can come up with a short-range plan to deal with the
> possibility of built-in code calling icmpv6_send() at least... As you
> said, should we just convert IPV6 to a bool instead of a tristate?
Netfilter