Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/net/lib/libnetmpls finish ifmpls->mpls renaming.



details:   https://anonhg.NetBSD.org/src/rev/0c6b257f4c34
branches:  trunk
changeset: 817089:0c6b257f4c34
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Aug 07 17:42:18 2016 +0000

description:
finish ifmpls->mpls renaming.

diffstat:

 sys/rump/net/lib/libnetmpls/NETMPLS.ioconf      |  4 ++--
 sys/rump/net/lib/libnetmpls/netmpls_component.c |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (38 lines):

diff -r 38b116661f4c -r 0c6b257f4c34 sys/rump/net/lib/libnetmpls/NETMPLS.ioconf
--- a/sys/rump/net/lib/libnetmpls/NETMPLS.ioconf        Sun Aug 07 17:38:33 2016 +0000
+++ b/sys/rump/net/lib/libnetmpls/NETMPLS.ioconf        Sun Aug 07 17:42:18 2016 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: NETMPLS.ioconf,v 1.1 2015/08/20 12:20:09 christos Exp $
+#      $NetBSD: NETMPLS.ioconf,v 1.2 2016/08/07 17:42:18 christos Exp $
 
 ioconf         netmpls
 
 include                "conf/files"
 
-pseudo-device   ifmpls
+pseudo-device   mpls
diff -r 38b116661f4c -r 0c6b257f4c34 sys/rump/net/lib/libnetmpls/netmpls_component.c
--- a/sys/rump/net/lib/libnetmpls/netmpls_component.c   Sun Aug 07 17:38:33 2016 +0000
+++ b/sys/rump/net/lib/libnetmpls/netmpls_component.c   Sun Aug 07 17:42:18 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netmpls_component.c,v 1.4 2016/01/26 23:12:19 pooka Exp $ */
+/* $NetBSD: netmpls_component.c,v 1.5 2016/08/07 17:42:18 christos Exp $ */
 
 /*
  * Copyright (c) 2009 Antti Kantee.  All Rights Reserved.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netmpls_component.c,v 1.4 2016/01/26 23:12:19 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netmpls_component.c,v 1.5 2016/08/07 17:42:18 christos Exp $");
 
 #include <sys/param.h>
 #include <sys/domain.h>
@@ -60,5 +60,5 @@
 RUMP_COMPONENT(RUMP_COMPONENT_NET_IF)
 {
 
-       ifmplsattach(0);
+       mplsattach(0);
 }



Home | Main Index | Thread Index | Old Index