[systemd-commits] 2 commits - src/network TODO
Tom Gundersen
tomegun at kemper.freedesktop.org
Sun Apr 27 15:07:27 PDT 2014
TODO | 3 +--
src/network/networkd-netdev.c | 2 ++
2 files changed, 3 insertions(+), 2 deletions(-)
New commits:
commit 1f0e0484742e5763e80b4f2c27667ecfea3d9aee
Author: Tom Gundersen <teg at jklm.no>
Date: Sun Apr 27 11:23:30 2014 +0200
TODO: network
diff --git a/TODO b/TODO
index 6ec9515..5f00191 100644
--- a/TODO
+++ b/TODO
@@ -678,7 +678,6 @@ Features:
* sd-rtnl:
- add support for more attribute types
- inbuilt piping support (essentially degenerate async)? see loopback-setup.c and other places
- - add support for multi-part messages (simply call the same callback repeatedly?)
* networkd:
- add more keys to [Route] and [Address] sections
@@ -690,7 +689,7 @@ Features:
- set lifetime on the address acquired from dhcp
* sd-network:
- - make sure ipv4ll and dhcp clients can handle changing mac addresses while running
+ - add veth netdev support (c.f. http://shorewall.net/bridge-Shorewall-perl.html#veth)
External:
commit 69ceb044c891579fa1f5556e0980a046ccef19d4
Author: Tom Gundersen <teg at jklm.no>
Date: Sun Apr 27 13:15:35 2014 +0200
networkd: netdev - log when loading a .netdev file
diff --git a/src/network/networkd-netdev.c b/src/network/networkd-netdev.c
index 72c6c92..a8a629b 100644
--- a/src/network/networkd-netdev.c
+++ b/src/network/networkd-netdev.c
@@ -502,6 +502,8 @@ static int netdev_load_one(Manager *manager, const char *filename) {
return r;
}
+ log_debug_netdev(netdev, "loaded %s", netdev_kind_to_string(netdev->kind));
+
netdev = NULL;
return 0;
More information about the systemd-commits
mailing list