From nobody Tue Jan 04 11:08:58 2022 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 30A5F193B95C; Tue, 4 Jan 2022 11:08:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JSqcV6Pzkz4Vql; Tue, 4 Jan 2022 11:08:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BC65C17F89; Tue, 4 Jan 2022 11:08:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 204B8w9D064616; Tue, 4 Jan 2022 11:08:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 204B8w6a064615; Tue, 4 Jan 2022 11:08:58 GMT (envelope-from git) Date: Tue, 4 Jan 2022 11:08:58 GMT Message-Id: <202201041108.204B8w6a064615@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Cy Schubert Subject: git: cc3e5b372e8c - main - ipfilter userland: Fix typos List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-all@freebsd.org X-BeenThere: dev-commits-src-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: cy X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: cc3e5b372e8cc5312649c8066ed662db7b77383b Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1641294538; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Lihcy5BTW2fdEhMyYgLVvj4hCBZyoNR5yDi36/G6wZ8=; b=XC0UJ6nGv+agbZPXL5/9bPx3q4h0miGCf4tM0WXDi1M6GoJ2VV17WSD81EHQAiGzXxNcsl 7ORVHhIROrJgGBC3YrODpnjSgk9wb/nofhzsq2KUjB/77m3xrCX9o5UOn69ogQQ3XYZYUT 4/RlRE/x5+FXB716Kl4iOsgkF9Jo7ifq06POTPR54IQTPKqTI9KiHl/fd84oCMVofjJ/xa x6F0kEmG1pkvcsoTc5GE3zyJKkh+BHzMNNW4LOHSWIz7xq5qr4AjQ6liBEbTCQjkqlU+gd Ialw9f2aUuBnn/enxqZ767alCsItLsJwGOgLD77/gU3ekVgdjoTB+iXJpLBpNw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1641294538; a=rsa-sha256; cv=none; b=lLMeCET8vHPBHv2r20umqhrUUvQBggEHN8+tBqcU3Ijbsubp3lqvI+EI0ekLPVcugkkL7F +wXYIupdJ9kxuAJ3/E/UpmxNByPO00RC05OL0MucOa33dU6fda9znpxgDwenhWyQSZQ+j6 6IDqNC9nYSL5YAQ6Mv6YGYE83J956OhkyJtbfRYM8An0eBzRu903lCHWSn4+feFv1Y2gGn du4Kz2zxH9y+mh0OIQnvyle/Rkky9u22gdyAtoDGoTmjmI3uHUpLGUFbI/UXuGu40rocE4 42+OnkMsCRbVkZyGTFqNpGAS8Wq6efWfhxuUkKBWijXDfSykkzDrNq2WQSQOag== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=cc3e5b372e8cc5312649c8066ed662db7b77383b commit cc3e5b372e8cc5312649c8066ed662db7b77383b Author: Cy Schubert AuthorDate: 2022-01-04 11:04:22 +0000 Commit: Cy Schubert CommitDate: 2022-01-04 11:08:51 +0000 ipfilter userland: Fix typos Reported by: netchild Fixes: 2582ae5740181e0d2bab10003d66ae91c9b56329 MFC after: 1 month --- sbin/ipf/ipf/ipf.4 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sbin/ipf/ipf/ipf.4 b/sbin/ipf/ipf/ipf.4 index e380b65762c1..73a17a0cc8d3 100644 --- a/sbin/ipf/ipf/ipf.4 +++ b/sbin/ipf/ipf/ipf.4 @@ -91,7 +91,7 @@ typedef struct frentry { u_short fr_skip; /* # of rules to skip */ u_short fr_loglevel; /* syslog log facility + priority */ int (*fr_func)(int, ip_t *, fr_info_t *)); - char fr_icode; /* return ICMP code */; + char fr_icode; /* return ICMP code */ char fr_ifname[IFNAMSIZ]; #ifdef BSD char fr_oifname[IFNAMSIZ]; @@ -118,8 +118,8 @@ Flags which are recognised in fr_flags: FR_LOGP 0x000012 /* Log-pass */ FR_LOGBODY 0x000020 /* log the body of packets too */ FR_LOGFIRST 0x000040 /* log only the first packet to match */ - FR_RETRST 0x000080 /* return a TCP RST packet if blocked */; - FR_RETICMP 0x000100 /* return an ICMP packet if blocked */; + FR_RETRST 0x000080 /* return a TCP RST packet if blocked */ + FR_RETICMP 0x000100 /* return an ICMP packet if blocked */ FR_FAKEICMP 0x00180 /* Return ICMP unreachable with fake source */ FR_NOMATCH 0x000200 /* no match occured */ FR_ACCOUNT 0x000400 /* count packet bytes */ @@ -210,7 +210,7 @@ struct filterstats { u_long fr_npkl; /* packets unmatched and logged */ u_long fr_pkl; /* packets logged */ u_long fr_skip; /* packets to be logged but buffer full */ - u_long fr_ret; /* packets for which a return is sent */; + u_long fr_ret; /* packets for which a return is sent */ u_long fr_acct; /* packets for which counting was performed */ u_long fr_bnfr; /* bad attempts to allocate fragment state */ u_long fr_nfr; /* new fragment state kept */