Date: Tue, 28 Jul 1998 14:54:58 -0700 (PDT) From: Brian Somers <brian@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp bundle.c bundle.h command.c route.c Message-ID: <199807282154.OAA15898@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 1998/07/28 14:54:58 PDT
Modified files:
usr.sbin/ppp bundle.c bundle.h command.c route.c
Log:
Silence ``Network unreachable'' warnings when using
``add .... HISADDR''. The network will never be
reachable at this point unless we're in -auto or reading
the command from ppp.linkup.
We can now run the following lines and get the expected
results:
set ifaddr 1.2.3.4/0 5.6.7.8/0
add default HISADDR
where a route is added immediately in auto mode and the
whole thing is delayed 'till the IP numbers have been
agreed in other modes.
Essentially, ppp.linkup is no longer required.
Revision Changes Path
1.28 +8 -7 src/usr.sbin/ppp/bundle.c
1.10 +2 -2 src/usr.sbin/ppp/bundle.h
1.156 +4 -4 src/usr.sbin/ppp/command.c
1.52 +6 -6 src/usr.sbin/ppp/route.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807282154.OAA15898>
