Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/sys Pull up revision 1.25 (requested by itojun):



details:   https://anonhg.NetBSD.org/src/rev/9c0cc0e08354
branches:  netbsd-1-5
changeset: 490825:9c0cc0e08354
user:      he <he%NetBSD.org@localhost>
date:      Sun Mar 11 21:12:51 2001 +0000

description:
Pull up revision 1.25 (requested by itojun):
  Ensure that we enforce inbound IPsec policy on all IP protocols,
  not just TCP, UDP and ICMP.

diffstat:

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

diffs (17 lines):

diff -r 208d63dca999 -r 9c0cc0e08354 sys/sys/protosw.h
--- a/sys/sys/protosw.h Sun Mar 11 21:12:36 2001 +0000
+++ b/sys/sys/protosw.h Sun Mar 11 21:12:51 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: protosw.h,v 1.22 2000/02/17 10:59:41 darrenr Exp $     */
+/*     $NetBSD: protosw.h,v 1.22.4.1 2001/03/11 21:12:51 he Exp $      */
 
 /*-
  * Copyright (c) 1982, 1986, 1993
@@ -122,6 +122,7 @@
 #define        PR_WANTRCVD     0x08            /* want PRU_RCVD calls */
 #define        PR_RIGHTS       0x10            /* passes capabilities */
 #define        PR_LISTEN       0x20            /* supports listen(2) and accept(2) */
+#define        PR_LASTHDR      0x40            /* enforce ipsec policy; last header */
 
 /*
  * The arguments to usrreq are:



Home | Main Index | Thread Index | Old Index