Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jan 2002 11:57:28 -0800 (PST)
From:      Julian Elischer <julian@elischer.org>
To:        ome ome <olivmet@yahoo.com>
Cc:        freebsd-net@freebsd.org
Subject:   Re: Netgraph
Message-ID:  <Pine.BSF.4.21.0201251152390.32983-100000@InterJet.elischer.org>
In-Reply-To: <20020125170448.44965.qmail@web20104.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
you need to attach the tty node to a tty using the regular
terminal "line disciplin" methods.
(similar to the way the ppp protocol handler is attached to a tty
for kernel ppp)
Archie has some sample code in Mpd that I'm sure he could send to you.


On Fri, 25 Jan 2002, ome ome wrote:

> Hello,
> 
> I'm trying to create a tty node with netgraph under
> FreeDSB 3.5.
> 
> with mkpeer, i've got the following error :
> 
>   "Operation not supported"
> 
> I think that there no tty with a NETGRAPH line
> discipline
> 
> So, I would like to know how to set a line discipline
> or if
> there is another way to do that

you need to set teh line disciplin on a particular terminal
Usually that requires C code.


> 
> Thanks,
>   Olivier 
> 
> __________________________________________________
> Do You Yahoo!?
> Great stuff seeking new owners in Yahoo! Auctions! 
> http://auctions.yahoo.com
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-net" in the body of the message
> 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0201251152390.32983-100000>