fix previous NEWS commit, oops
[ferm.git] / test / misc / ifelse.result
blobbaca7bb5ca7fe823559eaf24347598712a8572d9
1 iptables -t filter -A INPUT -j MARK --set-mark 1
2 iptables -t filter -A INPUT -j MARK --set-mark 2
3 iptables -t filter -A INPUT -j MARK --set-mark 5
4 iptables -t filter -A INPUT -j MARK --set-mark 7
5 iptables -t filter -A INPUT -j MARK --set-mark 8
6 iptables -t filter -A INPUT -j MARK --set-mark 11
7 iptables -t filter -A INPUT -j MARK --set-mark 13
8 iptables -t filter -A INPUT -j MARK --set-mark 14
9 iptables -t filter -A INPUT -j LOG
10 iptables -t filter -A INPUT -j ACCEPT
11 iptables -t filter -A INPUT -d 1.2.3.4 -j ACCEPT
12 iptables -t filter -A INPUT -p udp -j REJECT
13 iptables -t filter -A INPUT -d 2.3.4.5 -j ACCEPT