]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: fix uninitialised segs6 buffer
authorPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 25 Aug 2021 14:56:25 +0000 (16:56 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 25 Aug 2021 14:57:18 +0000 (16:57 +0200)
commitbbf32574e2496ce67207ec2eb9ab1638598cff5c
tree04ee71335b7cfb1600039dbb1a5b2d9a704b2ac7
parent361748d321fc226396f11c8ab0b6ef430b328e51
bgpd: fix uninitialised segs6 buffer

Below dump may be observed when receiving bgp ipv6 updates.

2021/08/25 16:52:32 BGP: [V15FP-4CPVK] Tx route add VRF 0 4004::1/128 metric 0 tag 0 count 1 nhg 0
2021/08/25 16:52:32 BGP: [JQXM8-V0CKB]   nhop [1]: 2003::4 if 0 VRF 0 wt 0  P8�o�

Fix it.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
bgpd/bgp_zebra.c