]> git.puffer.fish Git - matthieu/frr.git/commit
lib, bgpd: fix `set ip next-hop peer-address`
authorQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 10 Aug 2017 16:31:47 +0000 (12:31 -0400)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Thu, 10 Aug 2017 16:31:47 +0000 (12:31 -0400)
commit89602edb31aa3aef1c40424621d67223ecd75feb
tree405e2c9e7c6f01c82745824383bbcfa1f04d1d8a
parent043abefeb24c34a51a37345d0b928bbf38f1e632
lib, bgpd: fix `set ip next-hop peer-address`

This bgp-specific command had its positive form defined only in bgpd and
its negative form defined only in lib, which broke the whole rule for
other daemons.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
bgpd/bgp_routemap.c
lib/routemap.c