#!/bin/sh

# show all used interlink ip's from genesis
# a bit crude, bit you get the idea.
# hugo@meiland.nl , www.wirelessleiden.nl

cat */* | grep 172.  > accesspoint_ip
sort accesspoint_ip > accesspoint_ip_sorted
