summaryrefslogtreecommitdiff
path: root/templates/system/ipv6/disable/node.def
diff options
context:
space:
mode:
Diffstat (limited to 'templates/system/ipv6/disable/node.def')
-rw-r--r--templates/system/ipv6/disable/node.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/system/ipv6/disable/node.def b/templates/system/ipv6/disable/node.def
index 50aaa420..be1ce2f5 100644
--- a/templates/system/ipv6/disable/node.def
+++ b/templates/system/ipv6/disable/node.def
@@ -2,9 +2,9 @@ help: Disable assignment of IPv6 addresses on all interfaces
create:
sudo sh -c "echo options ipv6 disable_ipv6=1 > \
- /etc/modprobe.d/vyatta_disable_ipv6"
+ /etc/modprobe.d/vyatta_disable_ipv6.conf"
echo "This change will take affect when the system is rebooted."
delete:
- sudo sh -c "rm -f /etc/modprobe.d/vyatta_disable_ipv6"
+ sudo sh -c "rm -f /etc/modprobe.d/vyatta_disable_ipv6.conf"
echo "This change will take affect when the system is rebooted."