summaryrefslogtreecommitdiff
path: root/templates/system/ip/disable-forwarding/node.def
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/ip/disable-forwarding/node.def
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/ip/disable-forwarding/node.def')
-rw-r--r--templates/system/ip/disable-forwarding/node.def3
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/system/ip/disable-forwarding/node.def b/templates/system/ip/disable-forwarding/node.def
deleted file mode 100644
index 3bac48b3..00000000
--- a/templates/system/ip/disable-forwarding/node.def
+++ /dev/null
@@ -1,3 +0,0 @@
-help: Disable IPv4 forwarding
-create: sudo sh -c "echo 0 > /proc/sys/net/ipv4/conf/all/forwarding"
-delete: sudo sh -c "echo 1 > /proc/sys/net/ipv4/conf/all/forwarding"