1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-03 06:45:37 -08:00

Backout previous. It was incompleted and too early.

This commit is contained in:
yasuoka 2024-08-02 12:43:55 +00:00
parent dc17477278
commit 682f074d85

View File

@ -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 <sys/param.h> /* 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: