diff options
author | Quentin Young <qlyoung@users.noreply.github.com> | 2020-07-21 20:45:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-21 20:45:31 +0200 |
commit | 65b86778c1bbbdff7c1363a37a68617db2795440 (patch) | |
tree | 6e4d67d9d17632e6000599994f6317f04759d8e5 /pimd | |
parent | Merge pull request #6435 from idryzhov/fix-no-vrf (diff) | |
parent | isisd: lib: refactor ISIS BFD API (diff) | |
download | frr-65b86778c1bbbdff7c1363a37a68617db2795440.tar.xz frr-65b86778c1bbbdff7c1363a37a68617db2795440.zip |
Merge pull request #6711 from GalaxyGorilla/bfd_isis_profiles
Add BFD profiles for IS-IS
Diffstat (limited to 'pimd')
-rw-r--r-- | pimd/pim_bfd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_bfd.c b/pimd/pim_bfd.c index 0df8ea692..146b53fa8 100644 --- a/pimd/pim_bfd.c +++ b/pimd/pim_bfd.c @@ -194,7 +194,7 @@ void pim_bfd_if_param_set(struct interface *ifp, uint32_t min_rx, if (!pim_ifp) return; - bfd_set_param(&(pim_ifp->bfd_info), min_rx, min_tx, detect_mult, + bfd_set_param(&(pim_ifp->bfd_info), min_rx, min_tx, detect_mult, NULL, defaults, &command); if (pim_ifp->bfd_info) { |