Correction of a too general regex concerning bridge names.
Some bridges could be tagged, for example br123:0, and then could be taken by the regexp, generating an invalid config and dropping error : syntax error, unexpected colon, expecting newline or semicolon.
Pull Request (PR) description
Correction of a too general regex concerning bridge names.
Some bridges could be tagged, for example
br123:0
, and then could be taken by the regexp, generating an invalid config and dropping error :syntax error, unexpected colon, expecting newline or semicolon
.This Pull Request (PR) fixes the following issues
n/a