summaryrefslogtreecommitdiff
path: root/vrrpd
AgeCommit message (Expand)Author
2023-02-14vrrpd: give null when using null ifp to lookup vrQuentin Young
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
2021-04-09*: remove *.conf.sample filesQuentin Young
2021-03-17*: require semicolon after FRR_DAEMON_INFO & co.David Lamparter
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2021-02-14*: remove tabs & newlines from log messagesDavid Lamparter
2020-11-15*: Convert all usage of zclient_send_message to new enumDonald Sharp
2020-10-15vrrpd: Convert to using %pFXPat Ruddy
2020-10-09Merge pull request #7222 from idryzhov/fix-debugRenato Westphal
2020-10-02vtysh: dynamically generate the list of daemons for commandsIgor Ryzhov
2020-10-02*: move "show debugging ..." commands to enable nodeIgor Ryzhov
2020-10-02*: move "debug ..." commands to enable nodeIgor Ryzhov
2020-08-13Merge pull request #6908 from qlyoung/vrrp-add-vrf-moduleRenato Westphal
2020-08-12vrrpd: add frr-vrf yang moduleQuentin Young
2020-08-11vrrpd: log errmsg, stricter nb validationQuentin Young
2020-08-11vrrpd: fix improper NB query during validationQuentin Young
2020-08-11vrrpd: don't allow autocreated vr's in NB layerQuentin Young
2020-08-03*: introduce DEFPY_YANG & friendsRenato Westphal
2020-07-26vrrpd: Make clang 11 happyDonald Sharp
2020-07-14*: remove PRI[udx](8|16|32)David Lamparter
2020-06-11*: have daemons call frr_fini() at terminationMark Stapp
2020-06-05*: integrate remaining daemons with filterRafael Zalamena
2020-04-27build: make clippy Makefile rules nicerDavid Lamparter
2020-04-27build: use VPATH for vtysh_scanDavid Lamparter
2020-04-23*: change the signature of the northbound callbacks to be more flexibleRenato Westphal
2020-04-16*: move CLI node names to cmd_node->nameDavid Lamparter
2020-04-16*: move CLI parent data to cmd_node->parent_nodeDavid Lamparter
2020-04-16*: remove second parameter on install_node()David Lamparter
2020-04-16*: remove cmd_node->vtyshDavid Lamparter