aboutsummaryrefslogtreecommitdiffstats
path: root/proto
Commit message (Expand)AuthorAgeFilesLines
* 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
* Babel: Set onlink flag for IPv4 routes with unreachable next hopOndrej Zajicek (work)2020-05-261-0/+8
* OSPF: Fix handling of unnumbered PtPsOndrej Zajicek (work)2020-05-265-12/+59
* RIP: Triggered RIP (demand circuit) documentationOndrej Zajicek (work)2020-05-191-4/+5
* RIP: Fix handling of passive mode for demand circuit interfacesOndrej Zajicek (work)2020-05-121-1/+15
* Merge remote-tracking branch 'origin/mq-static-analysis'Maria Matejka2020-05-019-25/+37
|\
| * Nest: Added const to ea_show just to declare that this shouldn't really chang...Maria Matejka2020-05-016-13/+13
| * OSPF: Zero-initialization of a temporary neighborMaria Matejka2020-05-011-9/+10
| * RPKI: fixed rare va_list leakMaria Matejka2020-05-011-0/+1
| * OSPF: Adding a note about a static analyzer result.Maria Matejka2020-05-011-0/+8
| * OSPF: variable-length array of size 0 replaced by alloca()'d pointerMaria Matejka2020-05-011-2/+4
| * Not calling memcpy with n=0.Maria Matejka2020-04-281-1/+1
* | BGP: Fix handling of strange IPv6 link-local-only next hopsOndrej Zajicek (work)2020-04-291-1/+4
|/
* BGP: Fix handling of 16bit-only ASN translationNasato Goto2020-04-151-0/+1
* Configuration strings are constant.Maria Matejka2020-04-0910-18/+18
* RIP: Improvements to demand circuit modeOndrej Zajicek (work)2020-03-143-4/+51
* Perf: changed route update pattern to be more like common protocolsMaria Matejka2020-03-122-39/+31
* BGP: Handle flowspec rules without dst partOndrej Zajicek (work)2020-03-031-14/+14
* BGP: Support for MD5SIG together with remote rangeOndrej Zajicek (work)2020-02-271-1/+10
* RIP: Demand circuit support (RFC 2091)Ondrej Zajicek (work)2020-02-214-51/+335
* RIP: Fix crash when interface is removedOndrej Zajicek (work)2020-02-141-3/+3
* RPKI: Allow build without libSSHMaria Matejka2020-02-044-0/+18
* BFD: Option to specify which class of BFD sessions are acceptedOndrej Zajicek (work)2020-01-283-6/+52
* OSPF: Fix bad initialization of tx_hdrlen fieldOndrej Zajicek (work)2020-01-091-4/+8
* BGP: Add some statisticsOndrej Zajicek (work)2019-12-033-0/+39
* BGP: Fix processing of IPv6 FlowspecOndrej Zajicek (work)2019-11-181-10/+2
* BGP: Add option to enforce first AS in AS_PATHOndrej Zajicek (work)2019-11-104-6/+26
* BGP: Add option to reject AS_SETsOndrej Zajicek (work)2019-11-043-3/+10