[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Documentation/network/pf.xml: 1.3 -> 1.4



以下のページの更新をしました。ツッコミをお願いします。

Documentation/network/pf.xml: 1.3 -> 1.4

> revision 1.4
> date: 2006/10/01 13:03:56;  author: pavel;  state: Exp;  lines: +5 -4
> pf is not incompatible with ALTQ anymore.

月曜日までに異議がなければ、 commit します。

以下、訳と原文それぞれの新旧の差分です。

--- Documentation/network/pf.xml.orig	2006-10-01 22:39:06.000000000 +0900
+++ Documentation/network/pf.xml	2006-10-01 22:39:06.000000000 +0900
@@ -5,10 +5,10 @@
 
 <webpage id="ja-Documentation-network-pf">
 <config param="desc" value=""/>
-<config param="cvstag" value="$NetBSD: pf.xml,v 1.3 2006/02/14 17:02:54 peter Exp $"/>
+<config param="cvstag" value="$NetBSD: pf.xml,v 1.4 2006/10/01 13:03:56 pavel Exp $"/>
 <!-- Based on english version: -->
-<!-- NetBSD: pf.xml,v 1.3 2006/02/14 17:02:54 peter Exp   -->
-<config param="rcsdate" value="$Date: 2006/02/14 17:02:54 $"/>
+<!-- NetBSD: pf.xml,v 1.4 2006/10/01 13:03:56 pavel Exp   -->
+<config param="rcsdate" value="$Date: 2006/10/01 13:03:56 $"/>
 
 <head>
 <!-- Copyright (c) 1994-2006
@@ -187,7 +187,8 @@
 <listitem>
 ALTQ には対応していません。カーネルで ALTQ を有効化すると、コンパイルでエラーとなります。
 PF を LKM として使い、カーネル内で ALTQ を有効化する場合に限り、
-ALTQ を使うことができます。まともな ALTQ API を作って
+ALTQ を使うことができます。(このことは、-current にはもはやあてはまりません。LKM を使うことなく、
+ALTQ と pf を安全に有効化することができます) まともな ALTQ API を作って
 PF がその API を使うようにするための作業が進行中です。
 </listitem>
 <listitem>
Index: Documentation/network/pf.xml
===================================================================
RCS file: /cvsroot/htdocs/Documentation/network/pf.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Documentation/network/pf.xml	14 Feb 2006 17:02:54 -0000	1.3
+++ Documentation/network/pf.xml	1 Oct 2006 13:03:56 -0000	1.4
@@ -5,8 +5,8 @@
 
 <webpage id="Documentation-network-pf">
 <config param="desc" value=""/>
-<config param="cvstag" value="$NetBSD: pf.xml,v 1.3 2006/02/14 17:02:54 peter Exp $"/>
-<config param="rcsdate" value="$Date: 2006/02/14 17:02:54 $"/>
+<config param="cvstag" value="$NetBSD: pf.xml,v 1.4 2006/10/01 13:03:56 pavel Exp $"/>
+<config param="rcsdate" value="$Date: 2006/10/01 13:03:56 $"/>
 
 <head>
 <!-- Copyright (c) 1994-2006
@@ -184,8 +184,9 @@
 <listitem>
 ALTQ is not supported. Enabling it in the kernel will result in compile
 errors. You can only use ALTQ by using PF as LKM and having ALTQ enabled
-in the kernel. There's ongoing work to make a decent ALTQ API and change
-PF to use that API.
+in the kernel. (Not true in -current anymore, you can safely enable
+ALTQ and pf without using the LKM.) There's ongoing work to make a
+decent ALTQ API and change PF to use that API.
 </listitem>
 <listitem>
 <ulink url="http://www.openbsd.org/cgi-bin/man.cgi?query=carp">carp(4)</ulink>