Michal Ruprich

Results 25 comments of Michal Ruprich

@pbtura Hi, unfortunately I did not get back to this yet. I was hoping that @lavv17 might take a look and see some simple fix here. I might get back...

Hi, I've hit this as well in Fedora and RHEL, here is a bit more info that might help @WayneD : The code seems to never enter the timeout condition...

Systemtap script from the comment above: ``` probe process("/usr/bin/rsync").statement("*@io.c:190") { printf("%lu: (check_timeout) t: %ld, last_io_out: %ld, last_io_in: %ld\n", pid(), $t, $last_io_out, $last_io_in) } probe process("/usr/bin/rsync").statement("*@io.c:829") { printf("%lu: (perform_io) setting last_io_out:...

Hi @WayneD , any idea where the problem might be?

Hi @donaldsharp, just wanted to make sure what you mean by affirmative action. Does that mean that you need to turn on bfd before you set a profile? And the...

Hi, so just testing this idea here, if it is good enough I can make a PR. So isn't this all just a matter of adding a check for the...

@rzalamena Thanks, seems like ospf needs this as well but with ISIS I am a bit confused. Seems like with ISIS you can use the 'isis bfd' and 'isis bfd...

@rzalamena Thanks! I am probably going to take it one step at a time, leaving the isis for the last one since that one seems the most complicated.

I created a PR for bgp - https://github.com/FRRouting/frr/pull/11951 Looking again at the ospf, this has already been added in this commit: https://github.com/FRRouting/frr/commit/f3fd7196ebe752ebe7464ebcc1cafd833bbc5e54 It just did not appear in the latest...