Commit 6a9a0250 authored by Rusty Russell's avatar Rusty Russell Committed by David S. Miller

[VETH]: Clarify "virtual ethernet device" to "virtual ethernet pair device".

It'd also be nice to mention "containers" somewhere in the help text
(I'm assuming that's what it's for?).
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 44656ba1
...@@ -136,10 +136,11 @@ config TUN ...@@ -136,10 +136,11 @@ config TUN
If you don't know what to use this for, you don't need it. If you don't know what to use this for, you don't need it.
config VETH config VETH
tristate "Virtual ethernet device" tristate "Virtual ethernet pair device"
---help--- ---help---
The device is an ethernet tunnel. Devices are created in pairs. When This device is a local ethernet tunnel. Devices are created in pairs.
one end receives the packet it appears on its pair and vice versa. When one end receives the packet it appears on its pair and vice
versa.
config NET_SB1000 config NET_SB1000
tristate "General Instruments Surfboard 1000" tristate "General Instruments Surfboard 1000"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment