Module Name: src
Committed By: sevan
Date: Sat Sep 21 20:35:52 UTC 2019
Modified Files:
src/share/examples/npf: soho_gw-npf.conf
Log Message:
default policy is to blockall
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/share/examples/npf/soho_gw-npf.conf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/examples/npf/soho_gw-npf.conf
diff -u src/share/examples/npf/soho_gw-npf.conf:1.13 src/share/examples/npf/soho_gw-npf.conf:1.14
--- src/share/examples/npf/soho_gw-npf.conf:1.13 Sat Sep 21 20:31:31 2019
+++ src/share/examples/npf/soho_gw-npf.conf Sat Sep 21 20:35:52 2019
@@ -1,4 +1,4 @@
-# $NetBSD: soho_gw-npf.conf,v 1.13 2019/09/21 20:31:31 sevan Exp $
+# $NetBSD: soho_gw-npf.conf,v 1.14 2019/09/21 20:35:52 sevan Exp $
#
# SOHO border
#
@@ -50,7 +50,6 @@ group "external" on $ext_if {
}
group "internal" on $int_if {
- block in all
pass in from <int-block>
pass out all
}