diff options
author | An-Cheng Huang <ancheng@build-vm.localdomain> | 2007-12-19 15:27:04 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@build-vm.localdomain> | 2007-12-19 15:27:04 -0800 |
commit | 56880bec43eef6af8301cdfbe9c764b4257bd24b (patch) | |
tree | a7ba2a4a6c73f93e0a94e2d2db9cda264bfec254 /scripts | |
parent | 561ec07cb56696b05f683a325098c06422d00f86 (diff) | |
download | vyatta-nat-56880bec43eef6af8301cdfbe9c764b4257bd24b.tar.gz vyatta-nat-56880bec43eef6af8301cdfbe9c764b4257bd24b.zip |
* add completion help/value check.
* fix show command.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/vyatta-show-nat.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-show-nat.pl b/scripts/vyatta-show-nat.pl index 5ae67b8..bb25500 100755 --- a/scripts/vyatta-show-nat.pl +++ b/scripts/vyatta-show-nat.pl @@ -32,7 +32,7 @@ while (<STATS>) { } close STATS; -open(RENDER, "| /opt/vyatta/libexec/xorp/render_xml $xsl_file") or exit 1; +open(RENDER, "| /opt/vyatta/sbin/render_xml $xsl_file") or exit 1; # begin print RENDER "<opcommand name='natrules'><format type='row'>\n"; |