Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Aug 2010 21:04:27 +0000 (UTC)
From:      Andre Oppermann <andre@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet ip_icmp.c
Message-ID:  <201008142104.o7EL4ja0001623@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
andre       2010-08-14 21:04:27 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          ip_icmp.c 
  Log:
  SVN rev 211316 on 2010-08-14 21:04:27Z by andre
  
  Change the messages of the ICMP bad port bandwidth limiter from
  a kernel printf to a log output with the priority of LOG_NOTICE.
  
  This way the messages still show up in /var/log/messages but no
  longer spam the console every other second on busy servers that
  are port scanned:
   "Limiting open port RST response from 114 to 100 packets/sec"
  
  PR:             kern/147352
  Submitted by:   Eugene Grosbein <eugen-at-eg sd rdtc ru>
  MFC after:      1 week
  
  Revision  Changes    Path
  1.141     +2 -1      src/sys/netinet/ip_icmp.c



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