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 ifmpls since MPLS was added



details:   https://anonhg.NetBSD.org/src/rev/8f1319d10347
branches:  trunk
changeset: 762301:8f1319d10347
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Feb 18 23:38:58 2011 +0000

description:
add ifmpls since MPLS was added

diffstat:

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

diffs (26 lines):

diff -r 163a91d58228 -r 8f1319d10347 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Fri Feb 18 23:37:36 2011 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Fri Feb 18 23:38:58 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.307 2011/02/16 20:23:21 jym Exp $
+# $NetBSD: GENERIC,v 1.308 2011/02/18 23:38:58 christos Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.307 $"
+#ident                 "GENERIC-$Revision: 1.308 $"
 
 maxusers       64              # estimated number of users
 
@@ -1131,6 +1131,7 @@
 #pseudo-device carp                    # Common Address Redundancy Protocol
 pseudo-device  ipfilter                # IP filter (firewall) and NAT
 pseudo-device  loop                    # network loopback
+#pseudo-device ifmpls                  # MPLS pseudo-interface 
 pseudo-device  ppp                     # Point-to-Point Protocol
 pseudo-device  pppoe                   # PPP over Ethernet (RFC 2516)
 pseudo-device  sl                      # Serial Line IP



Home | Main Index | Thread Index | Old Index