Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Oct 2017 12:37:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 223208] [pf] pf.conf syntax (:peer) rules load incorrectly
Message-ID:  <bug-223208-8@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 223208
           Summary: [pf] pf.conf syntax (:peer) rules load incorrectly
           Product: Base System
           Version: 11.1-RELEASE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: felix_mail@mail.ru

Reproduced on amd64:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

ifconfig tun0 create
ifconfig tun0 10.0.0.1 10.0.0.2

1.
echo "pass in quick on lo0 route-to (tun0 10.0.0.2) inet" | pfctl -f -
pfctl -sr

pass in quick on lo0 route-to (tun0 10.0.0.2) inet all flags S/SA keep state

2. Problem:
echo "pass in quick on lo0 route-to (tun0 tun0:peer) inet" | pfctl -f -
pfctl -sr

pass in quick on lo0 route-to ( 10.0.0.2) inet all flags S/SA keep state


In second case PF silently drops the packets.

--=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-223208-8>