Browse Source

Alejandro Mery:


			
			
				rocklinux
			
			
		
Alejandro Mery 21 years ago
parent
commit
e1b647864c
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      package/base/iptables/rocknet_iptables.sh

+ 4
- 0
package/base/iptables/rocknet_iptables.sh

@ -24,6 +24,10 @@ iptables_parse_conditions() {
iptables_cond="$iptables_cond -p $1 --dport $2"
shift; shift
;;
icmp)
iptables_cond="$iptables_cond -p icmp --icmp-type $2"
shift; shift
;;
ip)
iptables_cond="$iptables_cond -s $2"
shift; shift

Loading…
Cancel
Save