From nobody@FreeBSD.org  Mon Feb 20 08:31:17 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D08A516A420
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 20 Feb 2006 08:31:17 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A290743D77
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 20 Feb 2006 08:31:11 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k1K8VBCW055230
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 20 Feb 2006 08:31:11 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k1K8VBeo055229;
	Mon, 20 Feb 2006 08:31:11 GMT
	(envelope-from nobody)
Message-Id: <200602200831.k1K8VBeo055229@www.freebsd.org>
Date: Mon, 20 Feb 2006 08:31:11 GMT
From: Niki Denev <nike_d@cytexbg.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: pf.conf's man page mentions route labels, but they are not supported on FreeBSD for now
X-Send-Pr-Version: www-2.3

>Number:         93590
>Category:       docs
>Synopsis:       [patch] pf.conf's man page mentions route labels, but they are not supported on FreeBSD for now
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    mlaier
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 20 08:40:07 GMT 2006
>Closed-Date:    Mon Nov 06 16:48:37 GMT 2006
>Last-Modified:  Mon Nov  6 16:50:16 GMT 2006
>Originator:     Niki Denev
>Release:        6.1-PRERELEASE
>Organization:
>Environment:
FreeBSD router.office 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #3: Sat Feb 18 16:43:43 EET 2006     ndenev@router.office:/usr/obj/usr/src/sys/ROUTER  i386
>Description:
I found that pf.conf's manual page
mentions rtlabels :

           route <label>   Any address whose associated route has label
                           <label>.  See route(4) and route(8).

But it seems that this is OpenBSD specific, and not implemented in FreeBSD?
While it would be VERY cool to have this feature in FreeBSD, maybe
the manual page should be updated to not include it for now?
>How-To-Repeat:
man pf.conf :)

>Fix:
--- pf.conf.5.orig      Sun Feb 19 13:49:27 2006
+++ pf.conf.5   Sun Feb 19 13:53:10 2006
@@ -1283,13 +1283,6 @@
 .Bl -tag -width xxxxxxxxxxxxxx -compact
 .It Ar any
 Any address.
-.It Ar route <label>
-Any address whose associated route has label
-.Ar <label> .
-See
-.Xr route 4
-and
-.Xr route 8 .
 .It Ar no-route
 Any address which is not currently routable.
 .It Ar <table>
@@ -1383,7 +1376,6 @@
 pass in proto tcp from 10.0.0.0/8 port > 1024 \e
       to ! 10.1.2.3 port != ssh
 pass in proto tcp from any os "OpenBSD" flags S/SA
-pass in proto tcp from route "DTAG"
 .Ed
 .It Ar all
 This is equivalent to "from any to any".
@@ -2734,7 +2726,7 @@
                  "from" ( "any" | "no-route" | "self" | host |
                  "{" host-list "}" | "route" string ) [ port ] [ os ]
                  "to"   ( "any" | "no-route" | "self" | host |
-                 "{" host-list "}" | "route" string ) [ port ]
+                 "{" host-list "}" ) [ port ]

 ipspec         = "any" | host | "{" host-list "}"
 host           = [ "!" ] ( address [ "/" mask-bits ] | "<" string ">" )

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->mlaier 
Responsible-Changed-By: ru 
Responsible-Changed-When: Thu Oct 12 15:01:26 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=93590 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/93590: commit references a PR
Date: Mon, 30 Oct 2006 15:15:58 +0000 (UTC)

 mlaier      2006-10-30 15:15:38 UTC
 
   FreeBSD src repository
 
   Modified files:
     contrib/pf/man       pf.conf.5 
   Log:
   Mention that we do not support route labels in the BUGS section.
   
   PR:             docs/93590
   Reported by:    Niki Denev
   
   Revision  Changes    Path
   1.10      +7 -1      src/contrib/pf/man/pf.conf.5
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: mlaier 
State-Changed-When: Mon Nov 6 16:47:50 UTC 2006 
State-Changed-Why:  
Documented in BUGS in CURRENT and RELENG_6, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=93590 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/93590: commit references a PR
Date: Mon,  6 Nov 2006 16:47:48 +0000 (UTC)

 mlaier      2006-11-06 16:47:27 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_6)
     contrib/pf/man       pf.conf.5 
   Log:
   MFC pf.conf.5, 1.10:
     Mention that we do not support route labels in the BUGS section.
   
     PR:           docs/93590
     Reported by:  Niki Denev
   
   Approved by:    re (bmah)
   
   Revision  Changes    Path
   1.8.2.1   +7 -1      src/contrib/pf/man/pf.conf.5
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
