Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/conf Add etherip, so that we at least know it...



details:   https://anonhg.NetBSD.org/src/rev/855dcb075c14
branches:  trunk
changeset: 829342:855dcb075c14
user:      maxv <maxv%NetBSD.org@localhost>
date:      Fri Jan 26 14:41:22 2018 +0000

description:
Add etherip, so that we at least know it exists on amd64.

diffstat:

 sys/arch/amd64/conf/GENERIC |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 53c966950c26 -r 855dcb075c14 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Fri Jan 26 14:38:46 2018 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Fri Jan 26 14:41:22 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.482 2018/01/25 01:21:40 christos Exp $
+# $NetBSD: GENERIC,v 1.483 2018/01/26 14:41:22 maxv Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.482 $"
+#ident         "GENERIC-$Revision: 1.483 $"
 
 maxusers       64              # estimated number of users
 
@@ -1299,6 +1299,7 @@
 #options       BRIDGE_IPF              # bridge uses IP/IPv6 pfil hooks too
 pseudo-device  agr                     # IEEE 802.3ad link aggregation
 pseudo-device  l2tp                    # L2TPv3 interface
+#pseudo-device etherip                 # Tunnel Ethernet over IP
 #pseudo-device pf                      # PF packet filter
 #pseudo-device pflog                   # PF log if
 #pseudo-device pfsync                  # PF sync if



Home | Main Index | Thread Index | Old Index