summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libalias/alias.h2
-rw-r--r--sys/netinet/libalias/alias.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libalias/alias.h b/lib/libalias/alias.h
index 9666b0f..063f1bc 100644
--- a/lib/libalias/alias.h
+++ b/lib/libalias/alias.h
@@ -144,7 +144,7 @@ struct alias_link;
controlled by PacketAliasSetFWBase(base, size). The hole will be
attached to that particular alias_link, so when the link goes away
so do the hole. */
-#define PKT_ALIAS_PUNCH_FW 0x40
+#define PKT_ALIAS_PUNCH_FW 0x100
#endif
/* If PKT_ALIAS_PROXY_ONLY is set, then NAT will be disabled and only
diff --git a/sys/netinet/libalias/alias.h b/sys/netinet/libalias/alias.h
index 9666b0f..063f1bc 100644
--- a/sys/netinet/libalias/alias.h
+++ b/sys/netinet/libalias/alias.h
@@ -144,7 +144,7 @@ struct alias_link;
controlled by PacketAliasSetFWBase(base, size). The hole will be
attached to that particular alias_link, so when the link goes away
so do the hole. */
-#define PKT_ALIAS_PUNCH_FW 0x40
+#define PKT_ALIAS_PUNCH_FW 0x100
#endif
/* If PKT_ALIAS_PROXY_ONLY is set, then NAT will be disabled and only
OpenPOWER on IntegriCloud