From owner-cvs-all Mon Apr 23 19:13:39 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5622037B422; Mon, 23 Apr 2001 19:13:35 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f3O2DZl32386; Mon, 23 Apr 2001 19:13:35 -0700 (PDT) (envelope-from brian) Message-Id: <200104240213.f3O2DZl32386@freefall.freebsd.org> From: Brian Somers Date: Mon, 23 Apr 2001 19:13:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/ppp filter.c filter.h ip.c ppp.8 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG brian 2001/04/23 19:13:35 PDT Modified files: usr.sbin/ppp filter.c filter.h ip.c ppp.8 Log: Handle IP over IP (IPPROTO_IPV4) properly. We now unwrap IP/IP and apply filter rules to both the outer layer (with ``set filter blah x.x.x.x y.y.y.y ipip'') and to the payload (reinterpreted by the filter rules). ``set log tcp/ip'' will now show both the outer wrapper and the (reinterpreted) payload contents. Revision Changes Path 1.47 +8 -2 src/usr.sbin/ppp/filter.c 1.26 +5 -4 src/usr.sbin/ppp/filter.h 1.90 +18 -7 src/usr.sbin/ppp/ip.c 1.261 +3 -2 src/usr.sbin/ppp/ppp.8 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message