summaryrefslogtreecommitdiff
path: root/ripd
AgeCommit message (Expand)Author
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
2020-10-02vtysh: dynamically generate the list of daemons for commandsIgor Ryzhov
2020-09-24*: move all userdata when changing node xpathIgor Ryzhov
2020-09-21ripd, ripngd: info -> debugDonald Sharp
2020-08-03*: introduce DEFPY_YANG & friendsRenato Westphal
2020-07-14*: un-split strings across linesDavid Lamparter
2020-06-05*: add filter northbound supportRafael Zalamena
2020-05-15zebra: optimize the RIB get_next() callbackRenato Westphal
2020-04-27build: make clippy Makefile rules nicerDavid Lamparter
2020-04-27build: use VPATH for vtysh_scanDavid Lamparter
2020-04-24Merge pull request #6279 from opensourcerouting/nb-cb-argsDonald Sharp