From d8495b0f7cb25cb475d30848735efc1f2377aa40 Mon Sep 17 00:00:00 2001 From: martijn Date: Thu, 30 Jun 2022 11:53:07 +0000 Subject: [PATCH] Be more explicit in filter-pf-addresses deprication message by mentioning blocklist pfTblAddrTable in full. Requested by and OK sthen@, who also OKed the previous commit. --- usr.sbin/snmpd/parse.y | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/snmpd/parse.y b/usr.sbin/snmpd/parse.y index a64df11805c..6c26f3a0f4e 100644 --- a/usr.sbin/snmpd/parse.y +++ b/usr.sbin/snmpd/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.75 2022/06/30 11:28:36 martijn Exp $ */ +/* $OpenBSD: parse.y,v 1.76 2022/06/30 11:53:07 martijn Exp $ */ /* * Copyright (c) 2007, 2008, 2012 Reyk Floeter @@ -283,7 +283,7 @@ main : LISTEN ON listen_udptcp struct ber_oid *blocklist; log_warnx("filter-pf-addresses is deprecated. " - "Please use blocklist instead."); + "Please use blocklist pfTblAddrTable instead."); if ($2) { blocklist = recallocarray(conf->sc_blocklist, conf->sc_nblocklist, -- 2.20.1