]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: solve invalid error message when clearing interface peer
authorDon Slice <dslice@cumulusnetworks.com>
Wed, 24 Jul 2019 15:52:03 +0000 (15:52 +0000)
committerDon Slice <dslice@cumulusnetworks.com>
Fri, 26 Jul 2019 16:48:22 +0000 (16:48 +0000)
commit8fa7d4447f5fc49d3f312d23bdbbc5581f5774c3
tree9f38f2374cfb897412898fd6b212ef1e91f39c93
parent51e75ed2280cb5e3e1a4fcf98240c1f1eab24d9a
bgpd: solve invalid error message when clearing interface peer

Problem reported that if "clear bgp swp1" is issued, an error
message is received saying the name or address is malformed. This
was because of a change in bgp_vty.c that removed the storing
and passing of the interface name for this command. Commit that
caused the problem was ac5dec7e88ce2f8cd2943bb61437046718fb34c2.

Ticket: CM-25737
Signed-off-by: Don Slice <dslice@cumulusnetworks.com>
bgpd/bgp_vty.c