summaryrefslogtreecommitdiff
path: root/templates/system/ipv6/blacklist/node.def
blob: ce8dafd1f143a484a113755e8680710130d47e47 (plain)
1
2
3
4
5
6
7
8
9
10
help: Prevent the IPv6 kernel module from being loaded

create:
	sudo sh -c "echo blacklist ipv6 > \
	    /etc/modprobe.d/vyatta_blacklist_ipv6.conf"
	echo "This change will take affect when the system is rebooted."

delete:
	sudo sh -c "rm -f /etc/modprobe.d/vyatta_blacklist_ipv6.conf"
	echo "This change will take affect when the system is rebooted."