diff options
Diffstat (limited to 'scripts/vyatta-show-nat.pl')
-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"; |