[systemd-devel] [systemd-commits] 4 commits - man/systemd.network.xml network/80-container-host0.network network/80-container-ve.network src/libsystemd src/network
Tom Gundersen
teg at jklm.no
Mon Feb 9 13:03:45 PST 2015
On Mon, Feb 9, 2015 at 3:56 PM, Zbigniew Jędrzejewski-Szmek
<zbyszek at in.waw.pl> wrote:
> On Mon, Feb 09, 2015 at 03:20:35AM -0800, Tom Gundersen wrote:
>> man/systemd.network.xml | 8 +--
>> network/80-container-host0.network | 2
>> network/80-container-ve.network | 2
>> src/libsystemd/sd-rtnl/rtnl-types.c | 19 ++++---
>> src/network/networkd-ipv4ll.c | 2
>> src/network/networkd-link-bus.c | 15 +++++
>> src/network/networkd-link.c | 56 +++++++++++++++++++++-
>> src/network/networkd-link.h | 1
>> src/network/networkd-network-gperf.gperf | 4 +
>> src/network/networkd-network.c | 78 ++++++++++++++++++++++++++++++-
>> src/network/networkd.h | 14 +++++
>> 11 files changed, 179 insertions(+), 22 deletions(-)
>>
>> New commits:
>> commit c8f5edeab0b007081cf89aeb1d23d428382c2a4f
>> Author: Tom Gundersen <teg at jklm.no>
>> Date: Mon Feb 9 12:00:33 2015 +0100
>>
>> networkd: bus - switch to properly escaped object paths
>>
>> + if (sscanf(identifier, "%d", &ifindex) != 1)
>> return 0;
>
> This does not look right. If identifier is e.g. "123sadfasdf", then
> ifindex becomes 123.
Indeed. Fixed. Thanks!
Tom
More information about the systemd-devel
mailing list