]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd: When a neighbor goes down clear the oi->obuf if we can
authorDonald Sharp <sharpd@nvidia.com>
Thu, 11 Aug 2022 01:49:37 +0000 (21:49 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 11 Aug 2022 17:30:32 +0000 (13:30 -0400)
commit14fad76ce215c79152f0fa4bbc6a86af1d01fa26
tree505ce04c4611ea98fd434fb02c0f0748648f0571
parentfe61ceaee75dbba770f39af7670aa85b8d6ccacb
ospfd: When a neighbor goes down clear the oi->obuf if we can

When a neighbor goes down on an interface and that interface
has no more neighbors in a viable state where packets should
be being sent, then let's clear up the oi->obuf associated
with the interface the neighbor is on.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
ospfd/ospf_nsm.c