chiark / gitweb /
networkd: introduce gretap
[elogind.git] / src / network / networkd-network.c
index b82452640ac454037f7aa0cf4c18192fb74fb7aa..2b555efd5c200eb988b12230531dea2156164729 100644 (file)
@@ -452,6 +452,7 @@ int config_parse_tunnel(const char *unit,
         if (netdev->kind != NETDEV_KIND_IPIP &&
             netdev->kind != NETDEV_KIND_SIT &&
             netdev->kind != NETDEV_KIND_GRE &&
+            netdev->kind != NETDEV_KIND_GRETAP &&
             netdev->kind != NETDEV_KIND_VTI) {
                 log_syntax(unit, LOG_ERR, filename, line, EINVAL,
                            "NetDev is not a tunnel, ignoring assignment: %s", rvalue);