Re: [systemd-devel] systemd-devel Digest, Vol 121, Issue 40

2020-05-28 Thread Gavin
thanks for your reply ! my system is ubuntu 18.0.4?? and the version of systemd I am compiling is systemd-245. -- Original -- From: "systemd-devel-request"https://lists.freedesktop.org/mailman/listinfo/systemd-devel or, via email, send a message with subject o

[systemd-devel] Some issues about compiling systemd on linux

2020-05-28 Thread Gavin
Hello , I have a project that needs to use the journald module in systemd. My initial idea was to compile journald separately, but then I found that this would not work. So I started to try to compile systemd, but I encountered many problems during the compilation process, and now I have bee

[systemd-devel] [PATCH] networkd: route - allow routes without a gateway

2014-11-24 Thread Gavin Li
From: Gavin Li For IPv6, the kernel returns EINVAL if a route is added with the RTA_GATEWAY attribute set to in6addr_any (::). A route without a gateway is useful in some situations, such as layer 3 tunneling (sit, gre, etc.). This patch prevents the RTA_GATEWAY attribute from being added when

[systemd-devel] [PATCH] networkd: route - allow routes without a gateway

2014-11-24 Thread Gavin Li
For IPv6, the kernel returns EINVAL if a route is added with the RTA_GATEWAY attribute set to in6addr_any (::). A route without a gateway is useful in some situations, such as layer 3 tunneling (sit, gre, etc.). This patch prevents the RTA_GATEWAY attribute from being added when route.in_addr is i

[systemd-devel] [PATCH] networkd: route - allow routes without a gateway

2014-11-17 Thread Gavin Li
For IPv6, the kernel returns EINVAL if a route is added with the RTA_GATEWAY attribute set to in6addr_any (::). A route without a gateway is useful in some situations, such as layer 3 tunneling (sit, gre, etc.). This patch prevents the RTA_GATEWAY attribute from being added when route.in_addr is i