Date: Tue, 11 Jul 2000 15:11:39 -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 filter.c filter.h ip.c ip.h nat_cmd.c ppp.8 tun.h Message-ID: <200007112211.PAA98906@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 2000/07/11 15:11:39 PDT Modified files: usr.sbin/ppp bundle.c bundle.h filter.c filter.h ip.c ip.h nat_cmd.c ppp.8 tun.h Log: Allow a ``timeout secs'' filter option to let specific packet types effect the idle timer in different ways. Submitted by: Stefan Esser <se@freebsd.org> With adjustments by me to document the option in the man page and to give the same semantics for outgoing traffic as incoming. I made the style more consistent in ip.c - this should really have been done as a separate commit. Revision Changes Path 1.100 +24 -15 src/usr.sbin/ppp/bundle.c 1.41 +2 -2 src/usr.sbin/ppp/bundle.h 1.45 +8 -1 src/usr.sbin/ppp/filter.c 1.24 +2 -1 src/usr.sbin/ppp/filter.h 1.84 +215 -180 src/usr.sbin/ppp/ip.c 1.16 +2 -2 src/usr.sbin/ppp/ip.h 1.49 +2 -2 src/usr.sbin/ppp/nat_cmd.c 1.227 +22 -8 src/usr.sbin/ppp/ppp.8 1.9 +5 -2 src/usr.sbin/ppp/tun.h 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?200007112211.PAA98906>