Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/netinet Pull up revision 1.23 (via patch, requested...



details:   https://anonhg.NetBSD.org/src/rev/97379832c545
branches:  netbsd-1-4
changeset: 471289:97379832c545
user:      he <he%NetBSD.org@localhost>
date:      Sat Apr 14 21:15:14 2001 +0000

description:
Pull up revision 1.23 (via patch, requested by darrenr):
  Fix bug related to fragment cache handling.

diffstat:

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

diffs (17 lines):

diff -r ea5bf63c2bb7 -r 97379832c545 sys/netinet/ip_nat.h
--- a/sys/netinet/ip_nat.h      Sat Apr 14 21:14:56 2001 +0000
+++ b/sys/netinet/ip_nat.h      Sat Apr 14 21:15:14 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ip_nat.h,v 1.15.4.1 1999/12/20 21:07:16 he Exp $       */
+/*     $NetBSD: ip_nat.h,v 1.15.4.2 2001/04/14 21:15:14 he Exp $       */
 
 /*
  * Copyright (C) 1995-1998 by Darren Reed.
@@ -175,6 +175,7 @@
 #define        IPN_AUTOPORTMAP 0x10
 #define        IPN_RANGE       0x20
 #define        IPN_USERFLAGS   (IPN_TCPUDP|IPN_AUTOPORTMAP|IPN_RANGE)
+#define IPN_FRAG       0x200000
 
 
 typedef        struct  natlog {



Home | Main Index | Thread Index | Old Index