Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src/sys/netinet Pull up revision 1.32 (requested by christo...



details:   https://anonhg.NetBSD.org/src/rev/edce4f405932
branches:  netbsd-2-0
changeset: 561209:edce4f405932
user:      tron <tron%NetBSD.org@localhost>
date:      Sun May 30 11:24:57 2004 +0000

description:
Pull up revision 1.32 (requested by christos in ticket #416):
PR/24969: Arto Selonen: /usr/sbin/ipfs from ipfilter 4.1.1 does not work
patch applied.

diffstat:

 sys/netinet/ip_nat.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8d0e87f49105 -r edce4f405932 sys/netinet/ip_nat.h
--- a/sys/netinet/ip_nat.h      Sun May 30 11:24:52 2004 +0000
+++ b/sys/netinet/ip_nat.h      Sun May 30 11:24:57 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ip_nat.h,v 1.31 2004/03/28 09:00:57 martti Exp $       */
+/*     $NetBSD: ip_nat.h,v 1.31.2.1 2004/05/30 11:24:57 tron Exp $     */
 
 /*
  * Copyright (C) 1995-2001, 2003 by Darren Reed.
@@ -120,6 +120,7 @@
        u_short         nat_oport;              /* other port */
        u_short         nat_use;
        u_char          nat_p;                  /* protocol for NAT */
+       int             nat_rev;                /* 0 = forward, 1 = reverse */
        int             nat_dir;
        int             nat_ref;                /* reference count */
        int             nat_hv[2];



Home | Main Index | Thread Index | Old Index