#!/usr/bin/perl -w
#
# find-r1-addr
#
# Write the classroom-net address of R1 to stdout
#
#
# Andrew Findlay
# 16 April 2003

use lib '/usr/local/lib/raddle/branch-network';

use strict;
use netconfig;

print "$R1ClassNetAddr\n";

