Skip to content
  • Dan Williams's avatar
    2008-08-06 Dan Williams <dcbw@redhat.com> · 2c31b549
    Dan Williams authored
    	* libnm-glib/nm-ip4-config.c
    	  libnm-glib/nm-ip4-config.h
    		- Add 'routes' property
    
    	* libnm-util/nm-setting-vpn.c
    	  libnm-util/nm-setting-vpn.h
    		- Remove 'routes' property
    
    	* libnm-util/nm-setting-ip4-config.c
    	  libnm-util/nm-setting-ip4-config.h
    		- 'ignore-dhcp-dns' renamed to 'ignore-auto-dns'
    		- Add 'ignore-auto-routes' property
    		- 'routes' exposed over D-Bus is now an array of array of uint (4) to 
    			accomodate route metrics
    		- 'routes' exposed in C is now a list of NMSettingIP4Route structures
    
    	* libnm-util/nm-utils.c
    	  libnm-util/nm-utils.h
    		- Add helpers for marshalling IP4 routes
    
    	* src/NetworkManagerUtils.c
    		- (nm_utils_merge_ip4_config): handle property renames and new route
    			structure
    
    	* src/NetworkManagerSystem.c
    		- (nm_system_device_set_ip4_route, nm_system_device_set_from_ip4_config,
    		   nm_system_vpn_device_set_from_ip4_config): respect route metrics
    
    	* src/dhcp-manager/nm-dhcp-manager.c
    		- (nm_dhcp_manager_get_ip4_config): handle new route structure
    
    	* system-settings/plugins/ifcfg-fedora/reader.c
    	  system-settings/plugins/ifcfg-fedora/writer.c
    		- Handle routes separately from addresses now that routes have a different
    			format
    
    	* introspection/nm-ip4-config.xml
    	  src/nm-ip4-config.c
    	  src/nm-ip4-config.h
    		- Rename internal routing functions
    		- 'static-routes' renamed to 'routes'
    
    
    
    git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3898 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
    2c31b549