Systemd/src/network
Susant Sahani abf446af60 networkd: introduce sit tunnel
This patch introduces sit tunnel support to networkd

Example conf:
file: sit.netdev

[NetDev]
Name=sit-tun
Kind=sit
MTUBytes=1480

[Tunnel]
Local=10.65.223.238
Remote=10.65.223.239

file: sit.network

[Match]
Name=em1

[Network]
Tunnel=sit-tun

[tomegun: rebased]
2014-05-19 22:50:23 +02:00
..
.gitignore resolved: add daemon to manage resolv.conf 2014-05-19 18:14:56 +02:00
Makefile networkd: add a basic network daemon 2013-11-09 23:41:17 +01:00
network-util.h libsystemd-network: move network-utils from src/shared 2014-03-21 21:54:37 +01:00
networkd-address.c networkd/sd-network: expose statically configured NTP servers 2014-05-19 18:42:14 +02:00
networkd-link.c networkd/sd-network: extend operational states 2014-05-19 20:44:21 +02:00
networkd-manager.c networkd/sd-network: extend operational states 2014-05-19 20:44:21 +02:00
networkd-netdev-gperf.gperf networkd: rename NetDev variable for consistency with Link 2014-05-15 18:15:21 +02:00
networkd-netdev.c networkd: fix typo 2014-05-16 14:52:02 +02:00
networkd-network-gperf.gperf networkd/sd-network: expose statically configured NTP servers 2014-05-19 18:42:14 +02:00
networkd-network.c networkd/sd-network: expose statically configured NTP servers 2014-05-19 18:42:14 +02:00
networkd-route.c networkd: rename Address and Route list fields 2014-05-16 14:52:02 +02:00
networkd-tunnel.c networkd: introduce sit tunnel 2014-05-19 22:50:23 +02:00
networkd-wait-online.c networkd-wait-online: wait for addresses to be configured 2014-05-19 22:00:35 +02:00
networkd-wait-online.h networkd-wait-online: flush monitor events after processing 2014-05-08 15:27:55 +02:00
networkd.c resolved: add daemon to manage resolv.conf 2014-05-19 18:14:56 +02:00
networkd.h networkd/sd-network: extend operational states 2014-05-19 20:44:21 +02:00
sd-network.c networkd/sd-network: expose statically configured NTP servers 2014-05-19 18:42:14 +02:00
test-network.c sd-dhcp-lease: move in_addr (de)serialization to shared network code 2014-05-19 18:14:56 +02:00