Re: supporting ipv6 [miniPATCH]
- From: j bootlab org
- To: networkmanager-list gnome org
- Subject: Re: supporting ipv6 [miniPATCH]
- Date: Wed, 10 Nov 2004 23:44:53 +0100
ok, answering myself, but here a quick change that brings up
the ipv6 ip as configured by radvd on the router.
j
Index: NetworkManagerDevice.c
===================================================================
RCS file: /cvs/gnome/NetworkManager/src/NetworkManagerDevice.c,v
retrieving revision 1.60
diff -u -r1.60 NetworkManagerDevice.c
--- NetworkManagerDevice.c 8 Nov 2004 19:00:04 -0000 1.60
+++ NetworkManagerDevice.c 10 Nov 2004 22:35:55 -0000
@@ -1512,6 +1512,8 @@
if (nm_device_config_get_use_dhcp (dev))
{
+ nm_device_bring_down (dev);
+ nm_device_bring_up (dev);
if (nm_system_device_run_dhcp (dev))
success = TRUE;
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]