Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Mar 2010 18:20:51 +0000 (UTC)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sbin/ipfw ipfw2.c
Message-ID:  <201003151821.o2FIL68P077503@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
luigi       2010-03-15 18:20:51 UTC

  FreeBSD src repository

  Modified files:
    sbin/ipfw            ipfw2.c 
  Log:
  SVN rev 205179 on 2010-03-15 18:20:51Z by luigi
  
  print correctly commands of the form
  
          ipfw add 100 allow ip from { 1.2.3.4 or 5.6.7.8 }
  
  (note that the above example could be better written as
  
          ipfw add 100 allow dst-ip 1.2.3.4,5.6.7.8
  
  Submitted by:   Riccardo Panicucci
  
  Revision  Changes    Path
  1.155     +17 -8     src/sbin/ipfw/ipfw2.c



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