/* 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
byte fratg[4] = { 18, 72, 0, 251 };
byte osiris[4] = { 18, 72, 0, 36 };
byte frat1[4] = { 18, 72, 0, 221 };

/* Allocate and init nets and subnets. */
byte pikanet[4] = { 18, 141, 0, 0 };
byte dunet[4] = { 18, 139, 0, 0 };
byte salnet[4] = { 18, 90, 0, 0 };
byte zbtnet[4] = { 18, 143, 0, 0 };
byte arpanet[4] = {10, 0, 0, 0};
byte b11gw[4] = {18, 80, 0, 1};
byte e40_03gw[4] = {18, 72, 0, 1};

/* Default Gateway */
#ifndef NULL
#define NULL 0
#endif
/* byte *defgw = { b11gw };*/
byte *defgw = (byte *) NULL;

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