diff options
author | Stig Thormodsrud <stig@io.vyatta.com> | 2008-12-09 08:49:11 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@io.vyatta.com> | 2008-12-09 08:49:11 -0800 |
commit | 45cef2b13167a25cf2985e7ea45dfcb12de163cd (patch) | |
tree | 75b75c9a5925c848d976121e29cefa08ec8fca61 | |
parent | b3ac0fa574fca93abf482ca4712ee9d14aa2f145 (diff) | |
download | vyatta-op-firewall-45cef2b13167a25cf2985e7ea45dfcb12de163cd.tar.gz vyatta-op-firewall-45cef2b13167a25cf2985e7ea45dfcb12de163cd.zip |
Fix spelling error in Vyatta::IpTables::Rule
-rwxr-xr-x | scripts/firewall/vyatta-show-firewall.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/firewall/vyatta-show-firewall.pl b/scripts/firewall/vyatta-show-firewall.pl index 08d0345..14fe591 100755 --- a/scripts/firewall/vyatta-show-firewall.pl +++ b/scripts/firewall/vyatta-show-firewall.pl @@ -118,7 +118,7 @@ sub show_chain { my $bytes = shift @stats; print $fh " <pkts>$pkts</pkts>\n"; print $fh " <bytes>$bytes</bytes>\n"; - my $rule = new Vyatta::IpTables::sRule; + my $rule = new Vyatta::IpTables::Rule; $rule->setupDummy(); $rule->outputXml($fh); print $fh " </row>\n"; |