Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 1998 04:34:34 -0700 (PDT)
From:      David Greenman <dg@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/netinet ip_icmp.c
Message-ID:  <199805261134.EAA10089@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dg          1998/05/26 04:34:33 PDT

  Modified files:
    sys/netinet          ip_icmp.c 
  Log:
  Fixed logic in the test to drop ICMP echo and timestamp packets when
  net.inet.ip.icmp.bmcastecho = 0 by removing the extra check for the
  address being a multicast address. The test now relies on the link
  layer flags that indicate it was received via multicast. The previous
  logic was broken and replied to ICMP echo/timestamp broadcasts even
  when the sysctl option disallowed them.
  Reviewed by:	wollman
  
  Revision  Changes    Path
  1.30      +3 -5      src/sys/netinet/ip_icmp.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?199805261134.EAA10089>