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

--- Comment #3 from fabrice.br...@orange.com ---
Hello,

I've recompiled the world with DEBUG_FLAGS=-g in /etc/make.conf. 

So I run pfctl with my special pf.conf in valgrind, find in the attached file
the ouptut (valgrind.output)

Just for information, I used PF compiled in the kernel with the following
options :

# les options de pf
device          pf
device          pflog
device          pfsync
# altq(9). Enable the base part of the hooks with the ALTQ option.
# Individual disciplines must be built into the base system and can not be
# loaded as modules at this point. In order to build a SMP kernel you must
# also have the ALTQ_NOPCC option.
options         ALTQ
options         ALTQ_CBQ        # Class Bases Queueing
options         ALTQ_RED        # Random Early Drop
options         ALTQ_RIO        # RED In/Out
options         ALTQ_HFSC       # Hierarchical Packet Scheduler
options         ALTQ_CDNR       # Traffic conditioner
options         ALTQ_PRIQ       # Priority Queueing
options         ALTQ_NOPCC      # Required for SMP build
options         ALTQ_DEBUG



Thanks
Fabrice

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-amd64@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-amd64
To unsubscribe, send any mail to "freebsd-amd64-unsubscr...@freebsd.org"

Reply via email to