filters
This commit is contained in:
parent
88b55ee073
commit
b3a804091e
|
@ -14,9 +14,9 @@ filter f_unifi_fw_wan { match("WAN" value("PID")); };
|
|||
filter f_unifi_fw_dnat { match("DNAT" value("PID")); };
|
||||
filter f_unifi_dnsmasq { match("dnsmasq" value("PID")); };
|
||||
filter f_unifi_systemd { match("systemd" value("PID")); };
|
||||
filter f_unifi_stahtd { match("stahtd" value("PID")); };
|
||||
filter f_unifi_mcad { match("mcad" value("PID")); };
|
||||
filter f_unifi_hostapd { match("hostapd" value("PID")); };
|
||||
filter f_unifi_stahtd { message("stahtd"); };
|
||||
filter f_unifi_mcad { message("mcad"); };
|
||||
filter f_unifi_hostapd { message("hostapd"); };
|
||||
filter f_unifi_wlan { message("wlan:"); };
|
||||
|
||||
destination d_local {
|
||||
|
|
Loading…
Reference in New Issue