summaryrefslogtreecommitdiff
path: root/vrrpd
AgeCommit message (Expand)Author
2024-10-08vrrpd: iterate over all ancillary messagesRafael Zalamena
2024-02-01*: create a single registry of daemons' default port valuesMark Stapp
2024-01-27*: fix `frr_daemon_info` indentationDavid Lamparter
2024-01-23lib: remove leaf-list xpath hack from northboundIgor Ryzhov
2023-11-29lib: all: remove './' from xpath 22% speedupChristian Hopps
2023-11-22*: convert `struct interface->connected` to DLISTDavid Lamparter
2023-11-02lib: convert if_zapi_callbacks into actual hooksDavid Lamparter
2023-06-21Merge pull request #13731 from cyberstorm-mauritius/cid1519841mobash-rasool
2023-06-19vrrpd: add priority field into interface jsonSindhu Parvathi Gopinathan
2023-06-13vrrp: check return value for turning off multicast for v6Loganaden Velvindron
2023-03-28lib: Remove getopt.c and getopt1.cDonald Sharp
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert `struct event_master` to `struct event_loop`Donald Sharp
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert struct thread_master to struct event_master and it's ilkDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-03-21*: Add a hash_clean_and_free() functionDonald Sharp
2023-02-17Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp
2023-02-10vrrpd: give null when using null ifp to lookup vrQuentin Young
2023-02-09*: remove some leftover license blurbsDavid Lamparter
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-11-25vrrpd: add IPv4 pseudoheader option for VRRPv3Siger Yang
2022-10-26build, vtysh: extract vtysh commands from .xrefDavid Lamparter
2022-10-13Merge pull request #12066 from opensourcerouting/cleanup-cli-xrefDonald Sharp
2022-10-07*: Create and use infrastructure to show debugs in libDonald Sharp
2022-10-06*: fix some malformed CLI docstringsDavid Lamparter
2022-07-21lib, vrrpd: Use THREAD_ARGDonald Sharp
2022-05-03*: remove the checking returned value for hash_get()anlan_cs
2022-04-22vrrpd: Fix display of 'Master Advertisement interval'Rajesh Varatharaj
2022-03-11vrrpd: Allow it to be built in directoryDonald Sharp
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2022-02-08*: use ipaddr_cmp instead of memcmpIgor Ryzhov
2022-01-27vrrpd: use ipaddr_is_zero when neededIgor Ryzhov
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-11*: Convert quagga_signal_X to frr_signal_XDonald Sharp
2021-11-11build: remove some useless intermediate librariesDavid Lamparter
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-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-07-29*: cleanup interface node installationIgor Ryzhov
2021-06-21lib: remove vrf-interface config when removing the VRFIgor Ryzhov
2021-05-13lib: adapt to version 2 of libyangChristian Hopps