summaryrefslogtreecommitdiff
path: root/templates/system/ipv6/blacklist
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-12-28 14:16:32 +0100
committerChristian Poessinger <christian@poessinger.com>2019-12-28 14:16:32 +0100
commit2660561453274a0162e226722ecf436f4012ca69 (patch)
tree3cf47bfba16dc03b97ac75220a2533ff87204080 /templates/system/ipv6/blacklist
parentcf0bfe70fb855cfffd663d8453ecd17ca99ebb6d (diff)
downloadvyatta-cfg-system-2660561453274a0162e226722ecf436f4012ca69.tar.gz
vyatta-cfg-system-2660561453274a0162e226722ecf436f4012ca69.zip
T1912: migrate 'system ip(v6)' subsystem to XML/Python
Diffstat (limited to 'templates/system/ipv6/blacklist')
-rw-r--r--templates/system/ipv6/blacklist/node.def11
1 files changed, 0 insertions, 11 deletions
diff --git a/templates/system/ipv6/blacklist/node.def b/templates/system/ipv6/blacklist/node.def
deleted file mode 100644
index 081425bd..00000000
--- a/templates/system/ipv6/blacklist/node.def
+++ /dev/null
@@ -1,11 +0,0 @@
-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."