aboutsummaryrefslogtreecommitdiffstats
path: root/proto/babel
Commit message (Expand)AuthorAgeFilesLines
* Babel: Seqno requests are properly decoupled from neighbors when the underlyi...Maria Matejka2021-05-302-13/+20
* Babel: Log the reason when refusing to run on an interfaceOndrej Zajicek (work)2021-05-101-9/+19
* lib/slab: introduce sl_allocz() function and use it in BabelToke Høiland-Jørgensen2020-11-242-8/+7
* Show info from multiple protocols when protocol is not specifiedOndrej Zajicek (work)2020-06-282-16/+4
* Babel: Set onlink flag for IPv4 routes with unreachable next hopOndrej Zajicek (work)2020-05-261-0/+8
* Nest: Added const to ea_show just to declare that this shouldn't really chang...Maria Matejka2020-05-011-1/+1
* Configuration strings are constant.Maria Matejka2020-04-092-4/+4
* Dynamic attributes definition split whether it is bitmask or not.Maria Matejka2019-07-031-1/+1
* Merge branch 'master' into HEADMaria Matejka2019-03-181-31/+14
|\
| * Nest: Update handling of temporary attributesOndrej Zajicek (work)2019-03-141-31/+14
* | Filter + Config: Fix bugs, tests and split symbols by typeMaria Matejka2019-02-201-4/+4
* | Filter refactoring: dropped the recursion from the interpreterMaria Matejka2019-02-201-1/+1
|/
* Doc: Rename code documentation files back to DocOndrej Zajicek (work)2018-12-141-0/+0
* Terminology cleanup: The import_control hook is now called preexport.Jan Maria Matejka2018-12-041-2/+2
* Nest: Do not hard-reset interface when preferred address is changedOndrej Zajicek (work)2018-11-281-14/+29
* Lib: Add and use ev_new_init()Ondrej Zajicek (work)2018-10-011-3/+1
* Cleanup some warningsOndrej Zajicek (work)2018-07-031-2/+1
* Doc: renamed progdoc files Doc -> progdoc to fix collision with doc/ folder o...Maria Matejka2018-06-261-0/+0
* Config: Dropping CF_ADDTO.Jan Maria Matejka2018-06-261-2/+2
* Merge branch 'int-new' into HEADJan Maria Matejka2018-06-192-3/+7
|\
| * Babel: Fix handling of missing IPv4 next hopsOndrej Zajicek (work)2018-06-132-3/+7
* | Nest: Removing separate tmpa from route propagationJan Maria Matejka2018-05-302-9/+10
* | Protocol: Introducing an enum protocol_classJan Maria Matejka2018-05-292-3/+3
|/
* Do not initialize route metrics in import_control hookOndrej Zajicek (work)2018-05-241-9/+3
* Babel: Add option to randomize router IDOndrej Zajicek (work)2018-05-033-1/+14
* Babel: Fix type of route entry router IDOndrej Zajicek (work)2018-05-031-1/+1
* Merge branch 'master' into int-newOndrej Zajicek (work)2018-03-071-3/+4
|\
| * Babel: Fix build with restricted protocol setOndrej Zajicek (work)2018-03-071-2/+3
* | Babel: Fix accidental bitwise or assignmentOndrej Zajicek (work)2018-02-131-1/+1
* | Babel: Add source-specific routing supportOndrej Zajicek (work)2018-02-133-28/+224
* | Merge commit '1e8721e2aeccfbc3f533e8b8abc07582cee77e9a' into int-newOndrej Zajicek (work)2017-12-071-7/+16
|\|
| * Babel: Parse flags in Hello TLVOndrej Zajicek (work)2017-11-281-5/+14
| * BGP: Shutdown communication (RFC 8203)Ondrej Zajicek (work)2017-09-191-2/+0
* | Merge commit '7b2c5f3d2826e3175bf31b1c36056c9efc587a2b' into int-newOndrej Zajicek (work)2017-12-071-0/+1
|\|
| * Basic VRF supportOndrej Zajicek (work)2017-09-061-0/+1
* | Timers: Revert temporary names and remove old timer.hOndrej Zajicek (work)2017-12-072-9/+9
* | Babel: More changes and bugfixesOndrej Zajicek (work)2017-12-074-293/+315
* | Babel: Fix handling of seqno requestsOndrej Zajicek (work)2017-12-072-142/+187
* | Babel: Fix handling of IPv4 retractionsOndrej Zajicek (work)2017-12-071-2/+2
* | Babel: Remove babel_proto ptr from babel_entryOndrej Zajicek (work)2017-12-072-47/+34
* | Babel: Fix hello timeout for short hello intervalsOndrej Zajicek (work)2017-12-071-5/+9
* | Babel: Revamp cost computation and run route selection when cost changeOndrej Zajicek (work)2017-12-073-87/+137
* | Babel: Fix unicast seqno requestsOndrej Zajicek (work)2017-12-071-26/+18
* | Babel: Avoid batch seqno updatesOndrej Zajicek (work)2017-12-072-2/+10
* | Babel: Fix Hello and IHU expirationOndrej Zajicek (work)2017-12-072-1/+6
* | Babel: Update to new timersOndrej Zajicek (work)2017-12-074-125/+136
* | Timers: Replace old timers with microsecond timersOndrej Zajicek (work)2017-12-071-2/+2
* | Nest: Maintain separate IPv4, IPv6 and LLv6 preferred addressesOndrej Zajicek (work)2017-12-072-31/+19
* | Babel: Interface address irrelevant for interface pattern matching.Jan Maria Matejka2017-10-171-1/+1
* | Babel: Fix pointer arithmetic in subtlv parsingOndrej Zajicek (work)2017-06-141-1/+1