diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-28 14:16:32 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-28 14:16:32 +0100 |
commit | 2660561453274a0162e226722ecf436f4012ca69 (patch) | |
tree | 3cf47bfba16dc03b97ac75220a2533ff87204080 /templates/system/ipv6/blacklist | |
parent | cf0bfe70fb855cfffd663d8453ecd17ca99ebb6d (diff) | |
download | vyatta-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.def | 11 |
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." |