mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix a couple of issues in last commit.
Submitted by: maxim Approved by: re (kib)
This commit is contained in:
parent
7d5facea59
commit
1eefdc3bc5
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue