diff options
author | Daniil Baturin <daniil.baturin@vyatta.com> | 2011-10-11 14:33:36 +0700 |
---|---|---|
committer | Daniil Baturin <daniil.baturin@vyatta.com> | 2011-10-11 14:33:36 +0700 |
commit | 116667ef7d5cf5cfa821ebc615217b743e7cf3e8 (patch) | |
tree | cc894a684c762b0f6a0f9207210f6bda9962e6f1 /templates-cfg/nat/source/rule | |
parent | 447910fdd121af8cd52c8734d6ae57aa33ff1e6d (diff) | |
download | vyatta-nat-116667ef7d5cf5cfa821ebc615217b743e7cf3e8.tar.gz vyatta-nat-116667ef7d5cf5cfa821ebc615217b743e7cf3e8.zip |
Bug 5682: Add masquerade option to source NAT rule outside-address
Diffstat (limited to 'templates-cfg/nat/source/rule')
-rw-r--r-- | templates-cfg/nat/source/rule/node.tag/outside-address/address/node.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates-cfg/nat/source/rule/node.tag/outside-address/address/node.def b/templates-cfg/nat/source/rule/node.tag/outside-address/address/node.def index abd5d45..24bf89c 100644 --- a/templates-cfg/nat/source/rule/node.tag/outside-address/address/node.def +++ b/templates-cfg/nat/source/rule/node.tag/outside-address/address/node.def @@ -5,3 +5,4 @@ help: Outside IP address or range for NAT val_help: ipv4 ; NAT to the specified IP address val_help: ipv4range ; NAT to the specified IP range val_help: ipv4net ; NAT to the specified network address. Host part of the address will remain unchanged +val_help: masquerade ; NAT to the primary address of outbound-interface
\ No newline at end of file |