28 Jan
2005
28 Jan
'05
19:57
Sunny wrote:
There are a few modules that depend on ipv6, two being installed by the SuSEfirewall2 script. 'lsmod | grep ipv6' to find them all. ipv6 will be the last one to be removed.
Only ipv6 module is loaded.
sunny@linux:~> lsmod | grep ipv6 ipv6 236800 122 sunny@linux:~> su Password: linux:/ # rmmod ipv6 ERROR: Module ipv6 is in use
Mea culpa; the ip6tables modules are named just that, ip6tables_*. You could try an extended regexp search (-E option in grep), or just run lsmod and sort through the list. Module dependencies are listed in the fourth column.