From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 1/2] udev: Add more logging to bridge hotplug script Date: Fri, 14 Feb 2020 13:48:18 +0000 Message-ID: <20200214134819.23170-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1880724047665780517==" List-Id: --===============1880724047665780517== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Michael Tremer --- config/udev/network-hotplug-bridges | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/udev/network-hotplug-bridges b/config/udev/network-hotplu= g-bridges index 5144a7712..30a671f04 100644 --- a/config/udev/network-hotplug-bridges +++ b/config/udev/network-hotplug-bridges @@ -72,6 +72,7 @@ ZONE=3D$(detect_zone) =20 # Cannot proceed if we could not find a zone if [ -z "${ZONE}" ]; then + logger "Could not find a bridged zone for ${INTERFACE}" exit 0 fi =20 @@ -93,6 +94,7 @@ case "${MODE}" in fi =20 # Attach the physical device + logger "Attach ${INTERFACE} to ${BRIDGE}" ip link set dev "${INTERFACE}" master "${BRIDGE}" ip link set dev "${INTERFACE}" up ;; --=20 2.20.1 --===============1880724047665780517==--