diff --git a/src/initscripts/networking/dhcpcd.exe b/src/initscripts/networking/dhcpcd.exe
index ee4b00dbd..4ab9fbc43 100644
--- a/src/initscripts/networking/dhcpcd.exe
+++ b/src/initscripts/networking/dhcpcd.exe
@@ -185,6 +185,9 @@ case "${reason}" in
 	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}"
 		;;
