diff options
author | Tom Gundersen <teg@jklm.no> | 2014-07-01 11:27:24 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-07-01 12:55:05 +0200 |
commit | 1a941ac4b690cb3f4333e35f4a5036fe6fd50ff9 (patch) | |
tree | 387147e2b6d6306f0f9bfbaa31263039998508ca /TODO | |
parent | afc3f9cb24d1e0ee01dc5841fa4c215e697548de (diff) |
networkd: link - ignore missing MAC address
Currently DHCP/IPv4LL only works on ethernet devices, but no reason not to otherwise
manage them.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -615,13 +615,11 @@ Features: - add reduced [Link] support to .network files - add Scope= parsing option for [Network] - properly handle routerless dhcp leases - - set lifetime on the address acquired from dhcp - - patch kernel to support module alias for tunnel device (ipip/sit/gre), - then remove remove libkmod dependency and CAP_SYS_MODULE - add veth netdev support (c.f. http://shorewall.net/bridge-Shorewall-perl.html#veth) - add tun/tap netdev support - add more attribute support for SIT tunnel - make metric of routes configurable + - work with non-ethernet devices * networkd-wait-online: - make operstates to wait for configurable? |