From 5f1c67ff94a72191a92c02205b91c321bc96695b Mon Sep 17 00:00:00 2001 From: ian Date: Sun, 19 Sep 1999 19:09:43 +0000 Subject: [PATCH] Now seems to work. --- ipif/service.c | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/ipif/service.c b/ipif/service.c index b76c754..5ed6014 100644 --- a/ipif/service.c +++ b/ipif/service.c @@ -695,18 +695,6 @@ static void netconfigure(void) { sysfatal("cannot exec ifconfig"); } - if (task()) { - execlp("route","route", "add", "-host",localtxt, - "dev",ifname, (char*)0); - sysfatal("cannot exec route (for local)"); - } - - if (task()) { - execlp("route","route", "add", "-host",peertxt, - "dev",ifname, (char*)0); - sysfatal("cannot exec route (for peer)"); - } - for (i=0; i