Re: Commenting rule sets

2002-08-13 Thread Paul B. Henson
On Tue, 13 Aug 2002, Philipp Buehler wrote: On 13/08/2002, francisco [EMAIL PROTECTED] wrote To Paul B. Henson: foonets = { 10.0.0.0/24, # subnet blah 10.0.1.0/24, # important stuff 10.0.2.0/24 # don't forget } it does in -current, since July

Commenting rule sets

2002-08-13 Thread Paul B. Henson
in putting together a rule set, I'm going to have a number of instances of variable definitions such as the following: foonets = { 10.0.0.0/24, 10.0.1.0/24, 10.0.2.0/24 } I'd really like to be able to comment these in line, e.g. foonets = { 10.0.0.0/24, # subnet blah