summaryrefslogtreecommitdiff
path: root/templates/system/ipv6/blacklist/node.def
blob: 081425bda1128625f1b2c28551351bc43bfa7b1a (plain)
1
2
3
4
5
6
7
8
9
10
11
priority: 400
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."