We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa14d3c + 3636419 commit 02712ddCopy full SHA for 02712dd
socket/socket.go
@@ -12,7 +12,7 @@ var replyCodeExpr *regexp.Regexp
12
13
func init() {
14
// https://gitlab.nic.cz/labs/bird/-/blob/master/doc/reply_codes
15
- replyCodeExpr = regexp.MustCompile(`(?m)^([0189][0-9]{3})`)
+ replyCodeExpr = regexp.MustCompile(`(?m)^([089][0-9]{3})`)
16
}
17
18
// BirdSocket represents a socket connection to bird daemon
0 commit comments