bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: PPP port: Routing


From: Neal H Walfield
Subject: Re: PPP port: Routing
Date: Wed, 22 Nov 2000 14:45:41 -0500
User-agent: Mutt/1.2.5i

On Wed, Nov 22, 2000 at 10:54:54AM +0000, Daniel E Baumann wrote:
> I am porting BSD PPP as most know (I hope that most of you guys know that).
> There is some code in there which uses the BSD routing implementation (which 
> is dfiferent from Linux) to set routes. I know that pfinet does not support 
> this and all I do is set up the gateway of the tunnel interface. I am just 
> wondering exactly how to do that. I know I can use fsysopts, but do I exec a 
> fsysopts command or are there some functions that I can use.

>From /include/hurd/fsys.defs:

/* Pass a server-specific options string.  This usually includes flags
   similar to command line options, e.g., --readonly, or --sync=30.  */
routine fsys_set_options (
        fsys: fsys_t;
        RPT
        options: data_t;
        do_children: int);

Use file_name_lookup to gets the node to send to.

-Neal

-- 
Neal H Walfield
University of Massachusetts at Lowell
neal@walfield.org or neal@cs.uml.edu



reply via email to

[Prev in Thread] Current Thread [Next in Thread]