Here is the code I wrote for setting the gateway in bundle.c, I welcome any
comments. Some of this I borrowed from fsysopts.c.
int
bundle_SetRoute(struct bundle *bundle, int cmd, struct in_addr dst,
struct in_addr gateway, struct in_addr mask, int bang,
int ssh)
On Fri, Nov 24, 2000 at 11:30:40AM -0600, Daniel E Baumann wrote:
> When I supply the node
> name is it safe to hard code "/servers/socket/2" as the node name?
As far as this hack goes, sure.
> I think I may add a check to
> ensure that it is a tunnel interface also.
Don't bother.
Marcus
-
SUB -L cluster_one
_
Chat with your friends as soon as they come online. Get Rediff Bol at
http://bol.rediff.com
Participate in crazy auctions at http://auctions.rediff.com/auctions/
___
Bug-hurd
Hi, I am currently hacking around the routing stuff in PPP by just allowing
you to do "add default HISADDR", which makes the peer at the other end the
gateway and no other routing entries can be made or removed (at least not
until there is sufficient support in libc0.2). I am attempting to use
Roland McGrath <[EMAIL PROTECTED]> writes:
> instead of the separate tests done now (and same for the other two). That
> way, dn_set_mtime is only touched if it was just acted upon--if it gets set
> right after the test, then it will remain set for later. Then it would be
> safe to just remove