0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-11-09 12:48:43 +00:00
bird/proto/ospf
Ondrej Zajicek (work) 36d5d2dd5c 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:48:50 +02:00
..
config.Y OSPF: Support for graceful restart 2019-06-30 22:23:57 +02:00
dbdes.c OSPF: Fix handling of NSSA option flags 2019-07-10 18:48:50 +02:00
Doc Doc. 2000-06-07 23:23:37 +00:00
hello.c OSPF: Fix handling of NSSA option flags 2019-07-10 18:48:50 +02:00
iface.c OSPF: Update DR when local priority changes 2019-07-10 18:40:15 +02:00
lsack.c OSPF: Send direct acknowledgements as unicast 2019-02-03 21:31:53 +01:00
lsalib.c OSPF: Fix handling of NSSA option flags 2019-07-10 18:48:50 +02:00
lsalib.h OSPF: Support for graceful restart 2019-06-30 22:23:57 +02:00
lsreq.c OSPF: Opaque LSAs and Router Information LSA 2019-02-17 23:02:05 +01:00
lsupd.c OSPF: Support for graceful restart 2019-06-30 22:23:57 +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 22:23:57 +02:00
ospf.c OSPF: Fix handling of NSSA option flags 2019-07-10 18:48:50 +02:00
ospf.h OSPF: Fix handling of NSSA option flags 2019-07-10 18:48:50 +02:00
packet.c No more warnings ... 2018-11-15 12:42:50 +01:00
rt.c OSPF: Fix handling of external routes on graceful restart 2019-07-10 18:38:43 +02:00
rt.h OSPF: Support for graceful restart 2019-06-30 22:23:57 +02:00
topology.c OSPF: Minor fix in graceful restart 2019-07-10 18:39:42 +02:00
topology.h OSPF: Fix handling of external routes on graceful restart 2019-07-10 18:38:43 +02:00