NetworkManager/vpn-daemons/vpnc
Robert Love e79ccc1a10 2006-03-29 Robert Love <rml@novell.com>
Patch by Vinay R <rvinay@novell.com> and Robert Love <rml@novell.com>,
	to add support for per-route MSS and improve support for per-interface
	MTU:
	* src/NetworkManagerSystem.c: Modify nm_system_device_set_ip4_route to
	  optionally take an MSS parameter and set it for the given route.
	  Remove nm_system_device_set_ip4_route_with_iface.  Pass in the
	  NMIP4Config's stored MSS, if any.
	* src/nm-ip4-config.c: Add 'mtu' and 'mss' to NMIP4Config, representing
	  the interface's MTU and the route's MSS, respectively.  Add functions
	  nm_ip4_config_get_mtu, nm_ip4_config_set_mtu, nm_ip4_config_get_mss,
	  and nm_ip4_config_set_mss for retrieving and setting the MTU and the
	  MSS.
	* src/nm-ip4-config.h: Add prototypes for nm_ip4_config_get_mtu,
	  nm_ip4_config_set_mtu, nm_ip4_config_get_mss, and
	  nm_ip4_config_set_mss.
	* src/vpn-manager/nm-vpn-service.c: Modify to receive the MSS from the
	  VPN daemon.
	* src/backends/NetworkManager{Arch,Debian,Gentoo,RedHat,Slackware,SUSE}.c:
	  Change the retval of nm_system_get_mtu to guint32.
	* src/dhcp-manager/nm-dhcp-manager.c: Set the MTU on the new DHCP-given
	  NMIP4Config to the MTU provided by the system, if any.  TODO: If DHCP
	  servers can specify MTU's, we should set it here if the MTU was not
	  provided.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1660 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-03-29 19:26:53 +00:00
..
auth-dialog Make 'passwords' plural. 2006-02-02 21:46:25 +00:00
doc 2005-06-12 David Zeuthen <davidz@redhat.com> 2005-06-12 14:34:54 +00:00
po Update cvsignore 2006-03-06 00:23:22 +00:00
properties 2006-01-23 Robert Love <rml@novell.com> 2006-01-23 19:02:34 +00:00
src 2006-03-29 Robert Love <rml@novell.com> 2006-03-29 19:26:53 +00:00
.cvsignore 2005-08-16 Christopher Aillon <caillon@redhat.com> 2005-08-16 16:45:15 +00:00
acinclude.m4 2005-06-12 David Zeuthen <davidz@redhat.com> 2005-06-12 14:34:54 +00:00
AUTHORS 2005-06-12 David Zeuthen <davidz@redhat.com> 2005-06-12 14:34:54 +00:00
autogen.sh 2005-06-12 David Zeuthen <davidz@redhat.com> 2005-06-12 14:34:54 +00:00
ChangeLog 2006-03-29 Robert Love <rml@novell.com> 2006-03-29 19:26:53 +00:00
configure.in 2006-03-20 Dan Williams <dcbw@redhat.com> 2006-03-20 14:32:56 +00:00
gnome-mime-application-x-cisco-vpn-settings.png 2005-06-29 David Zeuthen <davidz@redhat.com> 2005-06-30 01:10:30 +00:00
Makefile.am 2005-08-16 Dan Williams <dcbw@redhat.com> 2005-08-16 17:27:48 +00:00
NEWS 2005-06-12 David Zeuthen <davidz@redhat.com> 2005-06-12 14:34:54 +00:00
nm-vpnc-service.conf 2005-06-12 David Zeuthen <davidz@redhat.com> 2005-06-12 14:34:54 +00:00
nm-vpnc-service.name.in 2005-06-12 David Zeuthen <davidz@redhat.com> 2005-06-12 14:34:54 +00:00
nm-vpnc.desktop.in 2006-03-08 Christopher Aillon <caillon@redhat.com> 2006-03-08 06:38:34 +00:00
README Forgot to add README 2005-06-12 14:42:15 +00:00