#!/usr/bin/perl -w
#
# make-honeyd-bind-args
#
# Write the list of bind args for honeyd to stdout
#
#
# Andrew Findlay
# 16 April 2003

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

use strict;
use netconfig;

print "$R1ClassNetAddr $SerialNetNet/$SerialNetMaskLen $SiteSuperNet/$SiteSuperNetMaskLen\n";

