/* 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/fmgc/RCS/inga.c,v $
 * $Revision: 1.4 $
 * $Date: 89/08/30 21:03:14 $
 * $State: Exp $
 * $Author: jon $
 * $Locker:  $
 *
 * $Log:	inga.c,v $
 * Revision 1.4  89/08/30  21:03:14  jon
 * default gateway to w91gw
 * 
 *------------------------------------------------------------------
 */

#ifndef lint
static char *rcsid_inga_c = "$Header: inga.c,v 1.4 89/08/30 21:03:14 jon Exp $";
#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 };

byte net_44_52[4] = { 44, 52, 0, 0};

byte gw_44_56_0_12[4] = { 44, 56, 0, 12};

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