]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Split up warn message to allow finer grained understanding 4021/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 26 Mar 2019 13:11:28 +0000 (09:11 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 26 Mar 2019 13:11:28 +0000 (09:11 -0400)
commit13366862ccc976fa83978ea08879a7becef2bcb4
tree82a70395346f4f6fef6549f76110719a9b0b46bd
parentc9146c85a0356a9c62b52f384025bfe0ff65c654
bgpd: Split up warn message to allow finer grained understanding

We have the same warn message in 3 spots, which makes it extremely
hard to figure out which of the 3 has gone terribly wrong.
Add a bit of code to disambiguate the 3 situations.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_attr.c