FS#48548 - [systemd] Tunnels not working in systemd-networkd

Attached to Project: Arch Linux
Opened by Vladimir Panteleev (CyberShadow) - Saturday, 12 March 2016, 18:31 GMT
Last edited by Dave Reisner (falconindy) - Sunday, 12 June 2016, 18:50 GMT
Task Type Bug Report
Category Upstream Bugs
Status Closed
Assigned To Thomas Bächler (brain0)
Dave Reisner (falconindy)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Hi,

systemd-229 has a regression[1] which prevents the ArchWiki instructions[2] for setting up an IPv6 tunnel from working.

I think the fix[3] should be cherry-picked.

[1]: https://github.com/systemd/systemd/issues/2655
[2]: https://wiki.archlinux.org/index.php/IPv6_tunnel_broker_setup#systemd-networkd
[3]: https://github.com/systemd/systemd/pull/2692

diff --git a/systemd/trunk/PKGBUILD b/systemd/trunk/PKGBUILD
index 2c8b203..3e630b5 100644
--- a/systemd/trunk/PKGBUILD
+++ b/systemd/trunk/PKGBUILD
@@ -42,6 +42,9 @@ prepare() {
# revert "core: resolve specifier in config_parse_exec()"
git cherry-pick -n bd1b973fb326e9b7587494fd6108e5ded46e9163

+ # networkd: tunnel fix tunnel address
+ git cherry-pick -n 07dcb085893a2fe212b7e158028725876d2ab98f
+
./autogen.sh
}

I've tested above patch and it does fix things for me.
This task depends upon

Closed by  Dave Reisner (falconindy)
Sunday, 12 June 2016, 18:50 GMT
Reason for closing:  Fixed
Additional comments about closing:  systemd v230

Loading...