bird/proto/ospf
Ondrej Zajicek (work) 9aa77fcceb OSPF: Improved handling of tmpattrs
Keep track of whether OSPF tmpattrs are actually defined for given route
(using flags in rte->pflags). That makes them behave more like real
eattrs so a protocol can define just a subset of them or they can be
undefined by filters.

Do not set ospf_metric2 for other than type 2 external OSPF routes and do
not set ospf_tag for non-external OSPF routes. That also fixes a bug
where internal/inter-area route propagated from one OSPF instance to
another is initiated with infinity ospf_metric2.

Thanks to Yaroslav Dronskii for the bugreport.
2019-03-06 18:28:00 +01:00
..
config.Y OSPF: Basic support for DN-bit handling (RFC 4576) 2019-02-13 15:53:36 +01:00
dbdes.c OSPF: Reject duplicate DBDES packets after dead interval 2019-02-03 17:31:27 +01:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
hello.c OSPF: Fix some trace messages 2018-10-25 17:22:37 +02:00
iface.c OSPF: Fix reconfiguration of vlinks 2018-12-10 02:15:06 +01:00
lsack.c OSPF: Send direct acknowledgements as unicast 2019-02-03 20:22:40 +01:00
lsalib.c OSPF: Basic support for DN-bit handling (RFC 4576) 2019-02-13 15:53:36 +01:00
lsalib.h OSPF: Opaque LSAs and Router Information LSA 2019-01-24 22:45:27 +01:00
lsreq.c OSPF: Opaque LSAs and Router Information LSA 2019-01-24 22:45:27 +01:00
lsupd.c OSPF: Opaque LSAs and Router Information LSA 2019-01-24 22:45:27 +01:00
Makefile Unit Testing for BIRD 2016-11-09 16:36:34 +01:00
neighbor.c OSPF: Reject duplicate DBDES packets after dead interval 2019-02-03 17:31:27 +01:00
ospf.c OSPF: Improved handling of tmpattrs 2019-03-06 18:28:00 +01:00
ospf.h OSPF: Basic support for DN-bit handling (RFC 4576) 2019-02-13 15:53:36 +01:00
packet.c No more warnings ... 2018-09-18 14:21:11 +02:00
rt.c OSPF: Improved handling of tmpattrs 2019-03-06 18:28:00 +01:00
rt.h Merge branch 'int-new' into nexthop-merged 2017-02-22 11:58:04 +01:00
topology.c OSPF: Basic support for DN-bit handling (RFC 4576) 2019-02-13 15:53:36 +01:00
topology.h OSPF: Basic support for DN-bit handling (RFC 4576) 2019-02-13 15:53:36 +01:00