Statistics
| Branch: | Tag: | Revision:

root / nfdhcpd.ferm @ 06e6d9bc

History | View | Annotate | Download (527 Bytes)

1
domain ip {
2
	table mangle {
3
		chain PREROUTING {
4
			interface tap+ proto udp dport 67 NFQUEUE queue-num 42;
5
			interface prv+ proto udp dport 67 NFQUEUE queue-num 42;
6
			interface br+ proto udp dport 67 NFQUEUE queue-num 42;
7
		}
8
	}
9
}
10

    
11
domain ip6 {
12
	table mangle {
13
		chain PREROUTING {
14
			interface tap+ proto icmpv6 icmpv6-type router-solicitation NFQUEUE queue-num 43;
15
			interface tap+ proto icmpv6 icmpv6-type neighbour-solicitation NFQUEUE queue-num 44;
16
			interface tap+ proto udp dport 547 NFQUEUE queue-num 45;
17
		}
18
	}
19
}