[Midnightbsd-cvs] src [11416] trunk/sbin/routed/defs.h: add missing definition

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jul 6 22:31:19 EDT 2018


Revision: 11416
          http://svnweb.midnightbsd.org/src/?rev=11416
Author:   laffer1
Date:     2018-07-06 22:31:19 -0400 (Fri, 06 Jul 2018)
Log Message:
-----------
add missing definition

Modified Paths:
--------------
    trunk/sbin/routed/defs.h

Modified: trunk/sbin/routed/defs.h
===================================================================
--- trunk/sbin/routed/defs.h	2018-07-07 02:30:24 UTC (rev 11415)
+++ trunk/sbin/routed/defs.h	2018-07-07 02:31:19 UTC (rev 11416)
@@ -462,6 +462,7 @@
 extern int	mhome;			/* 1=want multi-homed host route */
 extern int	advertise_mhome;	/* 1=must continue advertising it */
 extern int	auth_ok;		/* 1=ignore auth if we do not care */
+extern int	insecure;		/* Reply to special queries or not */
 
 extern struct timeval clk;		/* system clock's idea of time */
 extern struct timeval epoch;		/* system clock when started */



More information about the Midnightbsd-cvs mailing list