Module Name:    src
Committed By:   sevan
Date:           Thu Apr 11 10:17:21 UTC 2019

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

Log Message:
s/ifnets/ifaddrs


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 src/share/examples/npf/soho_gw-npf.conf:1.12
--- src/share/examples/npf/soho_gw-npf.conf:1.11	Thu Apr 11 09:59:24 2019
+++ src/share/examples/npf/soho_gw-npf.conf	Thu Apr 11 10:17:21 2019
@@ -1,4 +1,4 @@
-# $NetBSD: soho_gw-npf.conf,v 1.11 2019/04/11 09:59:24 sevan Exp $
+# $NetBSD: soho_gw-npf.conf,v 1.12 2019/04/11 10:17:21 sevan Exp $
 #
 # SOHO border
 #
@@ -8,7 +8,7 @@
 
 $ext_if = "wm0"
 $ext_v4 = inet4(wm0)
-$ext_addrs = inets(wm0)
+$ext_addrs = ifaddrs(wm0)
 
 $int_if = "wm1"
 

Reply via email to