Change id before becoming a daemon
[snf-nfdhcpd] / nfdhcpd.ferm
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                 }
7         }
8 }
9
10 domain ip6 {
11         table mangle {
12                 chain PREROUTING {
13                         interface tap+ proto icmpv6 icmpv6-type router-solicitation NFQUEUE queue-num 43;
14                         interface tap+ proto icmpv6 icmpv6-type neighbour-solicitation NFQUEUE queue-num 44;
15                 }
16         }
17 }