<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Max Clark &#187; irr rpsl router bgp tool</title>
	<atom:link href="http://www.clarksys.com/blog/tag/irr-rpsl-router-bgp-tool/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clarksys.com</link>
	<description>Rants and Raves!</description>
	<lastBuildDate>Thu, 19 Aug 2010 23:44:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Patch for IRR Power Tools (irrpt)</title>
		<link>http://www.clarksys.com/blog/2009/05/01/patch-for-irr-power-tools-irrpt/</link>
		<comments>http://www.clarksys.com/blog/2009/05/01/patch-for-irr-power-tools-irrpt/#comments</comments>
		<pubDate>Fri, 01 May 2009 19:43:01 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[irr rpsl router bgp tool]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/?p=436</guid>
		<description><![CDATA[Small patch to the IRR Power Tools (irrpt) package to allow setting the prefix length via the irrpt_pfxgen script on the command line:
--- irrpt-1.27/bin/irrpt_pfxgen	2007-06-08 21:16:47.000000000 +0000
+++ irrpt/bin/irrpt_pfxgen	2009-05-01 19:36:30.000000000 +0000
@@ -50,7 +50,7 @@
 	    case "-l":
 	    case "--pfxlength":
-            [...]]]></description>
			<content:encoded><![CDATA[<p>Small patch to the IRR Power Tools (irrpt) package to allow setting the prefix length via the irrpt_pfxgen script on the command line:</p>
<p><code>--- irrpt-1.27/bin/irrpt_pfxgen	2007-06-08 21:16:47.000000000 +0000<br />
+++ irrpt/bin/irrpt_pfxgen	2009-05-01 19:36:30.000000000 +0000<br />
@@ -50,7 +50,7 @@</p>
<p> 	    case "-l":<br />
 	    case "--pfxlength":<br />
-                $o_pfxlength = $_SERVER['argv'][++$offset];<br />
+                $o_pfxlen = $_SERVER['argv'][++$offset];<br />
 		break;</p>
<p> 	    case "-f":<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2009/05/01/patch-for-irr-power-tools-irrpt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
