docs/93590: pf.conf's man page mentions route labels,

看板FB_doc作者時間20年前 (2006/02/20 16:40), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
>Number: 93590 >Category: docs >Synopsis: 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: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 20 08:40:07 GMT 2006 >Closed-Date: >Last-Modified: >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: >Unformatted: _______________________________________________ freebsd-doc@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org"
文章代碼(AID): #13-O1z00 (FB_doc)