On Sat, 05 Dec 2009 13:10:27 -0800 Allie Daneman wrote: > man ifconfig...is a quick and easy way to disable inet6 on any > interface. Beyond that I'm thinking sysctl, did you peruse around before > posting ?
It's not that simple. Applications still try IPv6 even when it's disabled in the kernel and there's no vestige of it for ifconfig to even find. So the problem is that there are apps I need to rebuild but I presumed that there might be a simple way to disable from a top-level makefile or the like.