]> git.puffer.fish Git - mirror/frr.git/commit
bfdd: remove "local_address" of bfd session 11110/head
authorewlumpkin <ewlumpkin@gmail.com>
Thu, 10 Feb 2022 22:07:38 +0000 (17:07 -0500)
committeranlan_cs <vic.lan@pica8.com>
Mon, 2 May 2022 14:40:53 +0000 (10:40 -0400)
commite9cea444a49e2d71ef6bed9c5a2e0e404fe1ea32
treec0f95ebce1e30eebdb2cf61c14ac77bb531eebc5
parent8f904fdb45f795d7650a7b641854956010991d68
bfdd: remove "local_address" of bfd session

The "local_address" of bfd is only used in `show bfd peers brief`
for single hop sessions which are configured without "local address".
Since it is set by destination address of received packet, not
completely correct, so remove it.

Signed-off-by: ewlumpkin <ewlumpkin@gmail.com>
Signed-off-by: anlan_cs <vic.lan@pica8.com>
bfdd/bfd.h
bfdd/bfd_packet.c
bfdd/bfdd_vty.c