]> git.ipfire.org Git - thirdparty/bird.git/commit
BGP: Make routing loops silent
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Fri, 28 Jan 2022 17:13:18 +0000 (18:13 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Fri, 28 Jan 2022 17:13:18 +0000 (18:13 +0100)
commit4c6ee53f31a7ac667bc597b0fe19b6365abad415
treebe0823ab3137247070baa5688c2d6b7c12ced349
parent963b2c7ce219df6bf9c179fff2dd2386cf26edf9
BGP: Make routing loops silent

One of previous commits added error logging of invalid routes. This
also inadvertently caused error logging of route loops, which should
be ignored silently. Fix that.
proto/bgp/attrs.c
proto/bgp/packets.c