• Home
  • Raw
  • Download

Lines Matching +full:default +full:- +full:tap

1 # SPDX-License-Identifier: GPL-2.0
7 default y
14 The User-Mode Linux environment allows you to create virtual serial
18 See <http://user-mode-linux.sourceforge.net/old/input.html> for more
44 lines to host pseudo-terminals. Access to both traditional
45 pseudo-terminals (/dev/pty*) and pts pseudo-terminals are controlled
55 (/dev/tty*) and the slave side of pseudo-terminals (/dev/ttyp* and
69 default !(XTERM_CHAN && TTY_CHAN && PTY_CHAN && PORT_CHAN && NULL_CHAN)
72 string "Default main console channel initialization"
73 default "fd:0,fd:1"
76 will be attached by default. This value can be overridden from the
77 command line. The default value is "fd:0,fd:1", which attaches the
82 string "Default console channel initialization"
83 default "xterm"
86 except the main console will be attached by default. This value can
87 be overridden from the command line. The default value is "xterm",
94 string "Default serial line channel initialization"
95 default "pty"
98 will be attached by default. This value can be overridden from the
99 command line. The default value is "pty", which attaches them to
100 traditional pseudo-terminals.
124 While the User-Mode port cannot directly talk to any physical
132 <http://user-mode-linux.sourceforge.net/old/networking.html>.
134 If you'd like to be able to enable networking in the User-Mode
143 The Ethertap User-Mode Linux network transport allows a single
147 While the UML believes it's on a (multi-device, broadcast) virtual
148 Ethernet network, it's in fact communicating over a point-to-point
156 <http://user-mode-linux.sourceforge.net/old/networking.html> That site
166 bool "TUN/TAP transport (obsolete)"
169 The UML TUN/TAP network transport allows a UML instance to exchange
170 packets with the host over a TUN/TAP device. This option will only
171 work with a 2.4 host, unless you've applied the TUN/TAP patch to
174 To use this transport, your host kernel must have support for TUN/TAP
175 devices, either built-in or as a module.
186 The slip User-Mode Linux network transport allows a running UML to
187 network with its host over a point-to-point link. Unlike Ethertap,
188 which can carry any Ethernet frame (and hence even non-IP packets),
194 <http://user-mode-linux.sourceforge.net/old/networking.html>.
207 This User-Mode Linux network transport allows one or more running
215 <http://user-mode-linux.sourceforge.net/old/networking.html> That site
229 This User-Mode Linux network driver uses multi-message send
232 This driver provides tap, raw, gre and l2tpv3 network transports
241 This User-Mode Linux network transport allows one or more running
265 This Multicast User-Mode Linux network transport allows multiple
275 <http://user-mode-linux.sourceforge.net/old/networking.html> That site
295 <http://user-mode-linux.sourceforge.net/old/networking.html> That site
307 The SLiRP User-Mode Linux network transport allows a running UML
310 known as SLiRP, a program that can re-socket IP packets back onto
338 drivers over vhost-user sockets.