We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c99ae commit 4b31957Copy full SHA for 4b31957
misc/build.func
@@ -545,7 +545,7 @@ advanced_settings() {
545
start=$(echo "${pair}" | cut -d':' -f1)
546
end=$(echo "${pair}" | cut -d':' -f2)
547
548
- if awk "NR >= ${start} && NR <= ${end}" "${iface_filepath}" | grep -qP '^\s*bridge[-_](ports|stp|fd|vlan-aware|vids)\s+'; then
+ if awk "NR >= ${start} && NR <= ${end}" "${iface_filepath}" | grep -qP '^\s*(bridge[-_](ports|stp|fd|vlan-aware|vids)|ovs_type\s+OVSBridge)\b'; then
549
iface_name=$(sed "${start}q;d" "${iface_filepath}" | awk '{print $2}')
550
BRIDGES="${iface_name}"$'\n'"${BRIDGES}"
551
fi
0 commit comments