]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Fixup pbr rule changes that were missed 11687/head
authorDonald Sharp <sharpd@nvidia.com>
Fri, 22 Jul 2022 18:49:06 +0000 (14:49 -0400)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Wed, 27 Jul 2022 07:33:29 +0000 (10:33 +0300)
commit9094cd28124cf8e655ace6fbedd5a312a7cc8ed1
treed1b413345bda03467d4a7b50d7d3709ed3712958
parent93e64942eb8ce52eaa51abcaec849de10c37e666
bgpd: Fixup pbr rule changes that were missed

In commit: d70a31a3ef2b60d978b336d5cc9ee5e1ec079dfc

the Zapi ZEBRA_RULE_ADD message was modified but
the bgp version was not updated appropriately and
when zebra received the message it did not properly
read it.

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