]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd: fix state location mixup
authorDavid Lamparter <equinox@opensourcerouting.org>
Wed, 10 Jul 2024 07:49:51 +0000 (09:49 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Wed, 10 Jul 2024 07:52:25 +0000 (09:52 +0200)
commit54b72028c6059c8c69ec77335a5e828884fffbfe
tree9b8ed95943891c88fd119ac883f60aab9b1f5d5c
parentebf05b4ee18a94086a15207f14b00b05df5a5dde
ospfd: fix state location mixup

In the "2x2 matrix" of these, I accidentally edited "row-wise" when I
should've edited "column-wise"...  *sigh*

Reported-by: github.com/rbfnet
Fixes: #16349
Fixes: 110945ba0d2 ("ospfd: fix GR state location")
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
ospfd/ospf_main.c