Thread (8 messages) 8 messages, 3 authors, 2014-09-02
STALE4290d

[PATCH net-next 3/5] ipv6: silence tunnel loading messages

From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2014-08-29 07:10:34

Chatter on boot is not necessary, change it to debug.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>

--- a/net/ipv6/ip6_gre.c	2014-08-25 15:06:29.711056058 -0700
+++ b/net/ipv6/ip6_gre.c	2014-08-25 15:06:29.707056037 -0700
@@ -1678,7 +1678,7 @@ static int __init ip6gre_init(void)
 {
 	int err;
 
-	pr_info("GRE over IPv6 tunneling driver\n");
+	pr_debug("GRE over IPv6 tunneling driver\n");
 
 	err = register_pernet_device(&ip6gre_net_ops);
 	if (err < 0)
--- a/net/ipv6/mip6.c	2014-08-25 15:06:29.711056058 -0700
+++ b/net/ipv6/mip6.c	2014-08-25 15:06:29.707056037 -0700
@@ -482,7 +482,7 @@ static const struct xfrm_type mip6_rthdr
 
 static int __init mip6_init(void)
 {
-	pr_info("Mobile IPv6\n");
+	pr_debug("Mobile IPv6\n");
 
 	if (xfrm_register_type(&mip6_destopt_type, AF_INET6) < 0) {
 		pr_info("%s: can't add xfrm type(destopt)\n", __func__);
--- a/net/ipv6/sit.c	2014-08-25 15:06:29.711056058 -0700
+++ b/net/ipv6/sit.c	2014-08-25 15:06:29.707056037 -0700
@@ -1796,7 +1796,7 @@ static int __init sit_init(void)
 {
 	int err;
 
-	pr_info("IPv6 over IPv4 tunneling driver\n");
+	pr_debug("IPv6 over IPv4 tunneling driver\n");
 
 	err = register_pernet_device(&sit_net_ops);
 	if (err < 0)
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help