Deleted Added
full compact
9,10c9,10
< * $Id: ip_nat.h,v 2.1.2.3 2000/01/24 12:44:24 darrenr Exp $
< * $FreeBSD: head/sys/contrib/ipfilter/netinet/ip_nat.h 60857 2000-05-24 04:40:17Z darrenr $
---
> * $Id: ip_nat.h,v 2.17.2.6 2000/07/15 14:50:06 darrenr Exp $
> * $FreeBSD: head/sys/contrib/ipfilter/netinet/ip_nat.h 63523 2000-07-19 14:02:09Z darrenr $
107d106
< u_short in_ppip; /* ports per IP */
109c108,110
< u_short in_flags; /* From here to in_dport must be reflected */
---
> u_32_t in_flags; /* From here to in_dport must be reflected */
> u_short in_spare;
> u_short in_ppip; /* ports per IP */
216,217c217,218
< #define IPN_USERFLAGS (IPN_TCPUDP|IPN_AUTOPORTMAP|IPN_IPRANGE|\
< IPN_SPLIT|IPN_ROUNDR|IPN_FILTER)
---
> #define IPN_USERFLAGS (IPN_TCPUDP|IPN_AUTOPORTMAP|IPN_IPRANGE|IPN_SPLIT|\
> IPN_ROUNDR|IPN_FILTER|IPN_NOTSRC|IPN_NOTDST)
220a222,223
> #define IPN_NOTSRC 0x080000
> #define IPN_NOTDST 0x100000
239a243,244
> #define NL_NEWBIMAP NAT_BIMAP
> #define NL_NEWBLOCK NAT_MAPBLK