Skip to content

Commit

Permalink
Fix commit 36b8660 - Honour bfd.RemoteMinRxInterval when not UP
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Armitage <quentin@armitage.org.uk>
  • Loading branch information
pqarmitage committed Dec 29, 2017
1 parent a754d79 commit f7b160d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keepalived/bfd/bfd.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ bfd_reset_state(bfd_t *bfd)
assert(bfd);

bfd_copy_state(bfd, &bfd0, false);
bfd->local_tx_intv = bfd_idle_local_tx_intv(bfd);
bfd_idle_local_tx_intv(bfd);
}

/*
Expand Down

0 comments on commit f7b160d

Please sign in to comment.