Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Apr 2007 17:39:30 +0000 (UTC)
From:      Maxim Konovalov <maxim@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/ipfw ipfw2.c
Message-ID:  <200704301739.l3UHdUQW055745@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
maxim       2007-04-30 17:39:30 UTC

  FreeBSD src repository

  Modified files:
    sbin/ipfw            ipfw2.c 
  Log:
  o Make ipfw(8) show rules with mac/mac-type options correctly.
  
  Before:
  
  $ ipfw -n add 100 count icmp from any to any mac-type 0x01
  00100 count icmp 0x0001
  $ ipfw -n add 100 count icmp from any to any mac any any
  00100 count icmp MAC any any any
  
  After:
  
  $ ipfw -n add 100 count icmp from any to any mac-type 0x01
  00100 count icmp from any to any mac-type 0x0001
  $ ipfw -n add 100 count icmp from any to any mac any any
  00100 count icmp from any to any MAC any any
  
  PR:             bin/112244
  Submitted by:   Andrey V. Elsukov
  MFC after:      1 month
  
  Revision  Changes    Path
  1.103     +17 -36    src/sbin/ipfw/ipfw2.c



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