summaryrefslogtreecommitdiffstats
path: root/ripd (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* 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