Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jul 2001 08:50:31 -0700 (PDT)
From:      "Crist J. Clark" <cjc@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet ip_fw.c
Message-ID:  <200107021550.f62FoVd75231@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
cjc         2001/07/02 08:50:31 PDT

  Modified files:
    sys/netinet          ip_fw.c 
  Log:
  While in there fixing a fragment logging bug, fix it so we log
  fragments "right." Log fragment information tcpdump(8)-style,
  
     Jul  1 19:38:45 bubbles /boot/kernel/kernel: ipfw: 1000 Accept ICMP:8.0 192.168.64.60 192.168.64.20 in via ep0 (frag 53113:1480@0+)
  
  That is, instead of the old,
  
    ... Fragment = <offset/8>
  
  Do,
  
    ... (frag <IP ID>:<data len>@<offset>[+])
  
  PR:		kern/23446
  Approved by:	ru
  MFC after:	1 week
  
  Revision  Changes    Path
  1.165     +12 -9     src/sys/netinet/ip_fw.c


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?200107021550.f62FoVd75231>