aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking/netconsole.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/networking/netconsole.txt')
-rw-r--r--Documentation/networking/netconsole.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/networking/netconsole.txt b/Documentation/networking/netconsole.txt
index 5962f45815a2..1aaa7383e41d 100644
--- a/Documentation/networking/netconsole.txt
+++ b/Documentation/networking/netconsole.txt
@@ -34,6 +34,12 @@ Examples:
34 34
35 insmod netconsole netconsole=@/,@10.0.0.2/ 35 insmod netconsole netconsole=@/,@10.0.0.2/
36 36
37It also supports logging to multiple remote agents by specifying
38parameters for the multiple agents separated by semicolons and the
39complete string enclosed in "quotes", thusly:
40
41 modprobe netconsole netconsole="@/,@10.0.0.2/;@/eth1,6892@10.0.0.3/"
42
37Built-in netconsole starts immediately after the TCP stack is 43Built-in netconsole starts immediately after the TCP stack is
38initialized and attempts to bring up the supplied dev at the supplied 44initialized and attempts to bring up the supplied dev at the supplied
39address. 45address.