[systemd-devel] [PATCH v2] networkd: do not change kernel forwarding parameters when IPForwarding is unset

2015-05-15 Thread Nick Owens
In 5a8bcb674f71a20e95df55319b34c556638378ce, IPForwarding was introduced to set forwarding flags on interfaces in .network files. networkd sets forwarding options regardless of the previous setting, even if it was set by e.g. sysctl. This commit makes IPForwarding not change forwarding settings, so

[systemd-devel] [PATCH] networkd: do not change kernel forwarding parameters when IPForwarding is unset

2015-05-01 Thread Nick Owens
From: Nick Owens --- man/systemd.network.xml| 6 +++--- src/network/networkd-link.c| 24 src/network/networkd-network.c | 2 ++ src/network/networkd.h | 1 + 4 files changed, 18 insertions(+), 15 deletions(-) the following patch should address

Re: [systemd-devel] [PATCH] networkd: fix systemd-networkd-wait-online with multiple NICs

2015-04-21 Thread Nick Owens
hello tom, On Mon, Apr 20, 2015 at 2:32 PM, Tom Gundersen wrote: > On Fri, Apr 3, 2015 at 12:48 AM, Michael Marineau > wrote: >> On Thu, Apr 2, 2015 at 3:08 PM, Nick Owens wrote: >>> hi, sorry for the delay. >>> >>> from >>> http://www.freed

Re: [systemd-devel] [PATCH] network: allow domain names up to 255 characters

2015-04-13 Thread Nick Owens
sorry, "supercalifragilisticexpialidocioussupercalifragilisticexpialidocious" was a bad example. it would not be valid since it is longer than a label. On Sun, Apr 12, 2015 at 9:37 AM, Lennart Poettering wrote: > On Sun, 12.04.15 09:21, Nick Owens (misch...@offblast.org) wrote: >

Re: [systemd-devel] [PATCH] network: allow domain names up to 255 characters

2015-04-12 Thread Nick Owens
On Sun, Apr 12, 2015 at 6:35 AM, Lennart Poettering wrote: > On Fri, 10.04.15 13:03, Nick Owens (misch...@offblast.org) wrote: > >> From: mischief >> >> The maximum domain name size is larger than the maximum host name size. >> The smaller limit causes valid domain

[systemd-devel] [PATCH] network: allow domain names up to 255 characters

2015-04-10 Thread Nick Owens
From: mischief The maximum domain name size is larger than the maximum host name size. The smaller limit causes valid domains provided by DHCP or .network files to be silently ignored. --- src/libsystemd-network/sd-dhcp-lease.c | 2 +- src/network/networkd-network.c | 2 +- src/shared/

Re: [systemd-devel] [PATCH] networkd: fix systemd-networkd-wait-online with multiple NICs

2015-04-02 Thread Nick Owens
hi, sorry for the delay. from http://www.freedesktop.org/software/systemd/man/systemd-networkd-wait-online.service.html: "By default, it will wait for all links it is aware of and which are managed by systemd-networkd.service(8) to be fully configured or failed, *and for at least one link to gai