summaryrefslogtreecommitdiff
path: root/vrrpd
AgeCommit message (Expand)Author
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
2019-09-19*: Convert from ->interface_up to the interface callbackDonald Sharp
2019-09-19*: Switch all zclient->interface_add to interface create callbackDonald Sharp
2019-09-19*: Add infrastructure to support zapi interface callbacksDonald Sharp
2019-09-03*: frr_elevate_privs -> frr_with_privsDavid Lamparter
2019-08-05vrrpd: eliminate potential null derefQuentin Young
2019-08-02vrrpd: try to bind interfaces on if_down notificationsQuentin Young
2019-08-02vrrpd: add more dbg logs around interfacesQuentin Young
2019-07-29vrrpd: set interface ifindex to internal upon interface deletionQuentin Young
2019-07-09Merge pull request #4655 from qlyoung/fix-vrrp-iface-del-infiniteloopRenato Westphal
2019-07-08vrrpd: use protocol number constantQuentin Young
2019-07-08vrrpd: set interface ifindex to internal upon deletionQuentin Young
2019-06-20vrrpd: Allow vrrp to gracefully ignore access list commandsDonald Sharp
2019-06-21vrrpd: use MTYPE_STATICDavid Lamparter
2019-05-17vrrpd: fix coverity warningsQuentin Young
2019-05-17vrrpd: const vrrp_hash_keyQuentin Young
2019-05-17vrrpd: fix some clang-analyze warningsQuentin Young