summaryrefslogtreecommitdiffstats
path: root/vrrpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* build: make clippy Makefile rules nicerDavid Lamparter2020-04-271-2/+3
* build: use VPATH for vtysh_scanDavid Lamparter2020-04-271-1/+1
* *: change the signature of the northbound callbacks to be more flexibleRenato Westphal2020-04-231-143/+123
* *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-161-0/+3
* *: move CLI parent data to cmd_node->parent_nodeDavid Lamparter2020-04-161-0/+1
* *: remove second parameter on install_node()David Lamparter2020-04-161-3/+6
* *: remove cmd_node->vtyshDavid Lamparter2020-04-161-3/+0
* *: clean up cmd_node initializersDavid Lamparter2020-04-161-3/+17
* *: Do not cast to the same typeDonatas Abraitis2020-04-081-2/+1
* Merge pull request #5919 from qlyoung/fix-vrrp-mvl-uafDonatas Abraitis2020-03-091-6/+50
|\
| * vrrpd: search all vr's for mvl_ifp to nullQuentin Young2020-03-051-32/+44
| * vrrpd: always null mvl_ifp ptr when mvl is deletedQuentin Young2020-03-051-8/+40
* | vrrpd: fix build on Fedora RawhideRuben Kerkhof2020-03-071-7/+7
* | *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-1/+1
|/
* *: Return bool type for bool functionsDonatas Abraitis2020-03-041-3/+3
* *: Use short version of bool expressionsDonatas Abraitis2020-03-041-3/+3
* doc: rename man pages to frr-*David Lamparter2020-01-151-1/+1
* Merge pull request #5314 from qlyoung/yang-vrrpRenato Westphal2020-01-087-253/+1042
|\
| * vrrpd, yang: cleanup vrrp nb conversionQuentin Young2019-12-095-126/+88
| * vrrpd: remove unused variablesQuentin Young2019-12-091-4/+1
| * vrrpd: remove unused variable in nbQuentin Young2019-12-091-4/+2
| * vrrpd: northbound conversionQuentin Young2019-12-097-146/+972
| * vrrpd: allow vrrp_shutdown() on shutdown rtrQuentin Young2019-12-091-2/+3
| * vrrpd: const vrrp_lookup()Quentin Young2019-12-092-3/+3
| * vrrpd: make vrrp_[add|del]_ip not insaneQuentin Young2019-12-092-11/+16
* | vrrpd: support namespace vrf tooQuentin Young2019-12-181-2/+4
* | vrrpd: add vrf supportQuentin Young2019-12-092-9/+35
* | vrrpd: handle failure to lookup parent ifaceQuentin Young2019-12-091-0/+9
|/
* *: generously apply constDavid Lamparter2019-12-024-9/+6
* *: make frr_yang_module_info constDavid Lamparter2019-11-301-1/+1
* vrrpd: some more error logging fixesQuentin Young2019-10-301-3/+9
* vrrpd: only count ipv4 addresses on check startGhasem Naddaf2019-10-291-6/+6
* vrrpd: fix startup error message reportingQuentin Young2019-10-211-9/+11
* vrrpd: use CS2MS instead of constant 10 everywhereGhasem Naddaf2019-10-182-13/+15
* *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-191-18/+2
* *: Convert interface_down to interface down callbackDonald Sharp2019-09-191-20/+2
* *: Convert from ->interface_up to the interface callbackDonald Sharp2019-09-191-21/+2
* *: Switch all zclient->interface_add to interface create callbackDonald Sharp2019-09-191-20/+2
* *: Add infrastructure to support zapi interface callbacksDonald Sharp2019-09-193-0/+29
* *: frr_elevate_privs -> frr_with_privsDavid Lamparter2019-09-033-9/+5
* vrrpd: eliminate potential null derefQuentin Young2019-08-051-3/+3
* vrrpd: try to bind interfaces on if_down notificationsQuentin Young2019-08-021-0/+4
* vrrpd: add more dbg logs around interfacesQuentin Young2019-08-022-4/+27
* vrrpd: set interface ifindex to internal upon interface deletionQuentin Young2019-07-291-2/+2
* Merge pull request #4655 from qlyoung/fix-vrrp-iface-del-infiniteloopRenato Westphal2019-07-091-0/+2
|\
| * vrrpd: set interface ifindex to internal upon deletionQuentin Young2019-07-081-0/+2
* | vrrpd: use protocol number constantQuentin Young2019-07-081-2/+2
|/
* vrrpd: Allow vrrp to gracefully ignore access list commandsDonald Sharp2019-06-201-0/+1
* vrrpd: use MTYPE_STATICDavid Lamparter2019-06-219-67/+19
* vrrpd: fix coverity warningsQuentin Young2019-05-173-5/+15