Analyse et explore linux
Component UML_NET_SLIRP

Component Type: kbuild config

Description: SLiRP transport (obsolete)

More info: The SLiRP User-Mode Linux network transport allows a running UML to network by invoking a program that can handle SLIP encapsulated packets. This is commonly (but not limited to) the application known as SLiRP, a program that can re-socket IP packets back onto he host on which it is run. Only IP packets are supported, unlike other network transports that can handle all Ethernet frames. In general, slirp allows the UML the same IP connectivity to the outside world that the host user is permitted, and unlike other transports, SLiRP works without the need of root level privileges, setuid binaries, or SLIP devices on the host. This also means not every type of connection is possible, but most situations can be accommodated with carefully crafted slirp commands that can be passed along as part of the network device's setup string. The effect of this transport on the UML is similar that of a host behind a firewall that masquerades all network connections passing through it (but is less secure). NOTE: THIS TRANSPORT IS DEPRECATED AND WILL BE REMOVED SOON!!! Please migrate to UML_NET_VECTOR. If unsure, say N. Startup example: "eth0=slirp,FE:FD:01:02:03:04,/usr/local/bin/slirp"

Build project: Kconfig (Linux kconfig) (Path: arch\um\drivers\Kconfig )

Other views: file explorer

Generated by PFA software prototype