From 682f074d85c2816d0daa5b45d3e75eb9e9de6d20 Mon Sep 17 00:00:00 2001 From: yasuoka Date: Fri, 2 Aug 2024 12:43:55 +0000 Subject: [PATCH] Backout previous. It was incompleted and too early. --- usr.sbin/npppd/npppd/npppd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.sbin/npppd/npppd/npppd.c b/usr.sbin/npppd/npppd/npppd.c index b9f68b3fd27..ed1a138e13a 100644 --- a/usr.sbin/npppd/npppd/npppd.c +++ b/usr.sbin/npppd/npppd/npppd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: npppd.c,v 1.55 2024/08/01 00:05:16 yasuoka Exp $ */ +/* $OpenBSD: npppd.c,v 1.56 2024/08/02 12:43:55 yasuoka Exp $ */ /*- * Copyright (c) 2005-2008,2009 Internet Initiative Japan Inc. @@ -29,7 +29,7 @@ * Next pppd(nppd). This file provides a npppd daemon process and operations * for npppd instance. * @author Yasuoka Masahiko - * $Id: npppd.c,v 1.55 2024/08/01 00:05:16 yasuoka Exp $ + * $Id: npppd.c,v 1.56 2024/08/02 12:43:55 yasuoka Exp $ */ #include "version.h" #include /* ALIGNED_POINTER */ @@ -608,7 +608,7 @@ npppd_reset_routing_table(npppd *_this, int pool_only) if (is_first) in_route_add(&snp->snp_addr, &snp->snp_mask, &loop, - LOOPBACK_IFNAME, RTF_REJECT, 0); + LOOPBACK_IFNAME, RTF_BLACKHOLE, 0); break; case SNP_PPP: -- 2.20.1