diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-08-12 01:41:42 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-08-12 01:54:40 +0200 |
commit | ee8c45689526ca973407cbb77bce7b96a062c40b (patch) | |
tree | 789e44a352ce3a0a5a88af6339117e8deaff0950 /src/shared/.gitignore | |
parent | 1cb5d1f31909c731d93568eb4838cb86e033d783 (diff) |
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.
Diffstat (limited to 'src/shared/.gitignore')
-rw-r--r-- | src/shared/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/shared/.gitignore b/src/shared/.gitignore index 9f4ec9f9c6..61709e8da1 100644 --- a/src/shared/.gitignore +++ b/src/shared/.gitignore @@ -6,3 +6,7 @@ /af-from-name.h /af-list.txt /af-to-name.h +/arphrd-from-name.gperf +/arphrd-from-name.h +/arphrd-list.txt +/arphrd-to-name.h |