Date: Sat, 29 Jun 2002 11:30:56 -0700 From: Luigi Rizzo <luigi@FreeBSD.ORG> To: Robert Watson <rwatson@FreeBSD.ORG> Cc: "David O'Brien" <obrien@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/ipfw Makefile ipfw2.c src/sys/netinet ip_dummynet.c ip_fw.h ip_fw2.c src/sys/conf files src/lib/libalias alias_db.c Message-ID: <20020629113056.A74115@iguana.icir.org> In-Reply-To: <Pine.NEB.3.96L.1020629142211.30000T-100000@fledge.watson.org>; from rwatson@FreeBSD.ORG on Sat, Jun 29, 2002 at 02:22:57PM -0400 References: <20020629111203.B73787@iguana.icir.org> <Pine.NEB.3.96L.1020629142211.30000T-100000@fledge.watson.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jun 29, 2002 at 02:22:57PM -0400, Robert Watson wrote: ... > > For the userland part, but i am considering moving most of the > > functionality into a library or something like that, which will accept a > > string and parse&translate it into an appropriate data structure to be ... > Having the ipfw management code in a library would be great -- make it > much easier to write integrated firewall management tools. do you think ascii strings are a good high level representation of the rules to be translated ? I cannot think of anything else that would not break when we try to extend the rules. cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020629113056.A74115>