Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Aug 2015 11:15:47 +0300
From:      Andriy Gapon <avg@FreeBSD.org>
To:        freebsd-net@FreeBSD.org
Subject:   pf and new interface
Message-ID:  <55D2E9B3.2040301@FreeBSD.org>

next in thread | raw e-mail | index | archive | help

I have the following rule in pf.conf:
set skip on tap
and even the following one:
set skip on tap0

The rules are loaded at the system start-up time, but the tap interface
may not be created until much later.  When tap0 is first created the
skip rules are not applied to it and the traffic gets filtered.  If I
reload the pf configuration, then the rules start working.

Is there a way to make pf honor such rules for the dynamic interfaces?

-- 
Andriy Gapon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?55D2E9B3.2040301>