Re: libiptc equivalent in FreeBSD ipfw

2005-05-24 Thread Dan Nelson
In the last episode (May 23), C.G.Senthilkumar. said: > I want to add some rules to the ipfw kernel table directly from my > program rather than going through the ipfw user-space program. Is > there some control library analogous to libiptc in Linux's > netfilter/iptables that would let me do that?

libiptc equivalent in FreeBSD ipfw

2005-05-23 Thread C.G.Senthilkumar.
Hi, I want to add some rules to the ipfw kernel table directly from my program rather than going through the ipfw user-space program. Is there some control library analogous to libiptc in Linux's netfilter/iptables that would let me do that? If yes, where could I learn more about it? Thanks in