Henning Brauer([email protected]) on 2012.04.13 10:10:41 +0200:
> if nobody tests this beyond my extremely light tests (try actually
> USING the pflog interfaces to log to, I didn't), I can't get this in :)
works somewhat.
destroying an interface breaks things:
# ifconfig pflog17 create
# tcpdump -n -e -ttt -i pflog17
--> i get output
# ifconfig pflog18 create
# ifconfig pflog19 create
# mg pf.conf <-- replace "to pflog17" with "to
pflog19"
# pfctl -f ./pf.conf
# tcpdump -n -e -ttt -i pflog19
--> i get output
# ifconfig pflog17 destroy
# tcpdump -n -e -ttt -i pflog19
--> no more output
/Benno