summaryrefslogtreecommitdiffstats
path: root/ripd (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: remove vrf-interface config when removing the VRFIgor Ryzhov2021-06-211-0/+2
* northbound: KISS always batch yang config (file read), it's fasterChristian Hopps2021-06-021-1/+1
* ripd: fix interface wakeup after shutdownIgor Ryzhov2021-05-171-0/+3
* lib: adapt to version 2 of libyangChristian Hopps2021-05-133-12/+12
* lib, ripd, ripngd, vtysh: Move distribute list to `correct` spotDonald Sharp2021-05-042-3/+45
* build: properly split CFLAGS from AC_CFLAGSDavid Lamparter2021-04-211-1/+1
* build: make builddir include path consistentDavid Lamparter2021-04-211-1/+1
* *: remove *.conf.sample filesQuentin Young2021-04-092-23/+0
* lib, bgpd: add a specific oid_copy function for IPv6 addrsPat Ruddy2021-03-251-5/+4
* *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-172-2/+4
* *: require semicolon after DEFINE_HOOK & co.David Lamparter2021-03-172-4/+4
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-176-11/+11
* snmp: change -std=gnu99 to -std=gnu11David Lamparter2021-03-171-1/+1
* ripd: Convert to using internal printf formattersDonald Sharp2021-03-101-14/+7
* ripd: #if 0 we know what you are up to.Donald Sharp2021-01-283-61/+0
* *: Replace s_addr check agains 0 with INADDR_ANYDonatas Abraitis2020-12-141-3/+3
* *: Remove route_map_object_t from the systemDonald Sharp2020-11-142-144/+106
* *: unify thread/event cancel macrosMark Stapp2020-10-232-2/+2
* * : update signature of thread_cancel apiMark Stapp2020-10-232-6/+2
* ripd: replace inet_ntoaMark Stapp2020-10-224-81/+71
* ripd: Convert to using %pFXDonald Sharp2020-10-172-29/+18
* 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-34/+34
* *: un-split strings across linesDavid Lamparter2020-07-142-18/+9
* *: 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
* 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