interfaces: fix a typo

This commit is contained in:
Franco Fichtner 2024-06-05 07:48:03 +02:00
parent 51d75b6302
commit cda5801a74

View File

@ -1464,7 +1464,7 @@ function interface_carp_configure($vip)
mwexec("/sbin/ifconfig {$realif} inet6 " . escapeshellarg($vip['subnet']) . " prefixlen " . escapeshellarg($vip['subnet_bits']) . " alias vhid " . escapeshellarg($vip['vhid']));
}
/**
* XXX this is pretty flacky.
* XXX this is pretty flaky.
* If we configure peer[6] during setup, values won't stick, they appear to be flushed when
* the initial address is set.
*/