From cda5801a743481fa449355179caba35e6c355afa Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 5 Jun 2024 07:48:03 +0200 Subject: [PATCH] interfaces: fix a typo --- src/etc/inc/interfaces.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/inc/interfaces.inc b/src/etc/inc/interfaces.inc index f9ffa5628..ca82cba72 100644 --- a/src/etc/inc/interfaces.inc +++ b/src/etc/inc/interfaces.inc @@ -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. */