Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 1996 13:47:55 -0700 (PDT)
From:      Alex Nash <alex>
To:        CVS-committers, cvs-all, cvs-sbin
Subject:   cvs commit:  src/sbin/ipfw ipfw.c
Message-ID:  <199606232047.NAA21071@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
alex        96/06/23 13:47:54

  Modified:    sbin/ipfw  ipfw.c
  Log:
  Fix address mask calculation when using ':' syntax.  Allow a mask
  of /0 to have the desired effect.  Normalize IP addresses that
  won't match a given mask (i.e. 1.2.3.4/24 becomes 1.2.3.0/24).
  Submitted by R. Bezuidenhout <rbezuide@mikom.csir.co.za>
  
  Code formatting and "frag" display fixes.
  
  Revision  Changes    Path
  1.27      +23 -13    src/sbin/ipfw/ipfw.c



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