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 <erik@whistle.com>
Approved by:	jkh
This commit is contained in:
Archie Cobbs 2000-02-02 23:49:32 +00:00
parent 21b9df573d
commit b12cbc348c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56968
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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