]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-pflog.c
CHANGES: Add/move change(s) backported to 4.99
[tcpdump] / print-pflog.c
index 52a103a82cc4bee9750e9ddfd6fbbb258ab5ed18..787dbac1424d11d85ad5728b6539b13ce769fe93 100644 (file)
@@ -64,6 +64,7 @@ static const struct tok pf_actions[] = {
        { PF_PASS,              "pass" },
        { PF_DROP,              "block" },
        { PF_SCRUB,             "scrub" },
+       { PF_NOSCRUB,           "noscrub" },
        { PF_NAT,               "nat" },
        { PF_NONAT,             "nonat" },
        { PF_BINAT,             "binat" },
@@ -73,6 +74,7 @@ static const struct tok pf_actions[] = {
        { PF_SYNPROXY_DROP,     "synproxy-drop" },
 #if defined(__FreeBSD__)
        { PF_DEFER,             "defer" },
+       { PF_MATCH,             "match" },
 #elif defined(__OpenBSD__)
        { PF_DEFER,             "defer" },
        { PF_MATCH,             "match" },