diff options
| author | Andrey V. Elsukov <ae@FreeBSD.org> | 2011-06-14 13:35:24 +0000 |
|---|---|---|
| committer | Andrey V. Elsukov <ae@FreeBSD.org> | 2011-06-14 13:35:24 +0000 |
| commit | 1875bbfe5418f8247ad06770b63089be636ff9f7 (patch) | |
| tree | 2c079dd50524382ccfa62d936bc012d4c0f8795b /sys/netinet/libalias | |
| parent | 980ccceb94452d5700cbe5b129185576f19b135a (diff) | |
Notes
Diffstat (limited to 'sys/netinet/libalias')
| -rw-r--r-- | sys/netinet/libalias/alias.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/netinet/libalias/alias.h b/sys/netinet/libalias/alias.h index 6fe40ed52f3a..b12b353a0fd6 100644 --- a/sys/netinet/libalias/alias.h +++ b/sys/netinet/libalias/alias.h @@ -220,6 +220,12 @@ struct mbuf *m_megapullup(struct mbuf *, int); #define PKT_ALIAS_PUNCH_FW 0x100 #endif +/* + * If PKT_ALIAS_SKIP_GLOBAL is set, nat instance is not checked for matching + * states in 'ipfw nat global' rule. + */ +#define PKT_ALIAS_SKIP_GLOBAL 0x200 + /* Function return codes. */ #define PKT_ALIAS_ERROR -1 #define PKT_ALIAS_OK 1 |
