diff options
| author | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2021-04-16 16:17:31 -0300 |
|---|---|---|
| committer | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2021-04-22 16:10:04 -0300 |
| commit | 1f7be0d242dbff4c4b49ddd6d157ac7eabf9b931 (patch) | |
| tree | 1777a360a781a1d50b67f0919094ea1f413b5a2a /ospf6d/ospf6_interface.h | |
| parent | 4a9e802c3cd64141a7615ad00d845c319f552ce1 (diff) | |
ospf6d: add support for BFD profiles
Allow user to pre configure BFD sessions using profiles.
Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Diffstat (limited to 'ospf6d/ospf6_interface.h')
| -rw-r--r-- | ospf6d/ospf6_interface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospf6d/ospf6_interface.h b/ospf6d/ospf6_interface.h index 49a9c2bba6..a45a841406 100644 --- a/ospf6d/ospf6_interface.h +++ b/ospf6d/ospf6_interface.h @@ -124,6 +124,7 @@ struct ospf6_interface { uint8_t detection_multiplier; uint32_t min_rx; uint32_t min_tx; + char *profile; } bfd_config; /* Statistics Fields */ |
