Page MenuHomeFreeBSD

D39586.diff
No OneTemporary

D39586.diff

diff --git a/contrib/tcpdump/print-pflog.c b/contrib/tcpdump/print-pflog.c
--- a/contrib/tcpdump/print-pflog.c
+++ b/contrib/tcpdump/print-pflog.c
@@ -57,6 +57,7 @@
{ 12, "12(state-limit)" },
{ 13, "13(src-limit)" },
{ 14, "14(synproxy)" },
+ { 15, "15(map-failed)" },
{ 0, NULL }
};
@@ -64,6 +65,7 @@
{ PF_PASS, "pass" },
{ PF_DROP, "block" },
{ PF_SCRUB, "scrub" },
+ { PF_NOSCRUB, "scrub" },
{ PF_NAT, "nat" },
{ PF_NONAT, "nat" },
{ PF_BINAT, "binat" },
@@ -71,6 +73,8 @@
{ PF_RDR, "rdr" },
{ PF_NORDR, "rdr" },
{ PF_SYNPROXY_DROP, "synproxy-drop" },
+ { PF_DEFER, "pfsync-defer" },
+ { PF_MATCH, "match" },
{ 0, NULL }
};

File Metadata

Mime Type
text/plain
Expires
Sat, Feb 1, 3:49 PM (20 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16387177
Default Alt Text
D39586.diff (675 B)

Event Timeline