<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="https://drupalinl.info.ucl.ac.be" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>INL: IP Networking Lab - radix server</title>
 <link>https://drupalinl.info.ucl.ac.be/taxonomy/term/226/0</link>
 <description></description>
 <language>en</language>
<item>
 <title>Network radix lookup</title>
 <link>https://drupalinl.info.ucl.ac.be/blogs/10-02-27-network-radix-lookup</link>
 <description>&lt;p&gt;You frequently need to resolve IP addresses into their longest-match prefix? RADIX_UDP is for you ;-)&lt;/p&gt;
&lt;p&gt;The tool loads a list of prefixes into a radix that can be queried in UDP. The syntax is simple, send a UDP segment in text with the first column being the IP, we don&#039;t care about the others ;-)&lt;/p&gt;
&lt;p&gt;The server will reply with the same text but with the corresponding prefix prepended.&lt;/p&gt;
&lt;p&gt;Example,&lt;/p&gt;
&lt;p&gt;create a file &quot;prefix.dat&quot; with this content:&lt;/p&gt;
&lt;pre&gt;
192.0.2.0/24
192.0.2.128/25
&lt;/pre&gt;&lt;p&gt;
start the server:&lt;/p&gt;
&lt;pre&gt;
./radix_udp prefix.dat 45005
&lt;/pre&gt;&lt;p&gt;
query it&lt;/p&gt;
</description>
 <category domain="https://drupalinl.info.ucl.ac.be/category/visibility/public">Public</category>
 <category domain="https://drupalinl.info.ucl.ac.be/keywords/radix-server">radix server</category>
 <enclosure url="https://drupalinl.info.ucl.ac.be/system/files/radix_udp.tar.gz" length="6998" type="application/octet-stream" />
 <pubDate>Sat, 27 Feb 2010 05:54:19 +0000</pubDate>
 <dc:creator>dsaucez</dc:creator>
 <guid isPermaLink="false">707 at https://drupalinl.info.ucl.ac.be</guid>
</item>
</channel>
</rss>
