From b12cbc348cf8c38109491d76b8d386065f42f1e7 Mon Sep 17 00:00:00 2001 From: Archie Cobbs Date: Wed, 2 Feb 2000 23:49:32 +0000 Subject: [PATCH] The flags PKT_ALIAS_PUNCH_FW and PKT_ALIAS_PROXY_ONLY were both being defined as 0x40. Change the former to be 0x100. Submitted by: Erik Salander Approved by: jkh --- lib/libalias/alias.h | 2 +- sys/netinet/libalias/alias.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libalias/alias.h b/lib/libalias/alias.h index 9666b0fb12be..063f1bcfc843 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 9666b0fb12be..063f1bcfc843 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