9 Mar
2017
9 Mar
'17
3:32 p.m.
On Thu, Mar 09, 2017 at 04:28:43PM +0100, Ondrej Zajicek wrote:
Since the area between 'struct proto_config c' and 'char *password' in 'struct bgp_config' is compared using memcmp() in bgp_reconfigure(), move ->check_link and ->bfd so that they are part of that area. Also add a note to 'struct bgp_config' to avoid this tripping up people in the future.
Having 'check_link' and 'bfd' outside was intentional, they can be reconfigured without a session flap.
OK!