Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-03 | networkd: tuntap - default to no packet information | Tom Gundersen | |
Susant says: > ip tuntap turns this off by default. Let's follow ip(8) here as that should be the least surprising. | |||
2014-07-03 | networkd: tuntap - manpage fixes | Tom Gundersen | |
2014-07-03 | networkd: Introduce tun/tap device | Susant 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-01 | networkd: netdev - add dummy support | Tom Gundersen | |
2014-07-01 | man: bring systemd.netdev(5) up-to-date | Tom Gundersen | |
Based on a diff by the mysterious 'poma'. | |||
2014-06-27 | man: split systemd.network(5) and related into various sections for better ↵ | Lennart Poettering | |
readability | |||
2014-03-17 | man: networkd - additional examples related to bridging | poma | |
2014-02-25 | networkd: add basic support for MACVLANs | Tom Gundersen | |
2014-02-25 | man: split out systemd.net{work,dev}(5) from systemd-networkd(8) | Tom Gundersen | |