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

dmitswsp

/* Allocate and init nets and subnets. */
byte arpanet[4] = {10, 0, 0, 0};
byte b11gw[4] = {18, 80, 0, 1};
byte e40_03gw[4] = {18, 72, 0, 1};
byte b16gw[4] = {18, 74, 0, 1};

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

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