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 369265a commit 608b9f0Copy full SHA for 608b9f0
misc/build.func
@@ -544,7 +544,7 @@ advanced_settings() {
544
start=$(echo "${pair}" | cut -d':' -f1)
545
end=$(echo "${pair}" | cut -d':' -f2)
546
547
- 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
548
iface_name=$(sed "${start}q;d" "${iface_filepath}" | awk '{print $2}')
549
BRIDGES="${iface_name}"$'\n'"${BRIDGES}"
550
fi
0 commit comments