Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 Feb 2019 08:29:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        ipfw@FreeBSD.org
Subject:   [Bug 121807] [request] TCP and UDP port_table in ipfw
Message-ID:  <bug-121807-8303-0o8XLWRolE@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-121807-8303@https.bugs.freebsd.org/bugzilla/>
References:  <bug-121807-8303@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D121807

Andrey V. Elsukov <ae@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Open                        |Closed
                 CC|                            |ae@FreeBSD.org
         Resolution|---                         |Not A Bug

--- Comment #6 from Andrey V. Elsukov <ae@FreeBSD.org> ---
This feature is already implemented. You can create table with type "number"
and use it with "lookup src-port|dst-port" opcode.

# ipfw table PORTS create type number algo number:array
# ipfw table PORTS add 80
# ipfw table PORTS add 443
# ipfw add count tcp from any to any lookup dst-port PORTS

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-121807-8303-0o8XLWRolE>