/* Copyright 1984 by the Massachusetts Institute of Technology */
/* This file contains IN routing table initialization.
 */

/* Version for MIT Telecom spine gateways */

/*
 *------------------------------------------------------------------
 *
 * $Source: /u1/jis/gw/cgw/conf/b24gw/RCS/inga.c,v $
 * $Revision: 1.1 $
 * $Date: 89/08/30 19:59:17 $
 * $State: Exp $
 * $Author: jon $
 * $Locker: jon $
 *
 * $Log:	inga.c,v $
 * Revision 1.1  89/08/30  19:59:17  jon
 * Initial revision
 * 
 *------------------------------------------------------------------
 */

#ifndef lint
static char *rcsid_inga_c = "$Header: inga.c,v 1.1 89/08/30 19:59:17 jon Locked $";
#endif	lint

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

#include	"../inga.h"
#include	"../mit-inga.h"

/* Allocate and init storage for gateway names using defs in inga.h. */
dmitw91

/* Allocate and init nets and subnets. */


/* Default Gateway */
byte *defgw = { w91gw };

/* Static routes */
struct ipsrte iprte_sinit[] = {
    0, 0, 0, 0,
};
