KDE Community
networkmanager-qt: Add missing options for ipv4 setting
NetworkManagerQt is a Qt wrapper for NetworkManager DBus API. Every connection has a configuration consisting from few specific setting types.
Example: Wireless connection
- connection setting (general setting used by all connections)
- ipv4 setting
- ipv6 setting
- wireless setting
- wireless security setting
Your task is to implement missing ipv4 setting options. You can take inspiration from the rest of already implemented setting types. You also need to write a simple test for the setting you implemented to verify your work is correct.
Missing options:
- address-data
- dad-timeout
- dhcp-fqdn
- dns-options
- dns-priority
- route-data
Links: https://developer.gnome.org/NetworkManager/stable/settings-ipv4.html
Task tags
Students who completed this task
triplequantum