diff options
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/networking/netconsole.txt | 6 |
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 | ||
37 | It also supports logging to multiple remote agents by specifying | ||
38 | parameters for the multiple agents separated by semicolons and the | ||
39 | complete string enclosed in "quotes", thusly: | ||
40 | |||
41 | modprobe netconsole netconsole="@/,@10.0.0.2/;@/eth1,6892@10.0.0.3/" | ||
42 | |||
37 | Built-in netconsole starts immediately after the TCP stack is | 43 | Built-in netconsole starts immediately after the TCP stack is |
38 | initialized and attempts to bring up the supplied dev at the supplied | 44 | initialized and attempts to bring up the supplied dev at the supplied |
39 | address. | 45 | address. |