diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2009-01-20 15:39:12 -0800 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2009-01-20 15:39:12 -0800 |
commit | e8767c28722861f8873353950a8d82c2be1636f2 (patch) | |
tree | 04da8e5bbaa5d189b72310306cc548067ad92f14 /templates-cfg/service | |
parent | 84b93c4842d09f329607d2fdf94c6107823090ec (diff) | |
download | vyatta-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/service')
-rw-r--r-- | templates-cfg/service/nat/rule/node.tag/inside-address/address/node.def | 1 | ||||
-rw-r--r-- | templates-cfg/service/nat/rule/node.tag/outside-address/address/node.def | 1 |
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 |