]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/initscripts/networking/dhcpcd.exe
dhcpcd.exe: Ignore some events
[ipfire-2.x.git] / src / initscripts / networking / dhcpcd.exe
index ee4b00dbdee510230576b9741a93d13dfbc09f5d..4ab9fbc43031e0cc3183eccca9aef84d27e7a75e 100644 (file)
@@ -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}"
                ;;