aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2011-08-15 13:33:28 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2011-08-15 13:33:28 +0000
commit1eefdc3bc588c6c529a2e2ddd66dd4155f2602a4 (patch)
tree6df4b9c475c4b5227058be927341bf7a1cc69c14 /share
parent7d5facea5999aa5b7d58e1dcde28665116d340d6 (diff)
downloadsrc-1eefdc3bc588c6c529a2e2ddd66dd4155f2602a4.tar.gz
src-1eefdc3bc588c6c529a2e2ddd66dd4155f2602a4.zip
Notes
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/carp.43
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man4/carp.4 b/share/man/man4/carp.4
index cbcd80041004..4064c6c684e5 100644
--- a/share/man/man4/carp.4
+++ b/share/man/man4/carp.4
@@ -282,7 +282,7 @@ notify 0 {
notify 0 {
match "system" "IFNET";
- match "type" "LINK_UP";
+ match "type" "LINK_DOWN";
match "subsystem" "carp*";
action "/root/carpcontrol.sh $type $subsystem";
};
@@ -291,6 +291,7 @@ notify 0 {
.Xr inet 4 ,
.Xr pfsync 4 ,
.Xr rc.conf 5 ,
+.Xr devd.conf 5 ,
.Xr ifconfig 8 ,
.Xr sysctl 8
.Sh HISTORY