diff options
author | Daniil Baturin <daniil.baturin@vyatta.com> | 2011-10-11 14:34:18 +0700 |
---|---|---|
committer | Daniil Baturin <daniil.baturin@vyatta.com> | 2011-10-11 14:34:18 +0700 |
commit | 7796c6be0044398598445940d6d3e675203ad3f2 (patch) | |
tree | aea15ae5d96fc2e5fa4bdf0b37b9f9ea1e502589 /templates-cfg/nat/source | |
parent | 116667ef7d5cf5cfa821ebc615217b743e7cf3e8 (diff) | |
download | vyatta-nat-7796c6be0044398598445940d6d3e675203ad3f2.tar.gz vyatta-nat-7796c6be0044398598445940d6d3e675203ad3f2.zip |
Bug 5682: Remove common NAT update script call from templates,
add scripts calls for source and destination parts.
Diffstat (limited to 'templates-cfg/nat/source')
-rw-r--r-- | templates-cfg/nat/source/node.def | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates-cfg/nat/source/node.def b/templates-cfg/nat/source/node.def index 5548be4..4c7cb17 100644 --- a/templates-cfg/nat/source/node.def +++ b/templates-cfg/nat/source/node.def @@ -1 +1,3 @@ -help: Source NAT settings
\ No newline at end of file +help: Source NAT settings + +end:expression: "sudo /opt/vyatta/sbin/vyatta-update-src-nat.pl"
\ No newline at end of file |