<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: FreeBSD/PF include command hack</title>
	<atom:link href="http://blog.xbsd.org/2006/11/04/freebsdpf-include-command-hack/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.xbsd.org/2006/11/04/freebsdpf-include-command-hack/</link>
	<description>(Mostly) Technical Blog</description>
	<pubDate>Wed, 07 Jan 2009 10:47:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Travis H.</title>
		<link>http://blog.xbsd.org/2006/11/04/freebsdpf-include-command-hack/comment-page-1/#comment-2393</link>
		<dc:creator>Travis H.</dc:creator>
		<pubDate>Fri, 12 Jan 2007 10:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xbsd.org/2006/11/04/freebsdpf-include-command-hack/#comment-2393</guid>
		<description>I have a script called "preprocess" I recently posted to the pf list; check for it on my
website or in the archives around today if you want to get ahold of it.

cpp tends to be somewhat specific to C, and expects C syntax more-or-less.

preprocess is freeform, line-based, and you can configure the comment character,
the if statement, implicit end-if's, and so on.</description>
		<content:encoded><![CDATA[<p>I have a script called &#8220;preprocess&#8221; I recently posted to the pf list; check for it on my<br />
website or in the archives around today if you want to get ahold of it.</p>
<p>cpp tends to be somewhat specific to C, and expects C syntax more-or-less.</p>
<p>preprocess is freeform, line-based, and you can configure the comment character,<br />
the if statement, implicit end-if&#8217;s, and so on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik Brix Andersen</title>
		<link>http://blog.xbsd.org/2006/11/04/freebsdpf-include-command-hack/comment-page-1/#comment-1010</link>
		<dc:creator>Henrik Brix Andersen</dc:creator>
		<pubDate>Sat, 04 Nov 2006 10:22:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xbsd.org/2006/11/04/freebsdpf-include-command-hack/#comment-1010</guid>
		<description>Another shortcoming of the pfctl(8) parser is the missing ability to parse tables with embedded comments:

table  persist {
    192.168.0.0/24,   # Foo
    192.168.1.0/24,   # Bar
    192.168.2.0/24,   # Baz
}

The above syntax is illegal and so have all other table-with-embedded-comment syntax constructions I have tried been...

The only solution seems to be to load the table definition from an external file, which isn't very flexible.</description>
		<content:encoded><![CDATA[<p>Another shortcoming of the pfctl(8) parser is the missing ability to parse tables with embedded comments:</p>
<p>table  persist {</p>
<p>    192.168.0.0/24,   # Foo<br />
    192.168.1.0/24,   # Bar<br />
    192.168.2.0/24,   # Baz<br />
}</p>
<p>The above syntax is illegal and so have all other table-with-embedded-comment syntax constructions I have tried been&#8230;</p>
<p>The only solution seems to be to load the table definition from an external file, which isn&#8217;t very flexible.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
