]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: fix compiler warnings in nbr cmd
authorChirag Shah <chirag@nvidia.com>
Fri, 6 Nov 2020 19:06:58 +0000 (11:06 -0800)
committerChirag Shah <chirag@nvidia.com>
Fri, 6 Nov 2020 19:43:36 +0000 (11:43 -0800)
commit555c8ab7ad7a9f60c8d6cc9dd48705f0ee364797
treebbd47c23391d1d336055b9602fc471e1312bc83e
parent6403fc8725927f3c2f4088a5b1128b50e5877061
bgpd: fix compiler warnings in nbr cmd

Addressed the gcc-10 buffer overflow warnings.
Put a sanity check of not using prefix for
neighbor update-source with interface option.

Signed-off-by: Chirag Shah <chirag@nvidia.com>
bgpd/bgp_nb_config.c
bgpd/bgp_vty.c