Re: [Qemu-devel] [PATCH 3/4] Slirp Reverse UDP Firewall

2011-04-15 Thread Daisuke Nojiri
This patch series adds a simple reverse UDP firewall functionality to Slirp. The series consists of four patches: 1. drop=udp|all - enables the firewall 2. droplog=FILE - sets the drop log filename 3. allow=PROTO:ADDR:PORT - adds an allow rule 4. parse network mask (e.g. /24) for A

[Qemu-devel] [PATCH 3/4] Slirp Reverse UDP Firewall

2011-04-15 Thread Daisuke Nojiri
This patch series adds a simple reverse UDP firewall functionality to Slirp. The series consists of four patches: 1. drop=udp|all - enables the firewall 2. droplog=FILE - sets the drop log filename 3. allow=PROTO:ADDR:PORT - adds an allow rule 4. parse network mask (e.g. /24) for A