lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <20121025.032442.2136601106266101183.davem@davemloft.net> Date: Thu, 25 Oct 2012 03:24:42 -0400 (EDT) From: David Miller <davem@...emloft.net> To: Claudio.Fontana@...wei.com Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH] net/ipv4/ipconfig: add device address to a KERN_INFO message From: Claudio Fontana <Claudio.Fontana@...wei.com> Date: Thu, 25 Oct 2012 09:13:49 +0200 > - pr_info(" device=%s, addr=%pI4, mask=%pI4, gw=%pI4\n", > - ic_dev->name, &ic_myaddr, &ic_netmask, &ic_gateway); > + > + pr_info(" device=%s, hwaddr=%*phC, ipaddr=%pI4, mask=%pI4, > gw=%pI4\n", > + ic_dev->name, ic_dev->addr_len, ic_dev->dev_addr, > + &ic_myaddr, &ic_netmask, &ic_gateway); Either you or your email client have destroyed the indentation of these statements. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists