mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
dhcpcd.exe: Ignore some events
We don't want any log messages printed. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
e3da491238
commit
ece96c6f56
@@ -185,6 +185,9 @@ case "${reason}" in
|
|||||||
3RDPARTY)
|
3RDPARTY)
|
||||||
dhcpcd_3rdparty
|
dhcpcd_3rdparty
|
||||||
;;
|
;;
|
||||||
|
# Ignored events where we do not need to do anything
|
||||||
|
STOPPED|CARRIER|NOCARRIER)
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
logger -p "local0.info" -t "dhcpcd.exe[$$]" "Unhandled DHCP event: ${reason}"
|
logger -p "local0.info" -t "dhcpcd.exe[$$]" "Unhandled DHCP event: ${reason}"
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user