Source-Changes-HG archive

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

[src/trunk]: src/crypto/dist/ipsec-tools/src/racoon add RTM_LOSING, RTM_REDIRECT



details:   https://anonhg.NetBSD.org/src/rev/63bbd0af9997
branches:  trunk
changeset: 788714:63bbd0af9997
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jul 18 17:02:58 2013 +0000

description:
add RTM_LOSING, RTM_REDIRECT

diffstat:

 crypto/dist/ipsec-tools/src/racoon/grabmyaddr.c |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r f57fb38284a8 -r 63bbd0af9997 crypto/dist/ipsec-tools/src/racoon/grabmyaddr.c
--- a/crypto/dist/ipsec-tools/src/racoon/grabmyaddr.c   Thu Jul 18 16:33:31 2013 +0000
+++ b/crypto/dist/ipsec-tools/src/racoon/grabmyaddr.c   Thu Jul 18 17:02:58 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: grabmyaddr.c,v 1.31 2013/04/12 09:53:10 tteras Exp $   */
+/*     $NetBSD: grabmyaddr.c,v 1.32 2013/07/18 17:02:58 christos Exp $ */
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
  * Copyright (C) 2008 Timo Teras <timo.teras%iki.fi@localhost>.
@@ -766,6 +766,12 @@
        case RTM_CHANGE:
        case RTM_GET:
        case RTM_MISS:
+#ifdef RTM_LOSING
+       case RTM_LOSING:
+#endif
+#ifdef RTM_REDIRECT
+       case RTM_REDIRECT:
+#endif
        case RTM_IFINFO:
 #ifdef RTM_OIFINFO
        case RTM_OIFINFO:



Home | Main Index | Thread Index | Old Index