[patch] nm_system_vpn_device_unset_from_ip4_config - for ipsec vpn

2006-01-13 Thread T Sureshkumar
hey, The attached patch is to support ipsec based vpn daemons. The patch removes the assert to check for iface != NULL, in the ipsec case we don't have interface to route. This one fires up when we disconnect the ipsec based vpn service (novellvpn). is it time to think of a flag to

Re: [patch] nm_system_vpn_device_unset_from_ip4_config - for ipsec vpn

2006-01-13 Thread Robert Love
On Fri, 2006-01-13 at 11:58 -0700, T Sureshkumar wrote: hey, The attached patch is to support ipsec based vpn daemons. The patch removes the assert to check for iface != NULL, in the ipsec case we don't have interface to route. This one fires up when we disconnect the ipsec based vpn

Re: [patch] nm_system_vpn_device_unset_from_ip4_config - for ipsec vpn

2006-01-13 Thread Dan Williams
On Fri, 2006-01-13 at 11:58 -0700, T Sureshkumar wrote: hey, The attached patch is to support ipsec based vpn daemons. The patch removes the assert to check for iface != NULL, in the ipsec case we don't have interface to route. This one fires up when we disconnect the ipsec based vpn