mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-24 11:00:28 +01:00
* introspection/Makefile.am introspection/nm-device.xml introspection/nm-dhcp4-config.xml - Add bits for the DHCP4Config property of the device, and the DHCP4Config itself * src/nm-device-interface.c src/nm-device-interface.h - Add the DHCP4Config property * src/nm-device.c - Keep track of DHCP4 options via a new DHCP4Config property and notify D-Bus clients when it changes * src/nm-dhcp4-config.c src/nm-dhcp4-config.h - Simple object to store DHCP4 options, export them over D-Bus, and notify when they change * src/dhcp-manager/nm-dhcp-manager.c src/dhcp-manager/nm-dhcp-manager.h - (nm_dhcp_manager_set_dhcp4_config, copy_dhcp4_config_option): copy and filter server-returned DHCP options into an NMDHCP4Config object git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3829 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
20 lines
459 B
Makefile
20 lines
459 B
Makefile
EXTRA_DIST = \
|
|
nm-access-point.xml \
|
|
nm-device-wifi.xml \
|
|
nm-device-ethernet.xml \
|
|
nm-device-cdma.xml \
|
|
nm-device-gsm.xml \
|
|
nm-device-serial.xml \
|
|
nm-device.xml \
|
|
nm-ip4-config.xml \
|
|
nm-manager.xml \
|
|
nm-manager-client.xml \
|
|
nm-settings.xml \
|
|
nm-settings-system.xml \
|
|
nm-exported-connection.xml \
|
|
nm-vpn-plugin.xml \
|
|
nm-vpn-connection.xml \
|
|
nm-ppp-manager.xml \
|
|
nm-active-connection.xml \
|
|
nm-dhcp4-config.xml
|
|
|