Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/conf stf is a 6->4 gateway and needs both inet4 and inet...
details: https://anonhg.NetBSD.org/src/rev/3738fd09e846
branches: trunk
changeset: 329879:3738fd09e846
user: christos <christos%NetBSD.org@localhost>
date: Thu Jun 12 21:08:31 2014 +0000
description:
stf is a 6->4 gateway and needs both inet4 and inet6 not one or the other.
diffstat:
sys/conf/files | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 0b6f67e6cfdf -r 3738fd09e846 sys/conf/files
--- a/sys/conf/files Thu Jun 12 20:59:46 2014 +0000
+++ b/sys/conf/files Thu Jun 12 21:08:31 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files,v 1.1092 2014/06/05 23:48:16 rmind Exp $
+# $NetBSD: files,v 1.1093 2014/06/12 21:08:31 christos Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
version 20100430
@@ -1716,7 +1716,7 @@
file net/if_mpls.c ifmpls needs-flag
file net/if_ppp.c ppp needs-flag
file net/if_srt.c srt
-file net/if_stf.c stf & (inet | inet6) needs-flag
+file net/if_stf.c stf & inet & inet6 needs-flag
file net/if_sl.c sl needs-flag
file net/if_spppsubr.c sppp
file net/if_strip.c strip needs-flag
Home |
Main Index |
Thread Index |
Old Index