mirror of
https://github.com/PDP-10/its.git
synced 2026-04-05 13:41:09 +00:00
WIP: Make gateway configurable.
This commit is contained in:
@@ -830,6 +830,7 @@ DEFVKS ; Now uses standard virtual KS10 config
|
||||
DEFOPT IMPUS==236. ; IMP net host number (old-style) (206 octal)
|
||||
DEFOPT IMPUS3==<IPADDR 192,168,0,236> ; IP address
|
||||
DEFOPT NM%IMP==<IPADDR 255,255,255,0> ; Subnet mask
|
||||
DEFOPT GW%IMP==<IPADDR 139,185,5,1> ; Default gateway
|
||||
|
||||
DEFINE ITSIRP BODY ; No local companions
|
||||
IRPS ITS,,[NX]
|
||||
@@ -985,8 +986,10 @@ DEFSYM PMRCM==001777 ;2.1 - 1.1 Physical page number
|
||||
; addresses.)
|
||||
DEFSYM PMUNSD==146000 ;Unused bits
|
||||
|
||||
;FIXME maybe US%ETH as per others below?
|
||||
DEFOPT ETHUS==<IPADDR %IP%> ; IP address
|
||||
DEFOPT NM%ETH==<IPADDR %NETMASK%> ; Subnet mask
|
||||
DEFOPT GW%ETH==<IPADDR %GW%> ; Default gateway
|
||||
DEFOPT PKTTRC==-1 ;Packet tracing code enabled
|
||||
|
||||
DEFINE ITSIRP BODY
|
||||
|
||||
Reference in New Issue
Block a user