From 7820d87bcf833391f4b2dbbc90bee57dfa91f545 Mon Sep 17 00:00:00 2001 From: Mohit Mehta Date: Mon, 11 May 2009 16:54:02 -0700 Subject: Add 'reject' as a configurable value for default-policy under name and ipv6-name rulesets --- scripts/firewall/vyatta-firewall.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/firewall/vyatta-firewall.pl b/scripts/firewall/vyatta-firewall.pl index 84319fa..08da99d 100755 --- a/scripts/firewall/vyatta-firewall.pl +++ b/scripts/firewall/vyatta-firewall.pl @@ -67,6 +67,7 @@ my %outhook_hash = ( 'filter' => 'FORWARD', # mapping from vyatta 'default-policy' to iptables jump target my %policy_hash = ( 'drop' => 'DROP', + 'reject' => 'REJECT', 'accept' => 'RETURN' ); my %other_tree = ( 'name' => 'modify', -- cgit v1.2.3