summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2014-07-01 11:27:24 +0200
committerTom Gundersen <teg@jklm.no>2014-07-01 12:55:05 +0200
commit1a941ac4b690cb3f4333e35f4a5036fe6fd50ff9 (patch)
tree387147e2b6d6306f0f9bfbaa31263039998508ca /TODO
parentafc3f9cb24d1e0ee01dc5841fa4c215e697548de (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--TODO4
1 files changed, 1 insertions, 3 deletions
diff --git a/TODO b/TODO
index 66bf6f054..375d129c5 100644
--- a/TODO
+++ b/TODO
@@ -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?