From 7f96fef66fc0537c28dbe5c44183f583fe054d4f Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Thu, 15 May 2025 09:40:22 +0200 Subject: [PATCH] Changes to Bridge detection --- misc/build.func | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/build.func b/misc/build.func index 5ca8add..cb83bae 100644 --- a/misc/build.func +++ b/misc/build.func @@ -490,6 +490,7 @@ advanced_settings() { while read -r pair; do start=$(echo "${pair}" | cut -d':' -f1) end=$(echo "${pair}" | cut -d':' -f2) + echo "${start}:${end} --- ${iface_filepath}" if awk "NR >= ${start} && NR <= ${end}" "${iface_filepath}" | grep -qP '^\s*bridge[-_](ports|stp|fd|vlan-aware|vids)\s+'; then iface_name=$(sed "${start}q;d" "${iface_filepath}" | awk '{print $2}') BRIDGES="${iface_name}"$'\n'"${BRIDGES}"