]> git.ipfire.org Git - thirdparty/bird.git/commit
Fix channel restart sequence
authorMaria Matejka <mq@ucw.cz>
Mon, 10 Feb 2025 11:29:51 +0000 (12:29 +0100)
committerMaria Matejka <mq@ucw.cz>
Tue, 25 Feb 2025 13:38:53 +0000 (14:38 +0100)
commit9cf5417b017f71cf59b568978cecc7f12adbadbb
tree5d55c6a92683f75942a3e1b4343f7349634238e7
parent745cd48c80885cf1232d71907e5d489e5d5ad8c3
Fix channel restart sequence

If channel goes start -> pause -> start, the original code crashed
but it's a valid sequence for protocol half-restart, going from UP
to START and then back UP.
nest/proto.c