summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2011-08-15 13:33:28 +0000
committerglebius <glebius@FreeBSD.org>2011-08-15 13:33:28 +0000
commit4d0a111492cab7d32f028c2021f1510e69789db5 (patch)
tree6df4b9c475c4b5227058be927341bf7a1cc69c14 /share
parent80a6b3c99881a709156baf30c39dbe4114cbcac3 (diff)
downloadFreeBSD-src-4d0a111492cab7d32f028c2021f1510e69789db5.zip
FreeBSD-src-4d0a111492cab7d32f028c2021f1510e69789db5.tar.gz
Fix a couple of issues in last commit.
Submitted by: maxim Approved by: re (kib)
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 cbcd800..4064c6c 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
OpenPOWER on IntegriCloud