summaryrefslogtreecommitdiffstats
path: root/vrrpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: Remove getopt.c and getopt1.cDonald Sharp2023-03-281-1/+2
* *: Convert event.h to frrevent.hDonald Sharp2023-03-242-2/+2
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-242-2/+2
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-13/+13
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-242-2/+2
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-27/+27
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-242-9/+9
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-242-2/+2
* *: Add a hash_clean_and_free() functionDonald Sharp2023-03-211-2/+1
* Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-1716-224/+16
|\
| * *: remove some leftover license blurbsDavid Lamparter2023-02-094-16/+0
| * *: auto-convert to SPDX License IDsDavid Lamparter2023-02-0916-208/+16
* | vrrpd: give null when using null ifp to lookup vrQuentin Young2023-02-101-0/+3
|/
* vrrpd: add IPv4 pseudoheader option for VRRPv3Siger Yang2022-11-257-24/+118
* build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-262-3/+0
* Merge pull request #12066 from opensourcerouting/cleanup-cli-xrefDonald Sharp2022-10-131-4/+4
|\
| * *: fix some malformed CLI docstringsDavid Lamparter2022-10-061-4/+4
* | *: Create and use infrastructure to show debugs in libDonald Sharp2022-10-071-0/+2
|/
* lib, vrrpd: Use THREAD_ARGDonald Sharp2022-07-211-3/+3
* *: remove the checking returned value for hash_get()anlan_cs2022-05-021-1/+1
* vrrpd: Fix display of 'Master Advertisement interval'Rajesh Varatharaj2022-04-221-4/+4
* vrrpd: Allow it to be built in directoryDonald Sharp2022-03-111-2/+2
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-11/+5
* *: use ipaddr_cmp instead of memcmpIgor Ryzhov2022-02-081-3/+3
* vrrpd: use ipaddr_is_zero when neededIgor Ryzhov2022-01-271-5/+2
* *: rework renaming the default VRFIgor Ryzhov2021-12-211-1/+1
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-222-22/+22
* Merge pull request #10032 from opensourcerouting/build-fix-20211111Donald Sharp2021-11-131-4/+3
|\
| * build: remove some useless intermediate librariesDavid Lamparter2021-11-111-4/+3
* | *: Convert quagga_signal_X to frr_signal_XDonald Sharp2021-11-111-1/+1
|/
* Merge pull request #9820 from idryzhov/if-nb-configMark Stapp2021-10-261-30/+1
|\
| * *: fix interface config write in NB-converted daemonsIgor Ryzhov2021-10-251-30/+1
* | Merge pull request #9854 from opensourcerouting/zapi-call-tableRuss White2021-10-261-4/+8
|\ \ | |/ |/|
| * *: convert zclient callbacks to tableDavid Lamparter2021-10-201-4/+8
* | lib: northbound cli show/cmd functions must not modify data nodesIgor Ryzhov2021-10-132-15/+19
|/
* lib: remove unused argument from vrf_cmd_initIgor Ryzhov2021-08-261-1/+1
* *: Drop `break` after using frr_help_exit() in switch/caseDonatas Abraitis2021-08-251-1/+0
* *: cleanup interface node installationIgor Ryzhov2021-07-291-10/+1
* lib: remove vrf-interface config when removing the VRFIgor Ryzhov2021-06-211-0/+1
* lib: adapt to version 2 of libyangChristian Hopps2021-05-131-1/+1
* *: remove *.conf.sample filesQuentin Young2021-04-091-1/+0
* *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-171-1/+1
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-174-5/+5
* *: remove tabs & newlines from log messagesDavid Lamparter2021-02-142-2/+2
* *: Convert all usage of zclient_send_message to new enumDonald Sharp2020-11-152-5/+4
* vrrpd: Convert to using %pFXPat Ruddy2020-10-152-17/+8
* Merge pull request #7222 from idryzhov/fix-debugRenato Westphal2020-10-101-2/+2
|\
| * *: move "show debugging ..." commands to enable nodeIgor Ryzhov2020-10-021-1/+1
| * *: move "debug ..." commands to enable nodeIgor Ryzhov2020-10-021-1/+1
* | vtysh: dynamically generate the list of daemons for commandsIgor Ryzhov2020-10-021-0/+1
|/