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
[EMAIL PROTECTED] or [EMAIL PROTECTED]
_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd