Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Sep 2023 15:16:34 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 3284a5929d50 - stable/12 - release: remove inet blackhole sysctls from GCE config
Message-ID:  <202309091516.389FGYhA034987@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=3284a5929d50131be0c453805558d7f3311f7ed5

commit 3284a5929d50131be0c453805558d7f3311f7ed5
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-09-06 00:03:25 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-09-09 15:16:18 +0000

    release: remove inet blackhole sysctls from GCE config
    
    Other cloud images do not do this, and it can produce confusing results.
    
    Reviewed by:    Jose Luis Duran, delphij
    Sponsored by:   The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D41751
    
    (cherry picked from commit b7528b16c6039a9f0af28f8f3ccdd6ea4eb7e604)
    (cherry picked from commit 5623352ec00532193e9cd44332814f8d482422e4)
    (cherry picked from commit 413687812ba7e6d25692fa6a75475c006111a788)
---
 release/tools/gce.conf | 2 --
 1 file changed, 2 deletions(-)

diff --git a/release/tools/gce.conf b/release/tools/gce.conf
index 474cf53de8be..75f296b277b8 100644
--- a/release/tools/gce.conf
+++ b/release/tools/gce.conf
@@ -84,8 +84,6 @@ EOF
 	cat << EOF >> ${DESTDIR}/etc/sysctl.conf
 net.inet.icmp.drop_redirect=1
 net.inet.ip.redirect=0
-net.inet.tcp.blackhole=2
-net.inet.udp.blackhole=1
 kern.ipc.soacceptqueue=1024
 debug.trace_on_panic=1
 debug.debugger_on_panic=0



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309091516.389FGYhA034987>