From 948ee274dab54c28620d773411d1562628d4df40 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Tue, 9 Dec 2008 20:01:49 +0000 Subject: 2008-12-09 Dan Williams * libnm-util/libnm-util.ver libnm-util/nm-setting-ip4-config.c libnm-util/nm-setting-ip4-config.h - Add 'never-default' property, which when true indicates that a connection should never be the default connection * src/nm-ip4-config.c src/nm-ip4-config.h - (nm_ip4_config_get_never_default, nm_ip4_config_set_never_default): Add never-default helpers * src/NetworkManagerUtils.c - (nm_utils_merge_ip4_config): update never-default when merging the IP4 setting to the IP4 config * src/NetworkManagerSystem.c - (nm_system_apply_ip4_config): if the connection is never-default, don't add routes without a gateway * src/NetworkManagerPolicy.c - (get_best_device): don't let never-default connections be the best - (update_routing_and_dns): handle never-default for VPN connections * system-settings/plugins/ifcfg-rh/reader.c - (make_ip4_setting): handle never-default by checking GATEWAYDEV git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/branches/NETWORKMANAGER_0_7@4378 4912f4e0-d625-0410-9fb7-b9a5a253dbdc --- ChangeLog | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 57869c09af..1d4644a667 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +2008-12-09 Dan Williams + + * libnm-util/libnm-util.ver + libnm-util/nm-setting-ip4-config.c + libnm-util/nm-setting-ip4-config.h + - Add 'never-default' property, which when true indicates that a + connection should never be the default connection + + * src/nm-ip4-config.c + src/nm-ip4-config.h + - (nm_ip4_config_get_never_default, nm_ip4_config_set_never_default): + Add never-default helpers + + * src/NetworkManagerUtils.c + - (nm_utils_merge_ip4_config): update never-default when merging the + IP4 setting to the IP4 config + + * src/NetworkManagerSystem.c + - (nm_system_apply_ip4_config): if the connection is never-default, + don't add routes without a gateway + + * src/NetworkManagerPolicy.c + - (get_best_device): don't let never-default connections be the best + - (update_routing_and_dns): handle never-default for VPN connections + + * system-settings/plugins/ifcfg-rh/reader.c + - (make_ip4_setting): handle never-default by checking GATEWAYDEV + 2008-12-08 Dan Williams * src/vpn-manager/nm-vpn-connection.c -- cgit v1.2.1