diff options
author | Katerina Kubecova <katerina.kubecova@nic.cz> | 2024-01-18 12:36:48 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2024-03-04 23:35:10 +0100 |
commit | a48dc5efe05f4e985b648f19679865153d0398bd (patch) | |
tree | 66976a310c69e8bb5e0cea46fbee2be536d64373 /proto/bfd/bfd.h | |
parent | 37bf2078434b5de5662d28345bce788624d50ac7 (diff) |
BFD: Show session for ip / ip prefix
Diffstat (limited to 'proto/bfd/bfd.h')
-rw-r--r-- | proto/bfd/bfd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/bfd/bfd.h b/proto/bfd/bfd.h index a68a45ad..83c1c884 100644 --- a/proto/bfd/bfd.h +++ b/proto/bfd/bfd.h @@ -218,7 +218,7 @@ static inline void bfd_unlock_sessions(struct bfd_proto *p) { pthread_spin_unloc struct bfd_session * bfd_find_session_by_id(struct bfd_proto *p, u32 id); struct bfd_session * bfd_find_session_by_addr(struct bfd_proto *p, ip_addr addr, uint ifindex); void bfd_session_process_ctl(struct bfd_session *s, u8 flags, u32 old_tx_int, u32 old_rx_int); -void bfd_show_sessions(struct proto *P, int details); +void bfd_show_sessions(struct proto *P, int details, net_addr addr); /* packets.c */ void bfd_send_ctl(struct bfd_proto *p, struct bfd_session *s, int final); |