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

/* Version for MIT Telecom spine gateways */

/*
 *------------------------------------------------------------------
 *
 * $Source: /mit/cgw/conf/spine/RCS/inga.c,v $
 * $Revision: 1.4 $
 * $Date: 90/03/27 23:23:08 $
 * $State: Exp $
 * $Author: jon $
 * $Locker:  $
 *
 * $Log:	inga.c,v $
 * Revision 1.4  90/03/27  23:23:08  jon
 * fix name of ihtftp
 * 
 * Revision 1.3  90/03/24  23:02:12  jon
 * default gateway is now called ihtfp
 * 
 * Revision 1.2  89/08/30  19:16:00  jon
 * change default gateway to w91gw
 * 
 *------------------------------------------------------------------
 */

#ifndef lint
static char *rcsid_inga_c = "$Header: /mit/cgw/conf/spine/RCS/inga.c,v 1.4 90/03/27 23:23:08 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. */
dihtfp

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

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