@@ -251,37 +251,37 @@ config UML_NET_VECTOR
251
251
depends on UML_NET
252
252
select MAY_HAVE_RUNTIME_DEPS
253
253
help
254
- This User-Mode Linux network driver uses multi-message send
255
- and receive functions. The host running the UML guest must have
256
- a linux kernel version above 3.0 and a libc version > 2.13.
257
- This driver provides tap, raw, gre and l2tpv3 network transports
258
- with up to 4 times higher network throughput than the UML network
259
- drivers.
254
+ This User-Mode Linux network driver uses multi-message send
255
+ and receive functions. The host running the UML guest must have
256
+ a linux kernel version above 3.0 and a libc version > 2.13.
257
+ This driver provides tap, raw, gre and l2tpv3 network transports
258
+ with up to 4 times higher network throughput than the UML network
259
+ drivers.
260
260
261
261
config UML_NET_VDE
262
262
bool "VDE transport (obsolete)"
263
263
depends on UML_NET
264
264
select MAY_HAVE_RUNTIME_DEPS
265
265
help
266
- This User-Mode Linux network transport allows one or more running
267
- UMLs on a single host to communicate with each other and also
268
- with the rest of the world using Virtual Distributed Ethernet,
269
- an improved fork of uml_switch.
266
+ This User-Mode Linux network transport allows one or more running
267
+ UMLs on a single host to communicate with each other and also
268
+ with the rest of the world using Virtual Distributed Ethernet,
269
+ an improved fork of uml_switch.
270
270
271
- You must have libvdeplug installed in order to build the vde
272
- transport into UML.
271
+ You must have libvdeplug installed in order to build the vde
272
+ transport into UML.
273
273
274
- To use this form of networking, you will need to run vde_switch
275
- on the host.
274
+ To use this form of networking, you will need to run vde_switch
275
+ on the host.
276
276
277
- For more information, see <http://wiki.virtualsquare.org/>
278
- That site has a good overview of what VDE is and also examples
279
- of the UML command line to use to enable VDE networking.
277
+ For more information, see <http://wiki.virtualsquare.org/>
278
+ That site has a good overview of what VDE is and also examples
279
+ of the UML command line to use to enable VDE networking.
280
280
281
- NOTE: THIS TRANSPORT IS DEPRECATED AND WILL BE REMOVED SOON!!! Please
282
- migrate to UML_NET_VECTOR.
281
+ NOTE: THIS TRANSPORT IS DEPRECATED AND WILL BE REMOVED SOON!!! Please
282
+ migrate to UML_NET_VECTOR.
283
283
284
- If unsure, say N.
284
+ If unsure, say N.
285
285
286
286
config UML_NET_MCAST
287
287
bool "Multicast transport (obsolete)"
@@ -311,19 +311,19 @@ config UML_NET_PCAP
311
311
depends on UML_NET
312
312
select MAY_HAVE_RUNTIME_DEPS
313
313
help
314
- The pcap transport makes a pcap packet stream on the host look
315
- like an ethernet device inside UML. This is useful for making
316
- UML act as a network monitor for the host. You must have libcap
317
- installed in order to build the pcap transport into UML.
314
+ The pcap transport makes a pcap packet stream on the host look
315
+ like an ethernet device inside UML. This is useful for making
316
+ UML act as a network monitor for the host. You must have libcap
317
+ installed in order to build the pcap transport into UML.
318
318
319
319
For more information, see
320
320
<http://user-mode-linux.sourceforge.net/old/networking.html> That site
321
321
has examples of the UML command line to use to enable this option.
322
322
323
- NOTE: THIS TRANSPORT IS DEPRECATED AND WILL BE REMOVED SOON!!! Please
324
- migrate to UML_NET_VECTOR.
323
+ NOTE: THIS TRANSPORT IS DEPRECATED AND WILL BE REMOVED SOON!!! Please
324
+ migrate to UML_NET_VECTOR.
325
325
326
- If unsure, say N.
326
+ If unsure, say N.
327
327
328
328
config UML_NET_SLIRP
329
329
bool "SLiRP transport (obsolete)"
0 commit comments