]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: fix calculation of update-group hash with maximum-prefix-out
authorLouis Scalbert <louis.scalbert@6wind.com>
Wed, 20 Oct 2021 14:15:22 +0000 (16:15 +0200)
committerLouis Scalbert <louis.scalbert@6wind.com>
Thu, 20 Jan 2022 17:19:37 +0000 (18:19 +0100)
commite02672605b3fbbd4fc2df096c8e47bb41c366da9
tree9c55c1cd0d9d0b950687d7a48d3365b176fcbf2e
parentc748ab25673c118e7ae67a82348af5f54c2bec64
bgpd: fix calculation of update-group hash with maximum-prefix-out

Take into account the maximum-prefix-out value when calculating the
update-group hash.

Fixes: fde246e8353a ("bgpd: Add an option to limit outgoing prefixes")
Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
bgpd/bgp_updgrp.c