OSPF: Packets on PtP networks should be always sent to AllSPFRouters
As specified in RFC 2328 8.1: "On physical point-to-point networks, the IP destination is always set to the address AllSPFRouters." Note that this likely break setups with multiple neighbors on a network configured as PtP, which worked before. These should be configured as PtMP. Thanks to Senthil Kumar Nagappan for the original patch and to Joakim Tjernlund for suggestions.
Showing
- proto/ospf/dbdes.c 1 addition, 1 deletionproto/ospf/dbdes.c
- proto/ospf/lsack.c 1 addition, 1 deletionproto/ospf/lsack.c
- proto/ospf/lsreq.c 1 addition, 1 deletionproto/ospf/lsreq.c
- proto/ospf/lsupd.c 1 addition, 1 deletionproto/ospf/lsupd.c
- proto/ospf/ospf.h 3 additions, 0 deletionsproto/ospf/ospf.h
- proto/ospf/packet.c 10 additions, 0 deletionsproto/ospf/packet.c
Please register or sign in to comment