summaryrefslogtreecommitdiffstats
path: root/ripngd (follow)
Commit message (Expand)AuthorAgeFilesLines
* build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-262-7/+0
* ripngd: Cleanup memory allocations on shutdownDonald Sharp2022-10-121-0/+7
* *: Create and use infrastructure to show debugs in libDonald Sharp2022-10-071-0/+2
* ripngd: Convert thread_cancel to THREAD_OFFDonald Sharp2022-07-213-6/+6
* ripngd: Remove various macros that overlap THREAD_OFFDonald Sharp2022-07-214-22/+20
* *: Use autocomplete for route-maps under commands that require itDonatas Abraitis2022-06-131-1/+1
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-5/+5
* *: Avoid casting to the same type as on the leftDonatas Abraitis2022-05-081-1/+1
* *: Fix spelling of modifedDonald Sharp2022-04-191-2/+2
* *: 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-28/+14
* *: rework renaming the default VRFIgor Ryzhov2021-12-211-40/+2
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-221-34/+21
* 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
* | Merge pull request #10036 from donaldsharp/finally_frrJafar Al-Gharaibeh2021-11-131-1/+1
|\ \
| * | *: Convert quagga_signal_X to frr_signal_XDonald Sharp2021-11-111-1/+1
* | | *: use compiler.h MIN/MAX macros instead of everyone having oneDonald Sharp2021-11-111-3/+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-27/+39
|/
* ripngd: Ensure better `struct thread *` semanticsDonald Sharp2021-10-043-15/+0
* 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
|/
* *: cleanup interface node installationIgor Ryzhov2021-07-291-12/+1
* *: Convert numeric 128 into IPV6_MAX_BITLEN for prefixlenDonatas Abraitis2021-07-011-1/+1
* 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
* ripngd: fix interface wakeup after shutdownIgor Ryzhov2021-05-171-0/+3
* lib: adapt to version 2 of libyangChristian Hopps2021-05-132-6/+6
* lib, ripd, ripngd, vtysh: Move distribute list to `correct` spotDonald Sharp2021-05-042-3/+47
* *: remove *.conf.sample filesQuentin Young2021-04-092-22/+0
* ripngd: use pI6 instead of inet6_ntoaMark Stapp2021-03-312-51/+47
* *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-171-1/+2
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-177-10/+10
* ripngd: Convet to using internal printf modifiersDonald Sharp2021-03-101-5/+2
* ripngd: Remove #if 0 codeDonald Sharp2021-01-282-176/+0
* *: Remove route_map_object_t from the systemDonald Sharp2020-11-142-80/+63
* *: unify thread/event cancel macrosMark Stapp2020-10-231-1/+1
* * : update signature of thread_cancel apiMark Stapp2020-10-234-30/+8
* ripngd: Convert to using %pFXDonald Sharp2020-10-172-38/+23
* ripngd: Intentionally ignore return code for str2prefix_ipv6Donald Sharp2020-10-111-1/+1