aboutsummaryrefslogtreecommitdiffstats
path: root/proto
Commit message (Expand)AuthorAgeFilesLines
* Route: moved rte_src pointer from rta to rteMaria Matejka2021-10-1311-43/+35
* Preference moved to RTA and set explicitly in protocolsMaria Matejka2021-10-1310-11/+17
* Preexport: No route modification, no linpool neededMaria Matejka2021-10-136-13/+10
* OSPF: explicitly stop the periodic tick on shutdown to avoid recalculation racesMaria Matejka2021-10-131-0/+3
* OSPF: Setting a list node NULL before useMaria Matejka2021-09-101-0/+3
* Nest: Clean up main channel handlingOndrej Zajicek (work)2021-09-106-7/+7
* Babel: Simplify auth expirationOndrej Zajicek (work)2021-06-092-25/+11
* Babel: Add MAC authentication support - updateOndrej Zajicek (work)2021-06-064-187/+195
* Babel: Add MAC authentication supportToke Høiland-Jørgensen2021-06-065-24/+738
* Babel: Refactor TLV parsing code for easier reuseToke Høiland-Jørgensen2021-06-061-64/+107
* BGP: Ensure that freed neighbor entry is not accessedOndrej Zajicek (work)2021-06-012-1/+6
* Babel: Seqno requests are properly decoupled from neighbors when the underlyi...Maria Matejka2021-05-302-13/+20
* OSPF: Fix OSPFv3 in IPv4 mode with multiple areasOndrej Zajicek (work)2021-05-261-1/+1
* Babel: Log the reason when refusing to run on an interfaceOndrej Zajicek (work)2021-05-101-9/+19
* OSPF: Allow ifaces with host address as unnumbered PtP or PtMP ifacesOndrej Zajicek (work)2021-05-104-16/+30
* OSPF: Packets on PtP networks should be always sent to AllSPFRoutersOndrej Zajicek (work)2021-05-096-4/+17
* OSPF: Minor refactoring of packet sending codeOndrej Zajicek (work)2021-05-094-40/+38
* Routing tables list iteration should use explicit node struct positionMaria Matejka2021-03-301-3/+6
* BGP: Do not keep BAF_EXT_LEN flag internallyOndrej Zajicek (work)2021-03-301-2/+2
* BGP: Do not show statisticsOndrej Zajicek (work)2021-03-181-0/+2
* RPKI: Improve error handling of DNS resolverOndrej Zajicek (work)2021-03-171-5/+11
* Minor fixes for restricted buildsOndrej Zajicek (work)2021-03-171-5/+5
* Pipe: Propagate debug flags from protocol to channelsOndrej Zajicek (work)2021-03-161-0/+12
* OSPFv3: Update neighbor authentication state from Hello packetsOndrej Zajicek (work)2021-03-161-0/+11
* Static: Implement reload hookOndrej Zajicek (work)2021-03-102-3/+52
* Nest: Add option to control automatic RPKI reloadOndrej Zajicek (work)2021-02-121-2/+4
* BGP: Add support for BGP hostname capabilityVincent Bernat2021-02-104-0/+50
* MRT: Fix MP-BGP next hopsOndrej Zajicek (work)2021-01-221-1/+1
* MRT: Fix IPv6 table dumpsOndrej Zajicek (work)2021-01-123-19/+77
* BFD: Dispatch sessions also by interface indexOndrej Zajicek (work)2021-01-103-15/+19
* RPKI: Remove port (and SSH username) from 'Cache server' output lineOndrej Zajicek (work)2021-01-073-24/+10
* BGP: Deprecate 'missing lladdr' optionOndrej Zajicek (work)2021-01-063-9/+3
* Static: Fix handling of 'net' attribute in per-route filtersOndrej Zajicek (work)2020-12-281-0/+11
* Nest: Per-channel debug flagsOndrej Zajicek (work)2020-12-071-1/+1
* BGP: Zero the newly allocated bucket structureOndrej Zajicek (work)2020-11-251-3/+2
* Fix some failed asserts due to add_tail()Ondrej Zajicek (work)2020-11-241-0/+1
* Some minor sl_allocz() cleanupsOndrej Zajicek (work)2020-11-243-6/+3
* lib/slab: introduce sl_allocz() function and use it in BabelToke Høiland-Jørgensen2020-11-242-8/+7
* Static: Support for multiple routes with the same networkOndrej Zajicek (work)2020-11-192-16/+82
* OSPFv3: Fix intra-area-prefix-LSA origination on DROndrej Zajicek (work)2020-11-181-0/+3
* BFD: Better handling of BFD options in BGP configsOndrej Zajicek (work)2020-11-122-4/+4
* BFD: Fix superfluous reconfiguration of sessionsOndrej Zajicek (work)2020-11-121-3/+11
* BFD: Allow per-request session optionsOndrej Zajicek (work)2020-11-088-30/+90
* RPKI: Add 'ignore max length' optionOndrej Zajicek (work)2020-10-114-15/+41
* OSPF: Fixed a debug assertMaria Matejka2020-08-311-1/+1
* OSPF: Skip out-of-state packets earlierOndrej Zajicek (work)2020-08-121-4/+20
* Show info from multiple protocols when protocol is not specifiedOndrej Zajicek (work)2020-06-2810-39/+11
* OSPF: Fix bad header length testOndrej Zajicek (work)2020-06-101-3/+3
* RPKI: Fix unnecessary reconnection on reconfigurationKazuki Yamaguchi2020-06-031-1/+1
* OSPF: setting list node to zero before enlistingMaria Matejka2020-06-021-0/+1