qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Slirp reverse UDP firewall


From: Daisuke Nojiri
Subject: Re: [Qemu-devel] [PATCH] Slirp reverse UDP firewall
Date: Thu, 14 Apr 2011 13:04:02 -0700

Hi, Avi,

Complex and complete firewalling is probably out of my focus for now. I'm trying to introduce a simple reverse firewall functionality which filters outgoing patckets based on only destination address and port. Since Qemu doesn't have any reverse firewall currently, I believe this is a good addition and start.

Dai

On Thu, Apr 14, 2011 at 7:08 AM, Avi Kivity <address@hidden> wrote:
On 04/14/2011 04:48 PM, Avi Kivity wrote:
Will we see a TCP firewall as well? Can we prepare for a more generic
infrastructure, or what makes UDP special?


If some generic firewall like BPF is available as a user library, perhaps we can integrate one instead of writing a new one from scratch.


Heck, you could even write a tcg backend for bpf instructions and run the jit the firewall filter set.


--
error compiling committee.c: too many arguments to function



reply via email to

[Prev in Thread] Current Thread [Next in Thread]