Re: A netgraph question.

2008-11-02 Thread Joe Pellegrino
On Sat, 1 Nov 2008, Julian Elischer wrote: Joe Pellegrino wrote: On Sat, 1 Nov 2008, Julian Elischer wrote: have you done man 3 netgraph to look at the netgraph management library? Looked at that today and I might be able to get something going. I tried to use the ng_echo node in a module

Re: A netgraph question.

2008-11-01 Thread Julian Elischer
Joe Pellegrino wrote: On Sat, 1 Nov 2008, Julian Elischer wrote: I'll try answer your questions.. Hooks are created on demand.. you need to send a 'connect' or 'mkpeer' message to the node(s) on which you want t script level, you just use the ngctl program to do it for you. Hooks are always m

Re: A netgraph question.

2008-11-01 Thread Joe Pellegrino
On Sat, 1 Nov 2008, Julian Elischer wrote: I'll try answer your questions.. Hooks are created on demand.. you need to send a 'connect' or 'mkpeer' message to the node(s) on which you want t script level, you just use the ngctl program to do it for you. Hooks are always made in pairs. so you ne

Re: A netgraph question.

2008-11-01 Thread Julian Elischer
Joe Pellegrino wrote: OK so here it goes. I actually have two seperate questions involving netgraph, I am new to this subject so please bare with me. If there is a better way to achieve these goals too, please suggest them but I think netgraph is the way to go. I'll try answer your questi

A netgraph question.

2008-11-01 Thread Joe Pellegrino
OK so here it goes. I actually have two seperate questions involving netgraph, I am new to this subject so please bare with me. If there is a better way to achieve these goals too, please suggest them but I think netgraph is the way to go. The first part involves allowing a userland program