summaryrefslogtreecommitdiffstats
path: root/rules/example.9
diff options
context:
space:
mode:
Diffstat (limited to 'rules/example.9')
-rw-r--r--rules/example.912
1 files changed, 12 insertions, 0 deletions
diff --git a/rules/example.9 b/rules/example.9
new file mode 100644
index 0000000..daff203
--- /dev/null
+++ b/rules/example.9
@@ -0,0 +1,12 @@
+#
+# drop all packets without IP security options
+#
+block in all
+pass in all with opt sec
+#
+# only allow packets in and out on le1 which are top secret
+#
+block out on le1 all
+pass out on le1 all with opt sec-class topsecret
+block in on le1 all
+pass in on le1 all with opt sec-class topsecret
OpenPOWER on IntegriCloud