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

byte broadgw[4] = {18, 88, 0, 1};
byte b54apollonetgw[4] = {18, 83, 0, 110};

byte b54apollonet[4] = {18, 138, 0, 0};
/* Default Gateway */
/* soon to be broadgw ... */
byte *defgw = { broadgw };

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