summaryrefslogtreecommitdiff
path: root/ripngd
AgeCommit message (Expand)Author
2022-10-13ripngd: Cleanup memory allocations on shutdownDonald Sharp
2022-07-21ripngd: Convert thread_cancel to THREAD_OFFDonald Sharp
2022-07-21ripngd: Remove various macros that overlap THREAD_OFFDonald Sharp
2022-06-13*: Use autocomplete for route-maps under commands that require itDonatas Abraitis
2022-05-11*: Properly use memset() when zeroingDonatas Abraitis
2022-05-08*: Avoid casting to the same type as on the leftDonatas Abraitis
2022-04-19*: Fix spelling of modifedDonald Sharp
2022-04-02*: Fix spelling of IntefaceDonald Sharp
2022-04-02*: Fix spelling of ojbectDonald Sharp
2022-04-02*: Fix spelling of wetherDonald Sharp
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2021-12-21*: rework renaming the default VRFIgor Ryzhov
2021-11-22*: cleanup ifp->vrf_idIgor Ryzhov
2021-11-13Merge pull request #10032 from opensourcerouting/build-fix-20211111Donald Sharp
2021-11-12Merge pull request #10036 from donaldsharp/finally_frrJafar Al-Gharaibeh
2021-11-11*: Convert quagga_signal_X to frr_signal_XDonald Sharp
2021-11-11build: remove some useless intermediate librariesDavid Lamparter
2021-11-11*: use compiler.h MIN/MAX macros instead of everyone having oneDonald Sharp
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-04ripngd: Ensure better `struct thread *` semanticsDonald Sharp
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-07-29*: cleanup interface node installationIgor Ryzhov
2021-07-01*: Convert numeric 128 into IPV6_MAX_BITLEN for prefixlenDonatas 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-17ripngd: 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-09*: remove *.conf.sample filesQuentin Young
2021-03-31ripngd: use pI6 instead of inet6_ntoaMark Stapp
2021-03-17*: require semicolon after FRR_DAEMON_INFO & co.David Lamparter
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2021-03-09ripngd: Convet to using internal printf modifiersDonald Sharp
2021-01-28ripngd: Remove #if 0 codeDonald Sharp
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-17ripngd: Convert to using %pFXDonald Sharp
2020-10-11ripngd: Intentionally ignore return code for str2prefix_ipv6Donald Sharp
2020-10-09Merge pull request #7222 from idryzhov/fix-debugRenato Westphal
2020-10-09rip(ng)d: fix interfaces cleaningIgor Ryzhov