1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-28 08:02:54 +00:00
freebsd/sbin/pfctl
Kristof Provost 375aaa299f pfctl: improve error reporting
libpfctl doesn't set errno, instead it returns error codes. Take that into
account when handling errors so that we report the actual error.

Sponsored by:	Rubicon Communications, LLC ("Netgate")
2024-07-29 19:42:25 +02:00
..
tests pfctl tests: fix dependency 2024-07-25 15:06:25 +02:00
Makefile Remove residual blank line at start of Makefile 2024-07-15 16:43:39 -06:00
Makefile.depend
parse.y pf: migrate DIOCGETLIMIT/DIOCSETLIMIT to netlink 2024-06-07 20:59:02 +02:00
pf_print_state.c pf: allow pflow to be activated per rule 2024-01-16 09:45:54 +01:00
pf_ruleset.c sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
pf.os
pfctl_altq.c
pfctl_ioctl.h
pfctl_optimize.c libpfctl: add pfctl_get_rule_h() 2024-05-28 22:27:22 +02:00
pfctl_osfp.c sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
pfctl_parser.c pf: allow pflow to be activated per rule 2024-01-16 09:45:54 +01:00
pfctl_parser.h pf: migrate DIOCGETLIMIT/DIOCSETLIMIT to netlink 2024-06-07 20:59:02 +02:00
pfctl_qstats.c
pfctl_radix.c pfctl: Allow a semicolon (;) as a comment 2024-07-25 15:06:24 +02:00
pfctl_table.c sbin: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
pfctl.8 pfctl: Allow a semicolon (;) as a comment 2024-07-25 15:06:24 +02:00
pfctl.c pfctl: improve error reporting 2024-07-29 19:42:25 +02:00
pfctl.h