É possível recarregar o driver ipv6 sem reinicializar
$ /sbin/lsmod |grep ipv
ipv6 438625 3 rdma_cm,ib_addr,cnic
# loop through all the dependent modules, and unload them
$ rmmod cnic ...
$ rmmod rdma_cm
$ modprobe ipv6 disable=0
Pode ser necessário desativar o n / w, mas isso deve evitar a reinicialização.