summaryrefslogtreecommitdiffstats
path: root/ripd (follow)
Commit message (Expand)AuthorAgeFilesLines
* build: make clippy Makefile rules nicerDavid Lamparter2020-04-271-2/+3
* build: use VPATH for vtysh_scanDavid Lamparter2020-04-271-3/+3
* Merge pull request #6279 from opensourcerouting/nb-cb-argsDonald Sharp2020-04-244-515/+360
|\
| * *: change the signature of the northbound callbacks to be more flexibleRenato Westphal2020-04-234-515/+360
* | Merge pull request #6262 from qlyoung/remove-sprintfDavid Lamparter2020-04-231-2/+2
|\ \ | |/ |/|
| * *: sprintf -> snprintfQuentin Young2020-04-211-2/+2
* | *: replace all random() callsRafael Zalamena2020-04-181-2/+4
|/
* 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-5/+13
|/
* lib, *: add a common time interval formatting apiMark Stapp2020-03-091-12/+3
* *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-083-3/+3
* 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-1/+1
|/
* ripd: Add vrf name to debug outputDonald Sharp2020-02-141-14/+29
* *: Remove break after returnDonatas Abraitis2020-02-131-4/+0
* Merge pull request #5763 from ton31337/fix/return_without_parentRenato Westphal2020-02-101-1/+1
|\
| * *: Remove parenthesis on return for constantsDonatas Abraitis2020-02-091-1/+1
* | *: Replace s_addr 0 => INADDR_ANYDonatas Abraitis2020-02-062-15/+23
* | 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
* ripd: Fix redistribute/no redistribute rinse repeate 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-31/+62
* *: Convert connected_free to a double pointerDonald Sharp2019-11-021-1/+1
* ripd: split northbound callbacks into multiple filesRenato Westphal2019-10-3013-1920/+2205
* *: strip trailing whitespaceQuentin Young2019-09-301-1/+1
* *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-192-22/+1
* *: Convert interface_down to interface down callbackDonald Sharp2019-09-192-19/+1
* *: Convert from ->interface_up to the interface callbackDonald Sharp2019-09-192-16/+1
* *: Switch all zclient->interface_add to interface create callbackDonald Sharp2019-09-192-10/+1
* *: Add infrastructure to support zapi interface callbacksDonald Sharp2019-09-191-0/+22
* Revert "lib: introduce a read-write lock for northbound configurations"Renato Westphal2019-09-181-11/+7
* Merge pull request #4564 from pguibert6WIND/misc_vrf_update_nameRuss White2019-09-171-1/+36
|\
| * ripd: change vrf name with bypassing nb apiPhilippe Guibert2019-08-271-0/+35
| * ripd: update the default vrf name by registering to callbackPhilippe Guibert2019-08-271-1/+1
* | *: frr_elevate_privs -> frr_with_privsDavid Lamparter2019-09-031-2/+2
|/
* ospfd,ripd: Enabling build with opensslMichal Ruprich2019-08-081-0/+30
* lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy2019-07-221-32/+29
* ripd: fix problems with the "ip rip authentication" commandRenato Westphal2019-07-021-3/+5