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/ip/disable-forwarding/node.def | |
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/ip/disable-forwarding/node.def')
-rw-r--r-- | templates/system/ip/disable-forwarding/node.def | 3 |
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" |