summaryrefslogtreecommitdiff
path: root/templates-cfg
diff options
context:
space:
mode:
authorMohit Mehta <mohit.mehta@vyatta.com>2009-01-20 15:39:12 -0800
committerMohit Mehta <mohit.mehta@vyatta.com>2009-01-20 15:39:12 -0800
commite8767c28722861f8873353950a8d82c2be1636f2 (patch)
tree04da8e5bbaa5d189b72310306cc548067ad92f14 /templates-cfg
parent84b93c4842d09f329607d2fdf94c6107823090ec (diff)
downloadvyatta-nat-e8767c28722861f8873353950a8d82c2be1636f2.tar.gz
vyatta-nat-e8767c28722861f8873353950a8d82c2be1636f2.zip
Fix Bug 3287 Add the ability to configure the iptables "NETMAP" target via the CLI
Diffstat (limited to 'templates-cfg')
-rw-r--r--templates-cfg/service/nat/rule/node.tag/inside-address/address/node.def1
-rw-r--r--templates-cfg/service/nat/rule/node.tag/outside-address/address/node.def1
2 files changed, 2 insertions, 0 deletions
diff --git a/templates-cfg/service/nat/rule/node.tag/inside-address/address/node.def b/templates-cfg/service/nat/rule/node.tag/inside-address/address/node.def
index 910ae61..5786af9 100644
--- a/templates-cfg/service/nat/rule/node.tag/inside-address/address/node.def
+++ b/templates-cfg/service/nat/rule/node.tag/inside-address/address/node.def
@@ -3,3 +3,4 @@ help: Set inside IP address or range for NAT
comp_help: Possible completions:
<x.x.x.x> NAT to the specified IP address
<x.x.x.x>-<x.x.x.x> NAT to the specified IP range
+ <x.x.x.x/x> NAT to the specified network address. Host part of the address will remain unchanged
diff --git a/templates-cfg/service/nat/rule/node.tag/outside-address/address/node.def b/templates-cfg/service/nat/rule/node.tag/outside-address/address/node.def
index 0bfb506..67add07 100644
--- a/templates-cfg/service/nat/rule/node.tag/outside-address/address/node.def
+++ b/templates-cfg/service/nat/rule/node.tag/outside-address/address/node.def
@@ -3,3 +3,4 @@ help: Set outside IP address or range for NAT
comp_help: Possible completions:
<x.x.x.x> NAT to the specified IP address
<x.x.x.x>-<x.x.x.x> NAT to the specified IP range
+ <x.x.x.x/x> NAT to the specified network address. Host part of the address will remain unchanged