From 253e67c8b3a72b3a4757fdbc5845297628db0a4a Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sat, 25 Apr 2026 19:55:15 -0400 Subject: docs: Added All NetBSD Manuals --- static/netbsd/man7/example.7 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 static/netbsd/man7/example.7 (limited to 'static/netbsd/man7/example.7') diff --git a/static/netbsd/man7/example.7 b/static/netbsd/man7/example.7 new file mode 100644 index 00000000..7e871bae --- /dev/null +++ b/static/netbsd/man7/example.7 @@ -0,0 +1,13 @@ +# $NetBSD: example.7,v 1.1.1.1 2012/03/23 21:20:15 christos Exp $ +# block all ICMP packets. +# +block in proto icmp all +# +# allow in ICMP echos and echo-replies. +# +pass in on le1 proto icmp from any to any icmp-type echo +pass in on le1 proto icmp from any to any icmp-type echorep +# +# block all ICMP destination unreachable packets which are port-unreachables +# +block in on le1 proto icmp from any to any icmp-type unreach code 3 -- cgit v1.2.3