Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/examples/npf s/ifnets/ifaddrs



details:   https://anonhg.NetBSD.org/src/rev/751bbed9da2b
branches:  trunk
changeset: 455745:751bbed9da2b
user:      sevan <sevan%NetBSD.org@localhost>
date:      Thu Apr 11 10:17:21 2019 +0000

description:
s/ifnets/ifaddrs

diffstat:

 share/examples/npf/soho_gw-npf.conf |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8e419d569694 -r 751bbed9da2b share/examples/npf/soho_gw-npf.conf
--- a/share/examples/npf/soho_gw-npf.conf       Thu Apr 11 10:15:53 2019 +0000
+++ b/share/examples/npf/soho_gw-npf.conf       Thu Apr 11 10:17:21 2019 +0000
@@ -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"
 



Home | Main Index | Thread Index | Old Index