On Wed, Dec 09, 2009 at 06:31:24PM +0100, Holger Mikolon wrote:
> The bridge(4) man page gives a false statement
> compared to ifconfig(8) with respect to "blocknonip":
> 
> ifconfig(8):
> 
> blocknonip interface
>      Mark interface so that no non-IPv4, IPv6, ARP, or Reverse ARP
>      packets are accepted from it or forwarded to it from other bridge
>      member interfaces.
> 
> bridge(4):
> 
>      terfaces has both flags set.  If the flag IFBIF_BLOCKNONIP is
>      set, packets that are one of ip(4), ip6(4), arp(4), or Reverse
>      ARP will not be bridged from and to the interface.
> 
> A possible fix is below.
> 

hi. i just committed a fix, but i used a slightly different wording,
since there were too many negatives in that sentence.

thanks for the mail
jmc

> Regards,
> Holger
> ;-se
> 
> 
> Index: bridge.4
> ===================================================================
> RCS file: /cvs/src/share/man/man4/bridge.4,v
> retrieving revision 1.68
> diff -u bridge.4
> --- bridge.4  22 Nov 2009 22:01:55 -0000      1.68
> +++ bridge.4  9 Dec 2009 17:24:36 -0000
> @@ -244,7 +244,7 @@
>  The default for newly added interfaces has both flags set.
>  If the flag
>  .Dv IFBIF_BLOCKNONIP
> -is set, packets that are one of
> +is set, packets that are not one of
>  .Xr ip 4 ,
>  .Xr ip6 4 ,
>  .Xr arp 4 ,

Reply via email to