From 84fd82e86f785e9033896ae1471fe1884b775813 Mon Sep 17 00:00:00 2001 From: Oleg Bulyzhin Date: Tue, 25 Jul 2006 11:07:31 +0000 Subject: [PATCH] Specify correct argument range for tag/untag keywords. Approved by: glebius (mentor) --- sbin/ipfw/ipfw.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index 9183b2a4569d..f72064a119d3 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -1,7 +1,7 @@ .\" .\" $FreeBSD$ .\" -.Dd June 15, 2006 +.Dd July 25, 2006 .Dt IPFW 8 .Os .Sh NAME @@ -561,7 +561,7 @@ When a packet matches a rule with the .Cm tag keyword, the numeric tag for the given .Ar number -in the range 0..65535 will be attached to the packet. +in the range 1..65534 will be attached to the packet. The tag acts as an internal marker (it is not sent out over the wire) that can be used to identify these packets later on. This can be used, for example, to provide trust between interfaces