mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
FRR: hook carp_event_handler logging to standard sysog handler for https://github.com/opnsense/plugins/issues/2091
This commit is contained in:
committed by
Ad Schellevis
parent
f29d8ddf0b
commit
1965e01971
@@ -2,5 +2,5 @@
|
||||
# Local syslog-ng configuration filter definition [FRR].
|
||||
###################################################################
|
||||
filter f_local_routing_frr {
|
||||
program("bgpd") or program("ospfd") or program("ospf6d") or program("ripd") or program("zebra");
|
||||
program("bgpd") or program("ospfd") or program("ospf6d") or program("ripd") or program("zebra") or program("frr_carp");
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user