From Francis Dupont (sent by Arnaud Ebalard):

recognize RTM_IFANNOUNCE
This commit is contained in:
tteras 2008-10-27 06:24:27 +00:00
parent a06fc42a2e
commit 3ff331469e
2 changed files with 6 additions and 1 deletions

View File

@ -4,6 +4,8 @@
* src/racoon/session.c: initfds() needs to be called only if
monitored file descriptor numbers have changed
* src/racoon/grabmyaddr.c: fix indentation issues for readability
From Francis Dupont (sent by Arnaud Ebalard):
* src/racoon/grabmyaddr.c: recognize RTM_IFANNOUNCE
2008-08-06 Timo Teras <timo.teras@iki.fi>
From Krzysztof Piotr Oledzki <olel@ans.pl>:

View File

@ -1,4 +1,4 @@
/* $NetBSD: grabmyaddr.c,v 1.9 2008/10/27 06:21:29 tteras Exp $ */
/* $NetBSD: grabmyaddr.c,v 1.10 2008/10/27 06:24:27 tteras Exp $ */
/* Id: grabmyaddr.c,v 1.27 2006/04/06 16:27:05 manubsd Exp */
@ -667,6 +667,9 @@ update_myaddrs()
case RTM_DELADDR:
case RTM_DELETE:
case RTM_IFINFO:
#ifdef RTM_IFANNOUNCE
case RTM_IFANNOUNCE:
#endif
break;
case RTM_MISS:
/* ignore this message silently */