Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c5db21 commit b0d2f11Copy full SHA for b0d2f11
1 file changed
pkg/embed/templates/peer.tmpl
@@ -170,7 +170,7 @@ protocol bgp {{ UniqueProtocolName $peer.ProtocolName $af $peer.ASN }} {
170
remove_private_asns();
171
{{ end }}
172
173
- {{ if BoolDeref $peer.ClearPath }}bgp_path = -empty-;{{ end }}
+ {{ if BoolDeref $peer.ClearPath }}bgp_path.empty;{{ end }}
174
{{ range $i := Iterate $peer.Prepends }}
175
bgp_path.prepend(ASN);
176
0 commit comments