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 more loopinit();
details: https://anonhg.NetBSD.org/src/rev/924dcc9fd693
branches: trunk
changeset: 347073:924dcc9fd693
user: christos <christos%NetBSD.org@localhost>
date: Fri Aug 12 11:43:04 2016 +0000
description:
more loopinit();
diffstat:
sys/rump/net/lib/libnetinet/netinet_component.c | 5 +++--
sys/rump/net/lib/libnetinet6/netinet6_component.c | 6 ++++--
2 files changed, 7 insertions(+), 4 deletions(-)
diffs (53 lines):
diff -r e049b6fa7b59 -r 924dcc9fd693 sys/rump/net/lib/libnetinet/netinet_component.c
--- a/sys/rump/net/lib/libnetinet/netinet_component.c Fri Aug 12 09:26:35 2016 +0000
+++ b/sys/rump/net/lib/libnetinet/netinet_component.c Fri Aug 12 11:43:04 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netinet_component.c,v 1.5 2016/01/26 23:12:19 pooka Exp $ */
+/* $NetBSD: netinet_component.c,v 1.6 2016/08/12 11:43:04 christos Exp $ */
/*
* Copyright (c) 2009 Antti Kantee. All Rights Reserved.
@@ -28,7 +28,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netinet_component.c,v 1.5 2016/01/26 23:12:19 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netinet_component.c,v 1.6 2016/08/12 11:43:04 christos Exp $");
#include <sys/param.h>
#include <sys/domain.h>
@@ -54,6 +54,7 @@
domain_attach(&arpdomain);
domain_attach(&inetdomain);
+ loopinit();
carpattach(1);
rump_netisr_register(NETISR_ARP, arpintr);
diff -r e049b6fa7b59 -r 924dcc9fd693 sys/rump/net/lib/libnetinet6/netinet6_component.c
--- a/sys/rump/net/lib/libnetinet6/netinet6_component.c Fri Aug 12 09:26:35 2016 +0000
+++ b/sys/rump/net/lib/libnetinet6/netinet6_component.c Fri Aug 12 11:43:04 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netinet6_component.c,v 1.4 2016/01/26 23:12:19 pooka Exp $ */
+/* $NetBSD: netinet6_component.c,v 1.5 2016/08/12 11:43:04 christos Exp $ */
/*
* Copyright (c) 2013 Antti Kantee. All Rights Reserved.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netinet6_component.c,v 1.4 2016/01/26 23:12:19 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netinet6_component.c,v 1.5 2016/08/12 11:43:04 christos Exp $");
#include <sys/param.h>
#include <sys/domain.h>
@@ -48,6 +48,8 @@
extern struct domain inet6domain;
domain_attach(&inet6domain);
+
+ loopinit();
}
RUMP_COMPONENT(RUMP_COMPONENT_NET_IFCFG)
Home |
Main Index |
Thread Index |
Old Index