openbsd-ports/net/pfstat/patches/patch-parse_y
sthen 31579f410f Report new PF "translation" counter, indicating that address translation
has failed due to no free ports in the configured range. From Martin Pelikan.
2013-03-11 19:50:04 +00:00

13 lines
478 B
Plaintext

$OpenBSD: patch-parse_y,v 1.1 2013/03/11 19:50:04 sthen Exp $
--- parse.y.orig Sun Feb 24 22:12:50 2013
+++ parse.y Sun Feb 24 22:13:05 2013
@@ -133,7 +133,7 @@ coldef : GLOBAL STRING STRING
"short", "normalize", "memory", "bad-timestamp",
"congestion", "ip-option", "proto-cksum",
"state-mismatch", "state-insert", "state-limit",
- "src-limit", "synproxy", 0 };
+ "src-limit", "synproxy", "translate", NULL };
int i;
$$.type = 0;