I think someone sent me a link to an ng_ipfw_filter node once
but I've lost it...
(I think it was called ng_ipfw but that name is now taken by the
netgraph/ipfw 'ipfw netgraph' packet divert option).
Something that lets you do ipfw filtering on packets as they
travel across a graph.
As I said,I
On Tue, 2008-09-09 at 17:24 +0100, Rui Paulo wrote:
> On Mon, Sep 08, 2008 at 06:19:06PM +0400, Vladimir Grebenschikov wrote:
> > On Wed, 2008-09-03 at 17:52 +0100, Rui Paulo wrote:
> > > On Tue, Sep 02, 2008 at 11:08:00PM +0400, Vladimir Grebenschikov wrote:
> > > > ? Thu, 28/08/2008 ? 00:22 +
On Thu, 11 Sep 2008, Julian Elischer wrote:
Hi,
I think someone sent me a link to an ng_ipfw_filter node once
but I've lost it...
(I think it was called ng_ipfw but that name is now taken by the
netgraph/ipfw 'ipfw netgraph' packet divert option).
Something that lets you do ipfw filtering on
Bjoern A. Zeeb wrote:
On Thu, 11 Sep 2008, Julian Elischer wrote:
Hi,
I think someone sent me a link to an ng_ipfw_filter node once
but I've lost it...
(I think it was called ng_ipfw but that name is now taken by the
netgraph/ipfw 'ipfw netgraph' packet divert option).
Something that lets yo
On Fri, 12 Sep 2008, Bjoern A. Zeeb wrote:
On Thu, 11 Sep 2008, Julian Elischer wrote:
Hi,
I think someone sent me a link to an ng_ipfw_filter node once
but I've lost it...
(I think it was called ng_ipfw but that name is now taken by the
netgraph/ipfw 'ipfw netgraph' packet divert option).
On Thu, Sep 11, 2008 at 11:12:29PM -0700, Julian Elischer wrote:
> that one allows ipfw to send things to netgraph. I want one
> to allow a netgraph graph to filter things with ipfw...
ng_bpf? not exactly ipfw filtering, but filtering :-)
Eugene Grosbein
_
I think what you ask can be done by:
1. sending the packet through ng_mbuf to tag it
2. sending it to ng_ipfw to be sent through IPFW
3. use IPFW rules to operate on packets with the particular tag you
attached in #1
4. as the final IPFW rule, pass the packet back in to netgraph via a
'netgra
Eugene Grosbein wrote:
On Thu, Sep 11, 2008 at 11:12:29PM -0700, Julian Elischer wrote:
that one allows ipfw to send things to netgraph. I want one
to allow a netgraph graph to filter things with ipfw...
ng_bpf? not exactly ipfw filtering, but filtering :-)
No it needs to be ifpw for the j
Julian Elischer wrote:
> >> that one allows ipfw to send things to netgraph. I want one
> >> to allow a netgraph graph to filter things with ipfw...
> >
> > ng_bpf? not exactly ipfw filtering, but filtering :-)
>
> No it needs to be ifpw for the job I'm doing..there is already a lot
> of code tha