From 7a6b317d093b120c8aa38e9abb47d60b61b1fe1d Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Sat, 11 Oct 2008 08:27:03 +0000 Subject: Support for unix98 ptys ("/dev/ptmx"). Thanks to dk2crn. --- ax25ipd/ax25ipd.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ax25ipd/ax25ipd.conf') diff --git a/ax25ipd/ax25ipd.conf b/ax25ipd/ax25ipd.conf index af28d32..e098dd1 100644 --- a/ax25ipd/ax25ipd.conf +++ b/ax25ipd/ax25ipd.conf @@ -41,11 +41,17 @@ mode tnc # make sure you set a mycall above, or say axparms foobar -setcall te1st # note: the device will be up when you assign an ip address # _after_ starting ax25rtd (which initializes the device), start ax25d -# with bpqether or pty, you do not need to care abt the speed +# with bpqether or pty, you do not need to care about the speed # tun/tap: as descriped in /usr/src/linux/Documentatioa/networking/tuntap.txt, # make a device # like this: # crw-r--r-- 1 root root 10, 200 Nov 26 13:32 tun # with the command mknod /dev/net/tun c 10 200 +# As serial port, you could assign physical ports like ttyS0 or ptys. +# ax25ipd supports BSD-style pseudo-terminals as well as the Unix98 pty's. +# If the tty argument is "/dev/ptmx", then Unix98 behaviour +# will automaticaly take effekt. With Unix98 pty's, the slave tty name +# could not be forseen. That's why kissattach will print the corresponding +# slave pty name as a separate line on stdout. # #device ampr device /dev/ttyp0 -- cgit v1.2.3