Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

netconsole: add IPv6 example in doc

Update the netconsole document as well.

Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Cong Wang <amwang@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Cong Wang and committed by
David S. Miller
7265a6bb b3d936f3

+6 -1
+6 -1
Documentation/networking/netconsole.txt
··· 1 1 2 2 started by Ingo Molnar <mingo@redhat.com>, 2001.09.17 3 3 2.6 port and netpoll api by Matt Mackall <mpm@selenic.com>, Sep 9 2003 4 + IPv6 support by Cong Wang <xiyou.wangcong@gmail.com>, Jan 1 2013 4 5 5 6 Please send bug reports to Matt Mackall <mpm@selenic.com> 6 - and Satyam Sharma <satyam.sharma@gmail.com> 7 + Satyam Sharma <satyam.sharma@gmail.com>, and Cong Wang <xiyou.wangcong@gmail.com> 7 8 8 9 Introduction: 9 10 ============= ··· 41 40 or 42 41 43 42 insmod netconsole netconsole=@/,@10.0.0.2/ 43 + 44 + or using IPv6 45 + 46 + insmod netconsole netconsole=@/,@fd00:1:2:3::1/ 44 47 45 48 It also supports logging to multiple remote agents by specifying 46 49 parameters for the multiple agents separated by semicolons and the