summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2012-05-27 10:10:00 +0200
committersmos <seth.mos@dds.nl>2012-05-27 10:11:01 +0200
commit8fe0f2d3a38fef62a5595e22567e72c17b099f5e (patch)
treec1cfa8a5c45fba8499d3daaac480ec90d27895f7 /etc/inc/interfaces.inc
parentb20a5cdb2e64b7a8d00cce2ea3852a3495393e95 (diff)
downloadpfsense-8fe0f2d3a38fef62a5595e22567e72c17b099f5e.zip
pfsense-8fe0f2d3a38fef62a5595e22567e72c17b099f5e.tar.gz
Do not add link-local address on carp interface manually. It causes them to go double master.
Redmine ticket #2278
Diffstat (limited to 'etc/inc/interfaces.inc')
-rw-r--r--etc/inc/interfaces.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 2a078d2..00e8c6a 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -2062,9 +2062,6 @@ function interface_carp_configure(&$vip) {
if(is_ipaddrv6($vip['subnet'])) {
$broadcast_address = gen_subnet_max($vip['subnet'], $vip['subnet_bits']);
mwexec("/sbin/ifconfig {$vipif} inet6 {$vip['subnet']} prefixlen {$vip['subnet_bits']} vhid {$vip['vhid']} advskew {$vip['advskew']} {$advbase} {$password}");
- /* make sure to add a link local address too */
- $linklocal = generate_ipv6_from_mac(get_interface_mac($vipif));
- mwexec("/sbin/ifconfig {$vipif} inet6 {$linklocal} vhid {$vip['vhid']} advskew {$vip['advskew']} {$advbase} {$password}");
}
interfaces_bring_up($vipif);
OpenPOWER on IntegriCloud