summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMohit Mehta <mohit.mehta@vyatta.com>2010-01-30 13:20:05 -0800
committerMohit Mehta <mohit.mehta@vyatta.com>2010-01-30 13:20:05 -0800
commit0681857d1d5e139772059d39395540ceb40e7890 (patch)
treeaccabe8d2c7fbabfc794a4765af4456912329645 /templates
parent31e578bbe6133fb14dba28db68fad65e74d3af49 (diff)
downloadvyatta-cfg-vpn-0681857d1d5e139772059d39395540ceb40e7890.tar.gz
vyatta-cfg-vpn-0681857d1d5e139772059d39395540ceb40e7890.zip
Fix Bug 1832 VPN copy-tos Disabling copy-tos field doesn't work
* remove copy-tos field under 'vpn ipsec'. It's not supposed to work with NETKEY
Diffstat (limited to 'templates')
-rw-r--r--templates/vpn/ipsec/copy-tos/node.def7
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/vpn/ipsec/copy-tos/node.def b/templates/vpn/ipsec/copy-tos/node.def
deleted file mode 100644
index b2b5a37..0000000
--- a/templates/vpn/ipsec/copy-tos/node.def
+++ /dev/null
@@ -1,7 +0,0 @@
-help: Set to copy TOS configuration
-type: txt
-default: "disable"
-syntax:expression: $VAR(@) in "enable", "disable"; "must be enable or disable"
-comp_help: possible completions
- enable Set copy TOS enabled
- disable Set copy TOS disabled (default)