]> git.ipfire.org Git - thirdparty/systemd.git/commit - .gitignore
networkd: add minimal client tool "networkd" to query network status
authorLennart Poettering <lennart@poettering.net>
Mon, 11 Aug 2014 23:41:42 +0000 (01:41 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 11 Aug 2014 23:54:40 +0000 (01:54 +0200)
commitee8c45689526ca973407cbb77bce7b96a062c40b
tree789e44a352ce3a0a5a88af6339117e8deaff0950
parent1cb5d1f31909c731d93568eb4838cb86e033d783
networkd: add minimal client tool "networkd" to query network status

In the long run this should become a full fledged client to networkd
(but not before networkd learns bus support). For now, just pull
interesting data out of networkd, udev, and rtnl and present it to the
user, in a simple but useful output.
16 files changed:
.gitignore
Makefile.am
src/libsystemd/sd-bus/bus-util.c
src/libsystemd/sd-rtnl/local-addresses.c
src/libsystemd/sd-rtnl/local-addresses.h
src/libsystemd/sd-rtnl/rtnl-message.c
src/libsystemd/sd-rtnl/rtnl-util.c
src/libsystemd/sd-rtnl/rtnl-util.h
src/machine/machine-dbus.c
src/network/networkctl.c [new file with mode: 0644]
src/notify/notify.c
src/nss-myhostname/nss-myhostname.c
src/shared/.gitignore
src/shared/arphrd-list.c [new file with mode: 0644]
src/shared/arphrd-list.h [new file with mode: 0644]
src/systemd/sd-rtnl.h