Re: supporting ipv6 [miniPATCH]



On Wed, 2004-11-10 at 23:44 +0100, j bootlab org wrote:
> 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

Committed, thanks.

Dan






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]