Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Sync with reality a little.



details:   https://anonhg.NetBSD.org/src/rev/3c13c5cf4657
branches:  trunk
changeset: 772202:3c13c5cf4657
user:      rmind <rmind%NetBSD.org@localhost>
date:      Fri Dec 23 20:51:50 2011 +0000

description:
Sync with reality a little.

diffstat:

 share/man/man9/npf_ncode.9 |  17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)

diffs (49 lines):

diff -r 3243776f4a5e -r 3c13c5cf4657 share/man/man9/npf_ncode.9
--- a/share/man/man9/npf_ncode.9        Fri Dec 23 19:08:50 2011 +0000
+++ b/share/man/man9/npf_ncode.9        Fri Dec 23 20:51:50 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: npf_ncode.9,v 1.6 2011/01/30 07:02:23 rmind Exp $
+.\"    $NetBSD: npf_ncode.9,v 1.7 2011/12/23 20:51:50 rmind Exp $
 .\"
 .\" Copyright (c) 2009-2011 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd January 30, 2011
+.Dd December 23, 2011
 .Dt NPF_NCODE 9
 .Os
 .Sh NAME
@@ -222,13 +222,13 @@
 the value passed in the argument.
 Return value to advance to layer 3 header in R3.
 .\" -
-.It Sy 0x90 NPF_OPCODE_IP4MASK <s/d>, <network address>, <subnet mask>
-Match passed network address with subnet mask against source or destination
+.It Sy 0x90 NPF_OPCODE_IP4MASK <s/d>, <network address>, <subnet>
+Match passed network address with subnet against source or destination
 address in the IPv4 header.
 Address and mask should be in network byte order.
 Value of first argument indicates whether source (if 0x1) or destination
 (if 0x0) address should be matched.
-.It Sy 0x91 NPF_OPCODE_IP4TABLE <s/d>, <table id>
+.It Sy 0x91 NPF_OPCODE_TABLE <s/d>, <table id>
 Match the source or destination address with NPF table contents
 specified by table ID.
 Value of the first argument indicates whether source (if 0x1) or
@@ -242,6 +242,13 @@
 lower 16 bits.
 The higher 8 bits represent type, and the lower 8 bits code number.
 .\" -
+.It Sy 0x93 NPF_OPCODE_IP4MASK <s/d>, <network address>, <subnet>
+Match passed network address with subnet against source or destination
+address in the IPv6 header.
+Address and mask should be in network byte order.
+Value of first argument indicates whether source (if 0x1) or destination
+(if 0x0) address should be matched.
+.\" -
 .It Sy 0xa0 NPF_OPCODE_TCP_PORTS <s/d>, <port range>
 Match the TCP source or destination port with a specified port range.
 The higher 16 bits of the second argument represent the "from" and



Home | Main Index | Thread Index | Old Index