Project

General

Profile

« Previous | Next » 

Revision 52b5a223

Added by Renato Botelho over 10 years ago

When radvd is configured on a CARP interface, enable it when it is MASTER and disable when go to BACKUP. It should fix #4252

View differences:

etc/inc/services.inc
97 97

  
98 98
		if (strstr($dhcpv6if, "_vip")) {
99 99
			// CARP IP, find parent
100
			if (get_carp_interface_status($dhcpv6if) != "MASTER")
101
				continue;
100 102
			$ifparent = link_carp_interface_to_parent($dhcpv6if);
101 103
			$realif = convert_friendly_interface_to_real_interface_name($ifparent);
102 104
		} else {

Also available in: Unified diff