diff options
Diffstat (limited to 'arch/um/Kconfig.net')
-rw-r--r-- | arch/um/Kconfig.net | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/um/Kconfig.net b/arch/um/Kconfig.net index 14a04ebdeae9..66e50026ade9 100644 --- a/arch/um/Kconfig.net +++ b/arch/um/Kconfig.net | |||
@@ -108,6 +108,28 @@ config UML_NET_DAEMON | |||
108 | more than one without conflict. If you don't need UML networking, | 108 | more than one without conflict. If you don't need UML networking, |
109 | say N. | 109 | say N. |
110 | 110 | ||
111 | config UML_NET_VDE | ||
112 | bool "VDE transport" | ||
113 | depends on UML_NET | ||
114 | help | ||
115 | This User-Mode Linux network transport allows one or more running | ||
116 | UMLs on a single host to communicate with each other and also | ||
117 | with the rest of the world using Virtual Distributed Ethernet, | ||
118 | an improved fork of uml_switch. | ||
119 | |||
120 | You must have libvdeplug installed in order to build the vde | ||
121 | transport into UML. | ||
122 | |||
123 | To use this form of networking, you will need to run vde_switch | ||
124 | on the host. | ||
125 | |||
126 | For more information, see <http://wiki.virtualsquare.org/> | ||
127 | That site has a good overview of what VDE is and also examples | ||
128 | of the UML command line to use to enable VDE networking. | ||
129 | |||
130 | If you need UML networking with VDE, | ||
131 | say Y. | ||
132 | |||
111 | config UML_NET_MCAST | 133 | config UML_NET_MCAST |
112 | bool "Multicast transport" | 134 | bool "Multicast transport" |
113 | depends on UML_NET | 135 | depends on UML_NET |