Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Apr 2001 19:13:35 -0700 (PDT)
From:      Brian Somers <brian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/ppp filter.c filter.h ip.c ppp.8
Message-ID:  <200104240213.f3O2DZl32386@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104240213.f3O2DZl32386>