netinet: Enable random IP fragment ids by default (from riastradh)

This commit is contained in:
christos 2021-03-07 14:58:27 +00:00
parent 6357c36138
commit 5d948faaec
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ip_input.c,v 1.399 2021/02/19 14:51:59 christos Exp $ */
/* $NetBSD: ip_input.c,v 1.400 2021/03/07 14:58:27 christos Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@ -91,7 +91,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ip_input.c,v 1.399 2021/02/19 14:51:59 christos Exp $");
__KERNEL_RCSID(0, "$NetBSD: ip_input.c,v 1.400 2021/03/07 14:58:27 christos Exp $");
#ifdef _KERNEL_OPT
#include "opt_inet.h"
@ -168,7 +168,7 @@ int ip_directedbcast = 0;
int ip_allowsrcrt = 0;
int ip_mtudisc = 1;
int ip_mtudisc_timeout = IPMTUDISCTIMEOUT;
int ip_do_randomid = 0;
int ip_do_randomid = 1;
/*
* XXX - Setting ip_checkinterface mostly implements the receive side of