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

/* Version for MIT Telecom spine gateways (special version for W20GW) */

#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. */
dmitswsp

/* Allocate and init nets and subnets. */

/* Default Gateway */
dmitw91

byte *defgw = { w91gw };

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

