diff options
| author | Michael Biebl <biebl@debian.org> | 2022-02-14 19:23:28 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-02-14 19:23:28 +0100 |
| commit | 2f94dba7385fd0e0ef19a06eb4a2fcf6c43d7946 (patch) | |
| tree | e2222f5577115985dd52044d2991253403cdd952 /TODO | |
| parent | 88c227d90a6b7b388c5c85d72802a0ca8f05ed5c (diff) | |
New upstream version 1.35.91 upstream/1.35.91
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 24 |
1 files changed, 6 insertions, 18 deletions
diff --git a/TODO b/TODO index 0732bcc4..97b0df43 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,12 @@ So you're interested in hacking on NetworkManager? Here's some cool stuff you could do... + +* IPv6 Multihop Routes in Platform + +See src/libnm-platform/README.md + + * Use netlink API instead of ioctl based ethtool. NetworkManager uses ethtool API to set/obtain certain settings of network @@ -21,24 +27,6 @@ port authentication), enterprise Wi-Fi and MACSec. From the GUI and dialog desig possibly get inspired by nm-connection-editor. -* Add Azure support to nm-cloud-setup. - -Currently, nm-cloud-setup only works for EC2 (and only for IPv4). Add support for Azure -cloud. See for example SUSE's cloud-netconfig which supports Azure -(https://github.com/SUSE-Enceladus/cloud-netconfig, -https://www.suse.com/c/multi-nic-cloud-netconfig-ec2-azure/). Note that cloud-netconfig -is under an incompatible license, so be careful not to reuse any code. But that would -anyway be almost impossible, because one is written in bash and the other in C. - - -* Improve our gitlab-ci integration. - -Currently, our .gitlab-ci starts various base containers and first installs -the necessary dependencies. That takes time and consumes bandwidth, we should -instead use more suitable containers. We should instead use ci-templates from -https://gitlab.freedesktop.org/freedesktop/ci-templates. - - * Ethernet Network Auto-detection There are various methods we can use to autodetect which wired network connection |