Index of /files/code/netsum

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[DIR]netsum-0.2/ 2006-08-01 16:52 -  
[   ]netsum-0.2.tar.gz 2006-08-01 16:53 2.4K 
[   ]netsum-0.1.tar.gz 2006-07-30 19:24 2.3K 

Here's a little utility I threw together, since I was sick of manually
summarizing a list of 50 routes.  Just run ./netsum and give it a
filename or pipe content to it.  Here's a sample input:

10.3.0.0/24
10.3.1.0/24
10.100.2.0/24
10.99.1.0/32
10.99.1.1/32

netsum will generate the following outout:

10.3.0.0/23
10.99.1.0/31
10.100.2.0/24

Cool, huh?  We'll see about that.