summaryrefslogtreecommitdiffstats
path: root/babeld (follow)
Commit message (Expand)AuthorAgeFilesLines
* babeld: avoid reading the configuration file twiceRenato Westphal2018-08-131-3/+0
* babeld: Use enum instead of #defines for kernel route type informationDonald Sharp2018-08-112-15/+14
* Merge pull request #2486 from pacovn/cppcheck_fmt_validationDonald Sharp2018-06-182-2/+2
|\
| * babeld, lib, ospfd, tests: fmt fixes (cppcheck)paco2018-06-182-2/+2
* | babeld, eigrpd, ospfd: unsigned negative checkpaco2018-06-182-2/+2
|/
* babeld: fix cli option to override config file (-f)Martin Winter2018-05-011-3/+2
* babeld: be more explicit about route resize resultQuentin Young2018-04-131-0/+1
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-1/+1
* *: Track vrfs per nexthop not per route entryDonald Sharp2018-02-091-3/+2
* *: Send/receive the nexthop vrf_idDonald Sharp2018-01-121-0/+1
* babeld: if_eui64 never uses ifnameDonald Sharp2017-12-053-4/+4
* *: Make zapi route install Notifications optionalDonald Sharp2017-11-271-1/+1
* *: Modify zclient_init to require privs dataDonald Sharp2017-10-241-1/+1
* babeld: Make the zebra_privs_t available for useDonald Sharp2017-10-242-1/+3
* Merge pull request #1298 from opensourcerouting/iface-rb-treeDonald Sharp2017-10-164-53/+42
|\
| * *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-103-14/+3
| * *: introduce new rb-tree to optimize interface lookup by ifindexRenato Westphal2017-10-101-1/+1
| * *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-104-44/+44
* | babeld: Do not copy beyond end of dataDonald Sharp2017-10-102-2/+2
|/
* scan-build: fix warningVincent JARDIN2017-10-021-1/+0
* scan-build: cleanup some warningsVincent JARDIN2017-10-021-4/+6
* *: make all daemons call frr_fini() on exitRenato Westphal2017-09-121-0/+1
* Merge pull request #1078 from dwalton76/ospfd-network-cmd-warningRenato Westphal2017-08-311-1/+1
|\
| * *: return CMD_WARNING if command was already configuredDaniel Walton2017-08-311-1/+1
* | Merge pull request #1056 from opensourcerouting/oldbits-0Donald Sharp2017-08-291-2/+2
|\ \
| * | *: remove empty "interface XYZ" config blocksDavid Lamparter2017-08-291-2/+2
| |/
* / *: remove ZEBRA_FLAG_{BLACKHOLE,REJECT} from APIDavid Lamparter2017-08-281-1/+1
|/
* *: fix compiler warningsDavid Lamparter2017-08-262-3/+3
* *: use zapi_route to send/receive redistributed routes as wellRenato Westphal2017-08-243-161/+49
* babeld: unify kernel_route_v4() and kernel_route_v6()Renato Westphal2017-08-231-97/+54
* lib/zserv: introduce address-family independent ZAPI message typesRenato Westphal2017-08-231-6/+4
* lib: updates to zapi_routeRenato Westphal2017-08-231-16/+18
* babeld/eigrpd/ldpd/nhrpd: add prefix length sanity checksRenato Westphal2017-08-231-3/+3
* babeld/nhrpd: ignore ipv6 srcdest routesRenato Westphal2017-08-231-1/+11
* *: remove leftovers from "router zebra"Renato Westphal2017-08-231-28/+0
* Merge pull request #1009 from donaldsharp/show_cmdsDavid Lamparter2017-08-211-0/+16
|\
| * *: Add 'show debugging' command from vtyshDonald Sharp2017-08-211-0/+16
* | lib: replace if_add_hook with hook_* logicDavid Lamparter2017-08-151-2/+2
|/
* build: non-recursive babeld & eigrpdDavid Lamparter2017-08-044-31/+60
* doc/babeld: small documentation updateRenato Westphal2017-08-021-2/+2
* babeld: remove redundant startup messageRenato Westphal2017-07-262-3/+0
* babel: fix crashes and improve the redistribute commandRenato Westphal2017-07-262-72/+37
* Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-142-6/+8
|\
| * Merge pull request #815 from dwalton76/CMD_WARNING_take2Russ White2017-07-142-6/+6
| |\
| | * vtysh: return non-zero for configuration failuresDaniel Walton2017-07-132-6/+6
| * | babeld: Allow babel to redistribute v6 routesDonald Sharp2017-07-131-0/+2
| |/
* | *: remove VTYNL, part 5 of 6David Lamparter2017-07-141-16/+13
* | *: ditch vty_outln(), part 2 of 2David Lamparter2017-07-142-7/+7
* | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-133-53/+53
|/
* *: fix excess docstringQuentin Young2017-07-051-2/+1