summaryrefslogtreecommitdiff
path: root/proto/babel/babel.c
AgeCommit message (Expand)Author
2022-07-22Fixed a rarely used part of Babel: comparing two routes in table by their metricMaria Matejka
2022-07-11Merge commit 'beb5f78a' into backportMaria Matejka
2022-07-10Merge version 2.0.10 into backportMaria Matejka
2022-06-27Preexport callback now takes the channel instead of protocol as argumentMaria Matejka
2022-06-05Babel: Do not try to remove multicast seqno request objects from neighbour listOndrej Zajicek
2022-05-30Merge remote-tracking branch 'origin/master' into haugesund-to-2.0Maria Matejka
2022-04-22Babel: Send out low-interval hello on shutdownToke Høiland-Jørgensen
2022-04-06Protocols have their own explicit init routinesMaria Matejka
2022-04-06Slab allocator can free the blocks without knowing the parent structureMaria Matejka
2022-03-09Merge commit 'e42eedb9' into haugesundMaria Matejka
2022-03-09Merge commit '5cff1d5f' into haugesundMaria Matejka
2022-03-09Merge commit 'd5a32563' into haugesundMaria Matejka
2022-02-27Babel: Fix bug in iface reconfigurationOndrej Zajicek (work)
2022-02-06Nest: Attach prefix trie to rtable for faster LPM and interval queriesOndrej Zajicek (work)
2021-10-13Route: moved rte_src pointer from rta to rteMaria Matejka
2021-10-13Preexport: No route modification, no linpool neededMaria Matejka
2021-10-13Preference moved to RTA and set explicitly in protocolsMaria Matejka
2021-10-13Babel: Convert the rte-local attributes to extended attributesMaria Matejka
2021-10-13IGP metric getter refactoring to protocol callbackMaria Matejka
2021-06-09Babel: Simplify auth expirationOndrej Zajicek (work)
2021-06-06Babel: Add MAC authentication support - updateOndrej Zajicek (work)
2021-06-06Babel: Add MAC authentication supportToke Høiland-Jørgensen
2021-05-30Babel: Seqno requests are properly decoupled from neighbors when the underlyi...Maria Matejka
2021-05-10Babel: Log the reason when refusing to run on an interfaceOndrej Zajicek (work)
2020-11-24lib/slab: introduce sl_allocz() function and use it in BabelToke Høiland-Jørgensen
2020-06-28Show info from multiple protocols when protocol is not specifiedOndrej Zajicek (work)
2020-05-26Babel: Set onlink flag for IPv4 routes with unreachable next hopOndrej Zajicek (work)
2020-05-01Nest: Added const to ea_show just to declare that this shouldn't really chang...Maria Matejka
2020-04-09Configuration strings are constant.Maria Matejka
2019-03-14Nest: Update handling of temporary attributesOndrej Zajicek (work)
2018-12-04Terminology cleanup: The import_control hook is now called preexport.Jan Maria Matejka
2018-11-28Nest: Do not hard-reset interface when preferred address is changedOndrej Zajicek (work)
2018-10-01Lib: Add and use ev_new_init()Ondrej Zajicek (work)
2018-07-03Cleanup some warningsOndrej Zajicek (work)
2018-06-19Merge branch 'int-new' into HEADJan Maria Matejka
2018-06-13Babel: Fix handling of missing IPv4 next hopsOndrej Zajicek (work)
2018-05-30Nest: Removing separate tmpa from route propagationJan Maria Matejka
2018-05-29Protocol: Introducing an enum protocol_classJan Maria Matejka
2018-05-24Do not initialize route metrics in import_control hookOndrej Zajicek (work)
2018-05-03Babel: Add option to randomize router IDOndrej Zajicek (work)
2018-05-03Babel: Fix type of route entry router IDOndrej Zajicek (work)
2018-02-13Babel: Fix accidental bitwise or assignmentOndrej Zajicek (work)
2018-02-13Babel: Add source-specific routing supportOndrej Zajicek (work)
2017-12-07Timers: Revert temporary names and remove old timer.hOndrej Zajicek (work)
2017-12-07Babel: More changes and bugfixesOndrej Zajicek (work)
2017-12-07Babel: Fix handling of seqno requestsOndrej Zajicek (work)
2017-12-07Babel: Remove babel_proto ptr from babel_entryOndrej Zajicek (work)
2017-12-07Babel: Fix hello timeout for short hello intervalsOndrej Zajicek (work)
2017-12-07Babel: Revamp cost computation and run route selection when cost changeOndrej Zajicek (work)
2017-12-07Babel: Fix unicast seqno requestsOndrej Zajicek (work)