]> git.puffer.fish Git - matthieu/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>
Mon, 28 May 2018 17:20:46 +0000 (19:20 +0200)
commit246bb5f07a3c491fdf67572f05b4f8d4a43e6abf
treeb633fea857b157fdc37d618353eb689859ccbffa
parent9d4f56237a22ff8f9f21912f1632e0279f4d7ec8
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>
bgpd/bgpd.c