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

/* Version for MIT Telecom spine gateways (special version for E40-03GW) */

#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. */
byte e40net[4] = {18, 72, 0, 0};

byte b11gw[4] = {18, 80, 0, 1};
byte e40_03gw[4] = {18, 72, 0, 1};

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

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