summaryrefslogtreecommitdiffstats
path: root/ripd (follow)
Commit message (Expand)AuthorAgeFilesLines
* build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-262-7/+0
* ripd: Cleanup memory allocations on shutdownDonald Sharp2022-10-121-0/+8
* *: Create and use infrastructure to show debugs in libDonald Sharp2022-10-071-0/+2
* Merge pull request #11898 from sri-mohan1/sri-rip-dbg1Donatas Abraitis2022-09-041-11/+9
|\
| * ripd: changes for code maintainabilitysri-mohan12022-09-021-11/+9
* | ripd: Use a sequence number instead of timeDonald Sharp2022-08-241-1/+2
|/
* ripd: Convert thread_cancel to THREAD_OFFDonald Sharp2022-07-213-3/+3
* ripd: Remove various macros that overlap THREAD_OFFDonald Sharp2022-07-214-28/+25
* *: Use autocomplete for route-maps under commands that require itDonatas Abraitis2022-06-131-1/+1
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-114-10/+10
* ripd: Use correct usage of memcpy() when zeroing structDonatas Abraitis2022-05-111-4/+3
* *: Fix spelling of modifedDonald Sharp2022-04-191-2/+2
* *: Fix spelling of strucutreDonald Sharp2022-04-191-1/+1
* *: Fix spelling of IntefaceDonald Sharp2022-04-021-3/+3
* *: Fix spelling of ojbectDonald Sharp2022-04-021-2/+2
* *: Fix spelling of wetherDonald Sharp2022-04-021-4/+4
* *: Change thread->func to return void instead of intDonald Sharp2022-02-243-40/+25
* Merge pull request #10593 from donaldsharp/rip_cleanupRuss White2022-02-221-540/+510
|\
| * ripd: Cleanup ripd.c indentation levels and commentsDonald Sharp2022-02-161-540/+510
* | ripd: Fix packet send for non primary addressesDonald Sharp2022-02-161-0/+1
|/
* *: rework renaming the default VRFIgor Ryzhov2021-12-211-39/+1
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-221-33/+21
* *: clean up ifp-by-local-address function(s)David Lamparter2021-11-171-1/+1
* Merge pull request #10032 from opensourcerouting/build-fix-20211111Donald Sharp2021-11-131-6/+3
|\
| * build: remove some useless intermediate librariesDavid Lamparter2021-11-111-6/+3
* | *: Convert quagga_signal_X to frr_signal_XDonald Sharp2021-11-111-1/+1
* | lib: Add autocomplete for access-listsDonatas Abraitis2021-10-311-3/+3
|/
* Merge pull request #9820 from idryzhov/if-nb-configMark Stapp2021-10-261-28/+1
|\
| * *: fix interface config write in NB-converted daemonsIgor Ryzhov2021-10-251-28/+1
* | Merge pull request #9854 from opensourcerouting/zapi-call-tableRuss White2021-10-261-6/+10
|\ \ | |/ |/|
| * *: convert zclient callbacks to tableDavid Lamparter2021-10-201-6/+10
* | lib: northbound cli show/cmd functions must not modify data nodesIgor Ryzhov2021-10-132-48/+58
|/
* ripd: Ensure better `struct thread *` semanticsDonald Sharp2021-10-043-14/+0
* ripd: Fix spelling errorsschylar2021-09-071-2/+2
* Merge pull request #9496 from idryzhov/vrf-cmd-init-unused-argDavid Lamparter2021-08-271-1/+1
|\
| * lib: remove unused argument from vrf_cmd_initIgor Ryzhov2021-08-261-1/+1
* | Merge pull request #9331 from idryzhov/explicit-exitChristian Hopps2021-08-261-0/+2
|\ \ | |/ |/|
| * *: explicitly print "exit" at the end of every node configIgor Ryzhov2021-08-231-0/+2
* | *: Drop `break` after using frr_help_exit() in switch/caseDonatas Abraitis2021-08-251-1/+0
|/
* bgpd: Fix misleading comments for some partsDonatas Abraitis2021-08-051-1/+1
* Merge pull request #9191 from idryzhov/rip-authRuss White2021-08-031-4/+8
|\
| * ripd: fix authentication key lengthIgor Ryzhov2021-07-271-4/+8
* | *: cleanup interface node installationIgor Ryzhov2021-07-291-11/+1
|/
* build: fix `AM_LDFLAGS` usage (and gcov)David Lamparter2021-07-211-1/+1
* *: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlenDonatas Abraitis2021-07-011-1/+2
* *: Replace IPV4_MAX_PREFIXLEN to IPV4_MAX_BITLENDonatas Abraitis2021-07-012-2/+2
* 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