Date: Wed, 12 Apr 2000 17:14:45 -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 datalink.c defs.c defs.h exec.c filter.c ip.c main.c nat_cmd.c nat_cmd.h ppp.8 Message-ID: <200004130014.RAA99964@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 2000/04/12 17:14:45 PDT Modified files: (Branch: RELENG_4) usr.sbin/ppp bundle.c bundle.h command.c datalink.c defs.c defs.h exec.c filter.c ip.c main.c nat_cmd.c nat_cmd.h ppp.8 Log: MFC: Make redial & reconnect work again Show redial/reconnect comfort messages when running ppp -background Reduce some diagnostics to debug level Rename some Alias* functions to Nat* Allow ``set authname'' when not in phase ESTABLISH/DEAD (just warn) Don't sleep (or hang) when losing the last -background/-direct link Correctly handle failing to run prog when a device is specified as "!prog" Allow hostnames as well as IP numbers Add diagnostics for incoming packets being ignored by libalias Add ``set target'' Revision Changes Path 1.84.2.2 +39 -30 src/usr.sbin/ppp/bundle.c 1.33.2.2 +2 -1 src/usr.sbin/ppp/bundle.h 1.230.2.2 +21 -20 src/usr.sbin/ppp/command.c 1.57.2.2 +11 -4 src/usr.sbin/ppp/datalink.c 1.31.2.3 +17 -1 src/usr.sbin/ppp/defs.c 1.52.2.2 +9 -5 src/usr.sbin/ppp/defs.h 1.18.2.1 +38 -8 src/usr.sbin/ppp/exec.c 1.39.2.2 +6 -5 src/usr.sbin/ppp/filter.c 1.78.2.2 +10 -6 src/usr.sbin/ppp/ip.c 1.167.2.2 +26 -25 src/usr.sbin/ppp/main.c 1.35.2.2 +36 -2 src/usr.sbin/ppp/nat_cmd.c 1.13.4.1 +2 -1 src/usr.sbin/ppp/nat_cmd.h 1.209.2.2 +11 -1 src/usr.sbin/ppp/ppp.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004130014.RAA99964>