From 51f5b17de1b995e6acf089558989fd4e5091d6a6 Mon Sep 17 00:00:00 2001 From: mcbride <> Date: Tue, 27 Apr 2004 03:47:55 +0000 Subject: [PATCH] Fix typo in ifstated.conf. Reported by matthew zeier, then forgotten... re-reported by Jan Filipovsky. --- src/etc/ifstated.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/ifstated.conf b/src/etc/ifstated.conf index 2ba071e9..d9da2b46 100644 --- a/src/etc/ifstated.conf +++ b/src/etc/ifstated.conf @@ -1,4 +1,4 @@ -# $OpenBSD: ifstated.conf,v 1.2 2004/03/17 23:58:27 mcbride Exp $ +# $OpenBSD: ifstated.conf,v 1.3 2004/04/27 03:47:55 mcbride Exp $ # This is a sample config for a pair of firewalls with two interfaces # # carp0 and carp1 have ip addresses on 192.168.3.0/24 and 192.168.6.0/24 @@ -7,7 +7,7 @@ # net.inet.carp.preempt must be enabled (set to 1) for this to work correctly. # Uncomment one of the following lines to force primary/backup status. -# init state primary +# init-state primary # init-state backup carp_up = "((carp0 link up) and (carp1 link up))"