Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Oct 2017 06:30:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-pf@FreeBSD.org
Subject:   [Bug 222126] pf is not clearing expired states
Message-ID:  <bug-222126-17777-GPBTMZqleH@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-222126-17777@https.bugs.freebsd.org/bugzilla/>
References:  <bug-222126-17777@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=3D222126

--- Comment #35 from hlh@restart.be ---
(In reply to hlh from comment #33)

The problem crops up again.

Here is the end of the output of your dtrace script when the states are no =
more
expired:

[root@norquay log]# tail pf.dtrace2.log-after
  3   9078              none:expired_states i 19947 maxentry 327 0
  3   9077                    thread:wakeup=20
  3   9078              none:expired_states i 20274 maxentry 327 0
  0   9077                    thread:wakeup=20
  0   9078              none:expired_states i 20601 maxentry 327 0
  0   9077                    thread:wakeup=20
  0   9078              none:expired_states i 20928 maxentry 327 0
  0   9077                    thread:wakeup=20
  0   9078              none:expired_states i 21255 maxentry 327 0

The dtrace script give no more output.

Then I stop the dtrace and save the previous trace.

I restart a new dtrace which output nothing until I run:

echo "set timeout interval 5" | pfctl -mf -
echo "set timeout interval 5" | pfctl -mf -
nohup service pf restart

The first lines of the dtrace are:

[root@norquay log]# head pf.dtrace2.log-after=20
CPU     ID                    FUNCTION:NAME
  0   9077                    thread:wakeup=20
  0   9078              none:expired_states i 23544 maxentry 655 0
  1   9077                    thread:wakeup=20
  1   9078              none:expired_states i 24199 maxentry 655 0
  1   9077                    thread:wakeup=20
  1   9078              none:expired_states i 24854 maxentry 655 0
  1   9077                    thread:wakeup=20
  1   9078              none:expired_states i 25509 maxentry 655 0
  1   9077                    thread:wakeup

--=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-222126-17777-GPBTMZqleH>