diff options
| author | ewlumpkin <ewlumpkin@gmail.com> | 2022-02-10 17:07:38 -0500 |
|---|---|---|
| committer | anlan_cs <vic.lan@pica8.com> | 2022-05-02 10:40:53 -0400 |
| commit | e9cea444a49e2d71ef6bed9c5a2e0e404fe1ea32 (patch) | |
| tree | c0f95ebce1e30eebdb2cf61c14ac77bb531eebc5 /bfdd/bfd.h | |
| parent | 8f904fdb45f795d7650a7b641854956010991d68 (diff) | |
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>
Diffstat (limited to 'bfdd/bfd.h')
| -rw-r--r-- | bfdd/bfd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bfdd/bfd.h b/bfdd/bfd.h index 00cc431e10..2e31190646 100644 --- a/bfdd/bfd.h +++ b/bfdd/bfd.h @@ -290,7 +290,6 @@ struct bfd_session { struct peer_label *pl; struct bfd_dplane_ctx *bdc; - struct sockaddr_any local_address; struct interface *ifp; struct vrf *vrf; |
