View | Details | Raw Unified | Return to bug 257709
Collapse All | Expand All

(-)sys/netinet6/in6_proto.c (-2 / +1 lines)
Lines 404-411 Link Here
404
VNET_DEFINE(int, icmp6_redirtimeout) = 10 * 60;	/* 10 minutes */
404
VNET_DEFINE(int, icmp6_redirtimeout) = 10 * 60;	/* 10 minutes */
405
VNET_DEFINE(int, icmp6errppslim) = 100;		/* 100pps */
405
VNET_DEFINE(int, icmp6errppslim) = 100;		/* 100pps */
406
/* control how to respond to NI queries */
406
/* control how to respond to NI queries */
407
VNET_DEFINE(int, icmp6_nodeinfo) =
407
VNET_DEFINE(int, icmp6_nodeinfo) = 0; /* Don't answer nodeinfo */
408
    (ICMP6_NODEINFO_FQDNOK|ICMP6_NODEINFO_NODEADDROK);
409
VNET_DEFINE(int, icmp6_nodeinfo_oldmcprefix) = 1;
408
VNET_DEFINE(int, icmp6_nodeinfo_oldmcprefix) = 1;
410
409
411
/*
410
/*

Return to bug 257709