]> git.puffer.fish Git - mirror/frr.git/commit
ospfd: logging behavior for area id mismatches 16759/head
authorLoïc Sang <loic.sang@6wind.com>
Fri, 6 Sep 2024 08:51:30 +0000 (10:51 +0200)
committerLoïc Sang <loic.sang@6wind.com>
Mon, 9 Sep 2024 08:36:07 +0000 (10:36 +0200)
commit770863cfcc40b444243f0a6c805d0c2c98bff6a7
tree437bccb77561d7e697d2282d888c2bbd48cb0640
parent4f185c5c9d0efe8d046aa361868e1e97108de192
ospfd: logging behavior for area id mismatches

When an ospf interface is not in the backbone area, but it receives a
packet from the backbone, no logs are generated for this mismatch.
However, the opposite scenario does generate logs.
Add a log for this case.

Signed-off-by: Loïc Sang <loic.sang@6wind.com>
ospfd/ospf_packet.c