Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 1998 16:14:46 +0300
From:      Ruslan Shevchenko <Ruslan@Shevchenko.Kiev.UA>
To:        Karl Pielorz <kpielorz@tdx.co.uk>
Cc:        isp@FreeBSD.ORG
Subject:   Re: Macro processing? - Firewall configs...
Message-ID:  <35E2B8C6.23C4E56@Shevchenko.Kiev.UA>
References:  <35E2B05E.6841AE1A@tdx.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
Karl Pielorz wrote:
> 
> Hi All,
> 
> Does anyone know of a simple 'language' I can use to help look after our
> firewall configs?
> 
> I've looked at M4, but it's a bit complex - all I need is some kind of
> pre-processor that can go through a config file containing statements like:
> 
> "allow tcp from anywhere to me.primary http
> allow tcp from me.primary for http to anywhere established"
> 
> And translate it to,
> 
> "allow tcp from any to 192.168.0.1 80
> allow tcp form 192.168.0.1 80 to any established"
> 

how about  cpp ?

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?35E2B8C6.23C4E56>