mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 12:28:58 +00:00
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
21b9df573d
commit
b12cbc348c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56968
@ -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…
Reference in New Issue
Block a user