summaryrefslogtreecommitdiff
path: root/man/systemd.netdev.xml
AgeCommit message (Collapse)Author
2014-07-03networkd: Introduce tun/tap deviceSusant Sahani
This patch introduces TUN/TAP device creation support to networkd. Example conf to create a tap device: file: tap.netdev ------------------ [NetDev] Name=tap-test Kind=tap [Tap] OneQueue=true MultiQueue=true PacketInfo=true User=sus Group=sus ------------------ Test: 1. output of ip link tap-test: tap pi one_queue UNKNOWN_FLAGS:900 user 1000 group 1000 id: uid=1000(sus) gid=10(wheel) groups=10(wheel),1000(sus) context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 Modifications: Added: 1. file networkd-tuntap.c 3. netdev kind NETDEV_KIND_TUN and NETDEV_KIND_TAP 2. Tun and Tap Sections and config params to parse conf and gperf conf parameters [tomegun: tweak the 'kind' checking for received ifindex]
2014-07-01networkd: netdev - add dummy supportTom Gundersen
2014-07-01man: bring systemd.netdev(5) up-to-dateTom Gundersen
Based on a diff by the mysterious 'poma'.
2014-06-27man: split systemd.network(5) and related into various sections for better ↵Lennart Poettering
readability
2014-03-17man: networkd - additional examples related to bridgingpoma
2014-02-25networkd: add basic support for MACVLANsTom Gundersen
2014-02-25man: split out systemd.net{work,dev}(5) from systemd-networkd(8)Tom Gundersen