]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Allow "add! dst mask gw" (note the ``!'') to do an
authorBrian Somers <brian@FreeBSD.org>
Tue, 30 Dec 1997 02:45:48 +0000 (02:45 +0000)
committerBrian Somers <brian@FreeBSD.org>
Tue, 30 Dec 1997 02:45:48 +0000 (02:45 +0000)
commit65eea2e0faf40d716646de3ca9b02a04dc662c93
tree98b5fe65daba0a1c0d279667b6bdfbe0149e9bc2
parent0e604e984ac44b6279909e5444afee66cea13435
Allow "add! dst mask gw" (note the ``!'') to do an
RTM_CHANGE if the RTM_ADD fails with an EEXIST.
Allow "delete! dst" (note the ``!'') to silently
fail if the RTM_DELETE fails with an ESRCH.
Also, make the ESRCH and EEXIST error conditions
more understandable to the casual observer.
usr.sbin/ppp/command.c
usr.sbin/ppp/ppp.8
usr.sbin/ppp/ppp.8.m4
usr.sbin/ppp/route.c
usr.sbin/ppp/route.h