summaryrefslogtreecommitdiffstats
path: root/ripngd (follow)
Commit message (Expand)AuthorAgeFilesLines
* ripngd: Remove #if 0 codeDonald Sharp2021-01-282-176/+0
* *: Remove route_map_object_t from the systemDonald Sharp2020-11-142-80/+63
* *: unify thread/event cancel macrosMark Stapp2020-10-231-1/+1
* * : update signature of thread_cancel apiMark Stapp2020-10-234-30/+8
* ripngd: Convert to using %pFXDonald Sharp2020-10-172-38/+23
* ripngd: Intentionally ignore return code for str2prefix_ipv6Donald Sharp2020-10-111-1/+1
* Merge pull request #7222 from idryzhov/fix-debugRenato Westphal2020-10-101-1/+1
|\
| * *: move "show debugging ..." commands to enable nodeIgor Ryzhov2020-10-021-1/+1
* | rip(ng)d: fix interfaces cleaningIgor Ryzhov2020-10-091-1/+2
* | *: add errmsg to nb rpcChirag Shah2020-10-051-1/+1
* | vtysh: dynamically generate the list of daemons for commandsIgor Ryzhov2020-10-021-0/+1
|/
* *: move all userdata when changing node xpathIgor Ryzhov2020-09-241-0/+7
* ripd, ripngd: info -> debugDonald Sharp2020-09-211-4/+5
* *: introduce DEFPY_YANG & friendsRenato Westphal2020-08-031-17/+17
* *: un-split strings across linesDavid Lamparter2020-07-141-2/+1
* *: add filter northbound supportRafael Zalamena2020-06-051-0/+1
* zebra: optimize the RIB get_next() callbackRenato Westphal2020-05-161-0/+1
* build: make clippy Makefile rules nicerDavid Lamparter2020-04-271-2/+3
* build: use VPATH for vtysh_scanDavid Lamparter2020-04-271-3/+3
* *: change the signature of the northbound callbacks to be more flexibleRenato Westphal2020-04-234-353/+260
* *: replace all random() callsRafael Zalamena2020-04-181-2/+3
* Merge pull request #6247 from FRRouting/nb_conversionsDonald Sharp2020-04-171-0/+1
|\
| * *: include vrf northbound module in initChirag Shah2020-04-161-0/+1
* | *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-163-0/+3
* | *: move CLI parent data to cmd_node->parent_nodeDavid Lamparter2020-04-162-0/+2
* | *: remove second parameter on install_node()David Lamparter2020-04-163-3/+9
* | *: remove cmd_node->vtyshDavid Lamparter2020-04-163-3/+0
* | *: clean up cmd_node initializersDavid Lamparter2020-04-163-4/+9
|/
* bgpd, lib, ripngd: Add agg_node_get_prefixDonald Sharp2020-03-244-37/+25
* Merge pull request #5927 from mjstapp/interval_string_apiDonald Sharp2020-03-171-12/+3
|\
| * lib, *: add a common time interval formatting apiMark Stapp2020-03-091-12/+3
* | treewide: fix some issues found with -Werror=undefRuben Kerkhof2020-03-101-1/+1
|/
* *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-081-1/+1
* Merge pull request #5916 from mjstapp/fix_gmtimeQuentin Young2020-03-052-13/+13
|\
| * *: use gmtime_r, localtime_r exclusivelyMark Stapp2020-03-052-13/+13
* | *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-3/+3
|/
* ripngd: Add vrf name to debug outputDonald Sharp2020-02-141-14/+30
* Merge pull request #5104 from opensourcerouting/route-map-nbv2Donald Sharp2020-02-051-0/+2
|\
| * *: fix route map integrationRafael Zalamena2020-02-041-0/+2
* | *: remove null check before XFREEQuentin Young2020-02-041-2/+1
* | *: don't null after XFREE; XFREE does this itselfQuentin Young2020-02-031-1/+0
|/
* doc: rename man pages to frr-*David Lamparter2020-01-151-1/+1
* ripngd: Fix redistribute/no redistribute rinse repeat commandsDonald Sharp2020-01-011-2/+2
* ripd, ripngd: Free up list after call into nb_cli_rpcDonald Sharp2019-12-131-1/+6
* lib: rename memory_vty.c to lib_vty.cDavid Lamparter2019-12-061-1/+0
* *: make frr_yang_module_info constDavid Lamparter2019-11-301-1/+1
* *: make all route_map_rule_cmd constDavid Lamparter2019-11-301-16/+32
* *: Convert connected_free to a double pointerDonald Sharp2019-11-021-1/+1
* ripngd: split northbound callbacks into multiple filesRenato Westphal2019-10-3011-1298/+1495
* *: strip trailing whitespaceQuentin Young2019-09-302-3/+3