summaryrefslogtreecommitdiff
path: root/vrrpd
AgeCommit message (Expand)Author
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
2020-04-16*: clean up cmd_node initializersDavid Lamparter
2020-04-08*: Do not cast to the same typeDonatas Abraitis
2020-03-09Merge pull request #5919 from qlyoung/fix-vrrp-mvl-uafDonatas Abraitis
2020-03-07vrrpd: fix build on Fedora RawhideRuben Kerkhof
2020-03-05vrrpd: search all vr's for mvl_ifp to nullQuentin Young
2020-03-05vrrpd: always null mvl_ifp ptr when mvl is deletedQuentin Young
2020-03-05*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis
2020-03-04*: Return bool type for bool functionsDonatas Abraitis
2020-03-04*: Use short version of bool expressionsDonatas Abraitis
2020-01-15doc: rename man pages to frr-*David Lamparter
2020-01-07Merge pull request #5314 from qlyoung/yang-vrrpRenato Westphal
2019-12-18vrrpd: support namespace vrf tooQuentin Young
2019-12-09vrrpd, yang: cleanup vrrp nb conversionQuentin Young
2019-12-09vrrpd: remove unused variablesQuentin Young
2019-12-09vrrpd: remove unused variable in nbQuentin Young
2019-12-09vrrpd: northbound conversionQuentin Young
2019-12-09vrrpd: allow vrrp_shutdown() on shutdown rtrQuentin Young
2019-12-09vrrpd: const vrrp_lookup()Quentin Young
2019-12-09vrrpd: make vrrp_[add|del]_ip not insaneQuentin Young
2019-12-09vrrpd: add vrf supportQuentin Young
2019-12-09vrrpd: handle failure to lookup parent ifaceQuentin Young