bird/proto/ospf
Ondrej Zajicek (work) 1aec7112f7 OSPF: Fix handling of NSSA option flags
Per RFC 3101, N-bit signalling NSSA support should be used only in Hello
packets, not in DBDES packets. BIRD since 2.0.4 verifies N-bit in
neighbor structure, which is learned from DBDES packets, therefore
NSSA-LSAs are not propagated to proper implementations of RFC 3101.

This patch fixes that. Both removing the check and removing N-bit from
DBDES packet. This will fix compatibility issues with proper
implementations, but causes compatibility issues with BIRD 2.0.4.
2019-07-10 18:25:36 +02:00
..
config.Y OSPF: Support for graceful restart 2019-06-30 21:30:41 +02:00
dbdes.c OSPF: Fix handling of NSSA option flags 2019-07-10 18:25:36 +02:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
hello.c OSPF: Fix handling of NSSA option flags 2019-07-10 18:25:36 +02:00
iface.c OSPF: Update DR when local priority changes 2019-07-09 03:48:02 +02:00
lsack.c OSPF: Send direct acknowledgements as unicast 2019-02-03 20:22:40 +01:00
lsalib.c OSPF: Fix handling of NSSA option flags 2019-07-10 18:25:36 +02:00
lsalib.h OSPF: Support for graceful restart 2019-06-30 21:30:41 +02:00
lsreq.c OSPF: Opaque LSAs and Router Information LSA 2019-01-24 22:45:27 +01:00
lsupd.c OSPF: Support for graceful restart 2019-06-30 21:30:41 +02:00
Makefile Unit Testing for BIRD 2016-11-09 16:36:34 +01:00
neighbor.c OSPF: Support for graceful restart 2019-06-30 21:30:41 +02:00
ospf.c OSPF: Fix handling of NSSA option flags 2019-07-10 18:25:36 +02:00
ospf.h OSPF: Fix handling of NSSA option flags 2019-07-10 18:25:36 +02:00
packet.c No more warnings ... 2018-09-18 14:21:11 +02:00
rt.c OSPF: Fix handling of external routes on graceful restart 2019-07-09 03:39:19 +02:00
rt.h OSPF: Support for graceful restart 2019-06-30 21:30:41 +02:00
topology.c OSPF: Minor fix in graceful restart 2019-07-09 15:57:46 +02:00
topology.h OSPF: Fix handling of external routes on graceful restart 2019-07-09 03:39:19 +02:00