1 02/18/85 reroute 2 3 Syntax as a command: reroute source stream old_vcons new_vcons 4 5 6 Function: reroutes output from a source to a new virtual console. Do 7 not confuse this command with the redefine and substty commands. This 8 command can be used in ring 4 only. 9 10 11 Arguments: 12 source 13 is the name of the source of output. 14 stream 15 is the name of the stream on which output is being carried. 16 old_vcons 17 is the name of the virtual console that was receiving output. 18 new_vcons 19 is the name of the virtual console to which output is now to be 20 routed. 21 22 23 Notes: This command changes the routing table so that the output from 24 "source" on stream "stream" is sent to the virtual console "new_vcons" 25 instead of "old_vcons." The reroute command is equivalent to typing 26 the sequence: 27 28 deroute source stream old_vcons 29 30 route source stream new_vcons 31 32 This command can not be used to reroute RCP messages and other syserr 33 traffic from the bootload console to an initializer terminal.