We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe8e9e6 commit 890780bCopy full SHA for 890780b
cmd/frontend/internal/frontend/service.go
@@ -812,6 +812,7 @@ func (fes *FrontEndService) writeConfigGW(conf *string) {
812
// Note: BIRD 2.0.8 does not support per peer BFD attributes for Static protocol,
813
// thus only 1 BFD configuration per interface is possible
814
*conf += "protocol bfd 'NBR-BFD' {\n"
815
+ *conf += "\taccept direct;\n"
816
*conf += fmt.Sprintf("\tinterface \"%v\" {\n", fes.extInterface)
817
writeBfdSpec(conf, bfdSpec)
818
*conf += "\t};\n"
0 commit comments