]> git.puffer.fish Git - mirror/frr.git/commit
ospfd: Suppress spurious write message when using ip nhrp map multicast
authorReuben Dowle <reuben.dowle@4rf.com>
Thu, 18 Mar 2021 02:40:09 +0000 (15:40 +1300)
committerReuben Dowle <reuben.dowle@4rf.com>
Mon, 5 Apr 2021 21:23:42 +0000 (09:23 +1200)
commit686967467cb9a9d1c469c57c453667315d7be7e5
treed633c41d066fca47f99c8e3c1b5ec2e5669a4db8
parent0c5506a856263828e8b0ed8e003203bd48ab569d
ospfd: Suppress spurious write message when using ip nhrp map multicast

When ip nhrp map multicast is being used, this is usually accompanied by an
iptables rule to block the original multicast packet. This causes sendmsg to
return EPERM.

Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
ospfd/ospf_packet.c