From 45cef2b13167a25cf2985e7ea45dfcb12de163cd Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Tue, 9 Dec 2008 08:49:11 -0800 Subject: Fix spelling error in Vyatta::IpTables::Rule --- scripts/firewall/vyatta-show-firewall.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/firewall/vyatta-show-firewall.pl') 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\n"; print $fh " $bytes\n"; - my $rule = new Vyatta::IpTables::sRule; + my $rule = new Vyatta::IpTables::Rule; $rule->setupDummy(); $rule->outputXml($fh); print $fh " \n"; -- cgit v1.2.3