summaryrefslogtreecommitdiffstats
path: root/rules/example.1
diff options
context:
space:
mode:
Diffstat (limited to 'rules/example.1')
-rw-r--r--rules/example.14
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/example.1 b/rules/example.1
new file mode 100644
index 0000000..ff93f49
--- /dev/null
+++ b/rules/example.1
@@ -0,0 +1,4 @@
+#
+# block all incoming TCP packets on le0 from host 10.1.1.1 to any destination.
+#
+block in on le0 proto tcp from 10.1.1.1/32 to any
OpenPOWER on IntegriCloud