summaryrefslogtreecommitdiffstats
path: root/lib/libalias
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>2000-02-02 23:49:32 +0000
committerarchie <archie@FreeBSD.org>2000-02-02 23:49:32 +0000
commit37c6a12d32bb819ba3c6730ed7038f1f4d396cdb (patch)
treef277ef5b9fb2f1a8272de60e1fff42be7d28b2a8 /lib/libalias
parent041ffda79a0bcf7b2d67e551bb391311bd63a993 (diff)
downloadFreeBSD-src-37c6a12d32bb819ba3c6730ed7038f1f4d396cdb.zip
FreeBSD-src-37c6a12d32bb819ba3c6730ed7038f1f4d396cdb.tar.gz
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
Diffstat (limited to 'lib/libalias')
-rw-r--r--lib/libalias/alias.h2
1 files changed, 1 insertions, 1 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
OpenPOWER on IntegriCloud