chiark / gitweb /
networkd: introduce sit tunnel
authorSusant Sahani <susant@redhat.com>
Thu, 15 May 2014 04:16:40 +0000 (09:46 +0530)
committerTom Gundersen <teg@jklm.no>
Mon, 19 May 2014 20:50:23 +0000 (22:50 +0200)
commitabf446af60bf1508c8093c5a0a6e4bf10365afb4
tree2ffd14735fa0b8c315d18436883e9c4243357a8d
parent473dfd7bd5a74b4724818ab8a764c072335fd510
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]
src/network/networkd-tunnel.c