]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: Fix group overrides for AF flags/filters
authorPascal Mathis <mail@pascalmathis.com>
Sun, 27 May 2018 17:23:57 +0000 (19:23 +0200)
committerPascal Mathis <mail@pascalmathis.com>
Tue, 19 Jun 2018 16:16:24 +0000 (18:16 +0200)
commitd6efad3bf7ab41fc4f86164507e446575dcea41e
tree19f48204979c7449e3928ccd8562bf67f0751b76
parenta413cdf162675260b5ce060e8ea14d1c4c201910
bgpd: Fix group overrides for AF flags/filters

The previous commit introduced very strict unit tests which check all
three involved components (config input, config output, internal data
structures) which revealed two more bugs in the peer-group override
implementation.

This commit fixes overrides for 'allowas-in <number>' and
'unsuppress-map', which both had a small mistake/typo causing those
issues.

Signed-off-by: Pascal Mathis <mail@pascalmathis.com>
(cherry picked from commit 246bb5f07a3c491fdf67572f05b4f8d4a43e6abf)
bgpd/bgpd.c