summaryrefslogtreecommitdiff
path: root/ripd
AgeCommit message (Expand)Author
2022-02-17ripd: Fix packet send for non primary addressesDonald Sharp
2021-12-21*: rework renaming the default VRFIgor Ryzhov
2021-11-22*: cleanup ifp->vrf_idIgor Ryzhov
2021-11-17*: clean up ifp-by-local-address function(s)David Lamparter
2021-11-13Merge pull request #10032 from opensourcerouting/build-fix-20211111Donald Sharp
2021-11-11*: Convert quagga_signal_X to frr_signal_XDonald Sharp
2021-11-11build: remove some useless intermediate librariesDavid Lamparter
2021-10-31lib: Add autocomplete for access-listsDonatas Abraitis
2021-10-26Merge pull request #9820 from idryzhov/if-nb-configMark Stapp
2021-10-26Merge pull request #9854 from opensourcerouting/zapi-call-tableRuss White
2021-10-25*: fix interface config write in NB-converted daemonsIgor Ryzhov
2021-10-20*: convert zclient callbacks to tableDavid Lamparter
2021-10-13lib: northbound cli show/cmd functions must not modify data nodesIgor Ryzhov
2021-10-04ripd: Ensure better `struct thread *` semanticsDonald Sharp
2021-09-07ripd: Fix spelling errorsschylar
2021-08-27Merge pull request #9496 from idryzhov/vrf-cmd-init-unused-argDavid Lamparter
2021-08-26Merge pull request #9331 from idryzhov/explicit-exitChristian Hopps
2021-08-26lib: remove unused argument from vrf_cmd_initIgor Ryzhov
2021-08-25*: Drop `break` after using frr_help_exit() in switch/caseDonatas Abraitis
2021-08-23*: explicitly print "exit" at the end of every node configIgor Ryzhov
2021-08-05bgpd: Fix misleading comments for some partsDonatas Abraitis
2021-08-03Merge pull request #9191 from idryzhov/rip-authRuss White
2021-07-29*: cleanup interface node installationIgor Ryzhov
2021-07-27ripd: fix authentication key lengthIgor Ryzhov
2021-07-21build: fix `AM_LDFLAGS` usage (and gcov)David Lamparter
2021-07-01*: Convert numeric 32 into IPV4_MAX_BITLEN for prefixlenDonatas Abraitis
2021-07-01*: Replace IPV4_MAX_PREFIXLEN to IPV4_MAX_BITLENDonatas Abraitis
2021-06-21lib: remove vrf-interface config when removing the VRFIgor Ryzhov
2021-06-02northbound: KISS always batch yang config (file read), it's fasterChristian Hopps
2021-05-17ripd: fix interface wakeup after shutdownIgor Ryzhov
2021-05-13lib: adapt to version 2 of libyangChristian Hopps
2021-05-04lib, ripd, ripngd, vtysh: Move distribute list to `correct` spotDonald Sharp
2021-04-21build: properly split CFLAGS from AC_CFLAGSDavid Lamparter
2021-04-21build: make builddir include path consistentDavid Lamparter
2021-04-09*: remove *.conf.sample filesQuentin Young
2021-03-25lib, bgpd: add a specific oid_copy function for IPv6 addrsPat Ruddy
2021-03-17*: require semicolon after FRR_DAEMON_INFO & co.David Lamparter
2021-03-17*: require semicolon after DEFINE_HOOK & co.David Lamparter
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2021-03-17snmp: change -std=gnu99 to -std=gnu11David Lamparter
2021-03-09ripd: Convert to using internal printf formattersDonald Sharp
2021-01-28ripd: #if 0 we know what you are up to.Donald Sharp
2020-12-14*: Replace s_addr check agains 0 with INADDR_ANYDonatas Abraitis
2020-11-13*: Remove route_map_object_t from the systemDonald Sharp
2020-10-23*: unify thread/event cancel macrosMark Stapp
2020-10-23* : update signature of thread_cancel apiMark Stapp
2020-10-22ripd: replace inet_ntoaMark Stapp
2020-10-17ripd: Convert to using %pFXDonald Sharp
2020-10-09rip(ng)d: fix interfaces cleaningIgor Ryzhov
2020-10-05*: add errmsg to nb rpcChirag Shah