[Bug 247772] IPv6 hostname is not resolving while adding new rule

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Aug 18 22:15:00 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247772

Evgeniy Khramtsov <evgeniy at khramtsov.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |evgeniy at khramtsov.org

--- Comment #4 from Evgeniy Khramtsov <evgeniy at khramtsov.org> ---
(In reply to Aleksey Bondarenko from comment #0)

Do you still have this issue if you try

ipfw -q add 00100 allow src-ip6 ipv6.google.com dst-ip6 me proto tcp in via
vtnet0 setup

?

>From ipfw man page:

The rule body has the following format:

[proto from src to dst] [options]

The first part (proto from src to dst) is for backward compatibility with
earlier versions of FreeBSD.  In modern FreeBSD any match pattern (in-
cluding MAC headers, IP protocols, addresses and ports) can be specified
in the options section.

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


More information about the freebsd-ipfw mailing list