Module Name:    src
Committed By:   christos
Date:           Tue May 27 23:34:43 UTC 2014

Modified Files:
        src/share/examples/npf: l2tp_gw-npf.conf

Log Message:
need esp


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/examples/npf/l2tp_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/l2tp_gw-npf.conf
diff -u src/share/examples/npf/l2tp_gw-npf.conf:1.3 src/share/examples/npf/l2tp_gw-npf.conf:1.4
--- src/share/examples/npf/l2tp_gw-npf.conf:1.3	Tue May 27 19:24:42 2014
+++ src/share/examples/npf/l2tp_gw-npf.conf	Tue May 27 19:34:43 2014
@@ -60,6 +60,8 @@ group "external" on $ext_if {
 	#
 	# L2TP/IPSEC-NAT-T Tunnels.
 	#
+	pass in final proto esp from any to inet4($ext_if)
+	pass out final proto esp from inet4($ext_if) to any
 	pass stateful in final from any to inet4($ext_if) port "ipsec-nat-t"
 	pass stateful in final from any to inet4($ext_if) port l2tp
 

Reply via email to