diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2004-04-27 03:47:56 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2004-04-27 03:47:56 +0000 |
commit | a2e4e918360b7565774dfd3c1b70c1d7c12bea0e (patch) | |
tree | 7121606de8220a929746eb8903ca2aa18a4945cf /etc/ifstated.conf | |
parent | 1ec307e1cdc5996ae933d29428234eb34589e584 (diff) |
Fix typo in ifstated.conf. Reported by matthew zeier, then forgotten...
re-reported by Jan Filipovsky.
Diffstat (limited to 'etc/ifstated.conf')
-rw-r--r-- | etc/ifstated.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/ifstated.conf b/etc/ifstated.conf index 2ba071e914e..d9da2b46ca1 100644 --- a/etc/ifstated.conf +++ b/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))" |