aboutsummaryrefslogtreecommitdiffstats
path: root/proto/ospf/ospf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'beb5f78a' into backportMaria Matejka2022-07-111-4/+4
|\
| * Preexport callback now takes the channel instead of protocol as argumentMaria Matejka2022-06-271-4/+4
* | All linpools use pages to allocate regular blocksMaria Matejka2022-04-061-1/+1
* | Protocols have their own explicit init routinesMaria Matejka2022-04-061-0/+6
* | OSPF: Convert the rte-local attributes to extended attributesMaria Matejka2021-10-131-48/+23
* | IGP metric getter refactoring to protocol callbackMaria Matejka2021-10-131-0/+7
* | Route: moved rte_src pointer from rta to rteMaria Matejka2021-10-131-1/+1
* | Preference moved to RTA and set explicitly in protocolsMaria Matejka2021-10-131-1/+1
* | Preexport: No route modification, no linpool neededMaria Matejka2021-10-131-3/+2
* | OSPF: explicitly stop the periodic tick on shutdown to avoid recalculation racesMaria Matejka2021-10-131-0/+3
|/
* Show info from multiple protocols when protocol is not specifiedOndrej Zajicek (work)2020-06-281-6/+0
* Nest: Added const to ea_show just to declare that this shouldn't really chang...Maria Matejka2020-05-011-1/+1
* OSPF: variable-length array of size 0 replaced by alloca()'d pointerMaria Matejka2020-05-011-2/+4
* Configuration strings are constant.Maria Matejka2020-04-091-2/+2
* Merge remote-tracking branch 'origin/mq-filter-stack'Ondrej Zajicek (work)2019-07-241-1/+1
|\
| * Merge remote-tracking branch 'origin/master' into mq-filter-stackMaria Matejka2019-07-151-1/+1
| |\
| * \ Merge branch 'master' into mq-filter-stackMaria Matejka2019-07-101-8/+30
| |\ \
| * \ \ Merge branch 'master' into mq-filter-stackMaria Matejka2019-07-031-4/+56
| |\ \ \
| * \ \ \ Merge branch 'master' into HEADMaria Matejka2019-03-181-39/+14
| |\ \ \ \
| * | | | | Filter + Config: Fix bugs, tests and split symbols by typeMaria Matejka2019-02-201-1/+1
* | | | | | OSPF: Fix formatting of 'show ospf neighbors'Ondrej Zajicek (work)2019-07-231-1/+1
| |_|_|_|/ |/| | | |
* | | | | OSPF: Fix handling of NSSA option flagsOndrej Zajicek (work)2019-07-101-1/+1
| |_|_|/ |/| | |
* | | | OSPF: Fix handling of external routes on graceful restartOndrej Zajicek (work)2019-07-091-8/+30
| |_|/ |/| |
* | | OSPF: Support for graceful restartOndrej Zajicek (work)2019-06-301-4/+56
| |/ |/|
* | Nest: Update handling of temporary attributesOndrej Zajicek (work)2019-03-141-16/+10
* | OSPF: Improved handling of tmpattrsOndrej Zajicek (work)2019-03-061-35/+16
|/
* OSPF: Reset LSAs during area type changeOndrej Zajicek (work)2019-02-171-6/+23
* OSPF: Basic support for DN-bit handling (RFC 4576)Ondrej Zajicek (work)2019-02-131-0/+5
* OSPF: Opaque LSAs and Router Information LSAOndrej Zajicek (work)2019-01-241-0/+6
* Update RFC referencesOndrej Zajicek (work)2018-12-121-0/+1
* Terminology cleanup: The import_control hook is now called preexport.Jan Maria Matejka2018-12-041-4/+4
* Lib: Add and use ev_new_init()Ondrej Zajicek (work)2018-10-011-3/+1
* No more warnings ...Jan Maria Matejka2018-09-181-0/+1
* Cleanup some warningsOndrej Zajicek (work)2018-07-031-1/+1
* Nest: Removing separate tmpa from route propagationJan Maria Matejka2018-05-301-9/+9
* Protocol: Introducing an enum protocol_classJan Maria Matejka2018-05-291-1/+1
* Do not initialize route metrics in import_control hookOndrej Zajicek (work)2018-05-241-19/+6
* Minor fixes for debug modeOndrej Zajicek (work)2017-12-161-1/+1
* Timers: Revert temporary names and remove old timer.hOndrej Zajicek (work)2017-12-071-3/+3
* OSPF: Update to new timersOndrej Zajicek (work)2017-12-071-3/+3
* Timers: Replace old timers with microsecond timersOndrej Zajicek (work)2017-12-071-1/+1
* OSPF: Support of address families in OSPFv3Ondrej Zajicek (work)2017-10-101-26/+36
* Merged multipath and single-path data structures.Jan Moskyto Matejka2016-12-221-1/+1
* Channels - explicit links between protocols and tablesOndrej Zajicek (work)2016-02-011-16/+21
* Move ID allocator to a separate file and use it also in OSPFOndrej Zajicek (work)2015-12-291-0/+2
* Modify FIB_WALK() and FIB_ITERATE() to work with new FIB codeOndrej Zajicek (work)2015-12-211-7/+4
* Follow-up work on integrationOndrej Zajicek (work)2015-12-211-0/+3
* Integrated address print lengthsJan Moskyto Matejka2015-12-201-1/+1
* Follow-up commit on integrated BIRDOndrej Zajicek (work)2015-11-121-7/+2
* Initial commit on integrated BIRDOndrej Zajicek (work)2015-11-051-32/+32