Project

General

Profile

« Previous | Next » 

Revision 6387590f

Added by Ermal LUÇI over 12 years ago

Actually do restart radvd and dhcp6d on all track6 interfaces

View differences:

etc/inc/interfaces.inc
2999 2999
			break;
3000 3000
	}
3001 3001

  
3002
	if (!function_exists('services_dhcpdv6_configure'))
3003
		require_once("services.inc");
3004

  
3005
	services_dhcpdv6_configure();
3006
	services_radvd_configure();
3007

  
3002 3008
	return 0;
3003 3009
}
3004 3010

  
......
3159 3165
		}
3160 3166
	}
3161 3167

  
3162
	if (!function_exists('services_dhcpdv6_configure'))
3163
		require_once("services.inc");
3164

  
3165
	services_dhcpdv6_configure();
3166
	services_radvd_configure();
3167

  
3168 3168
	return 0;
3169 3169
}
3170 3170

  

Also available in: Unified diff