/* Copyright 1984 by the Massachusetts Institute of Technology */

/*
 *------------------------------------------------------------------
 *
 * $Source: /afs/net.mit.edu/project/cgw/conf/spine/RCS/incnf.pepsi.c,v $
 * $Revision: 1.2 $
 * $Date: 90/12/02 22:51:03 $
 * $State: Exp $
 * $Author: jon $
 * $Locker:  $
 *
 * $Log:	incnf.pepsi.c,v $
 * Revision 1.2  90/12/02  22:51:03  jon
 * change address for cisco switchout
 * 
 *------------------------------------------------------------------
 */

#ifndef lint
static char *rcsid_pepsi_c = "$Header: /afs/net.mit.edu/project/cgw/conf/spine/RCS/incnf.pepsi.c,v 1.2 90/12/02 22:51:03 jon Exp $";
#endif	lint

/* Hand initialized network interface IN address tables. Also various
 * other externals that can be set here.
 */


#include	<types.h>
#include	<sys.h>
#include	<gw/src/const.h>
#include	<gw/src/defs.h>
#include	<gw/src/net.h>
#include	<gw/in/in.h>

#include	"netcnf.h"


/* Network interface address tables. These define the relationship
 * between network interfaces and their IN addresses. The table comes
 * in two parts; one is a table indexed by interface number that
 * lists a chain of IN addresses for that interface number, the first
 * being the primary, and the second is the interface address chains.
 * If an entry in the first table is NULL, that net has no IN address.
 */

#define	NINADDR	2

inia	iniatbl[NINADDR] =

{	{ { 18, 68, 0, 26 }, NULL, { 255, 255, 0, 0 }, IF_RIP },
	{ { 18, 146, 0, 252 }, NULL, { 255, 255, 0, 0 }, IF_RIP },
};

inia	*iniatlst[NNETS] =

{	&iniatbl[0],
	&iniatbl[1],
};


/* For subnet kludgery; if you are on a class A net with subnets set
 * this variable to your net number to enable subnet routing. If
 * zero, this feature is turned off.
 */

unsb	myanet = 022;


/* Various externals that can be set at compile time from info in
 * this file. Do not touch!
 */

unsb	ninaddr = NINADDR;		/* Number of IN net addresses */
unsw	inovfin[NNETS];			/* IP queue overflow discards */
