diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-04-28 13:44:49 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-04-28 13:44:49 +0000 |
| commit | 80607605008b246a5502e42b88ce01cf676c6451 (patch) | |
| tree | 28330df71cb125b024fd2c7f3b7f6d1a4935331f /lib/libalias/alias.h | |
| parent | b673230313d55aa69c70bf10d266fdccaed6da39 (diff) | |
Notes
Diffstat (limited to 'lib/libalias/alias.h')
| -rw-r--r-- | lib/libalias/alias.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/libalias/alias.h b/lib/libalias/alias.h index 9f15579832a28..ace911d1e52ec 100644 --- a/lib/libalias/alias.h +++ b/lib/libalias/alias.h @@ -60,7 +60,10 @@ struct alias_link; PacketAliasPptp(struct in_addr); extern struct alias_link * - PacketAliasRedirectPptp(struct in_addr, struct in_addr, struct in_addr); + PacketAliasRedirectProto(struct in_addr, + struct in_addr, + struct in_addr, + u_char); extern struct alias_link * PacketAliasRedirectAddr(struct in_addr, @@ -157,10 +160,6 @@ struct alias_link; and PacketAliasOut() are reversed */ #define PKT_ALIAS_REVERSE 0x80 -/* If PKT_ALIAS_DENY_PPTP is set, then PPTP sessions will be - prevented by the aliasing engine. */ -#define PKT_ALIAS_DENY_PPTP 0x200 - /* Return Codes */ #define PKT_ALIAS_ERROR -1 #define PKT_ALIAS_OK 1 |
