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:
parent
041ffda79a
commit
37c6a12d32
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user