summaryrefslogtreecommitdiff
path: root/vrrpd
AgeCommit message (Expand)Author
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
2019-12-02*: generously apply constDavid Lamparter
2019-11-30*: make frr_yang_module_info constDavid Lamparter
2019-10-30vrrpd: some more error logging fixesQuentin Young
2019-10-29vrrpd: only count ipv4 addresses on check startGhasem Naddaf
2019-10-21vrrpd: fix startup error message reportingQuentin Young
2019-10-17vrrpd: use CS2MS instead of constant 10 everywhereGhasem Naddaf
2019-09-19*: Convert zapi->interface_delete to ifp callbackDonald Sharp
2019-09-19*: Convert interface_down to interface down callbackDonald Sharp