summaryrefslogtreecommitdiff
path: root/vrrpd/vrrp_zebra.c
AgeCommit message (Expand)Author
2023-11-22*: convert `struct interface->connected` to DLISTDavid Lamparter
2023-11-02lib: convert if_zapi_callbacks into actual hooksDavid Lamparter
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2021-11-22*: cleanup ifp->vrf_idIgor Ryzhov
2021-10-20*: convert zclient callbacks to tableDavid Lamparter
2020-11-15*: Convert all usage of zclient_send_message to new enumDonald Sharp
2020-10-15vrrpd: Convert to using %pFXPat Ruddy
2020-03-05*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis
2019-12-09vrrpd: add vrf supportQuentin Young
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-08-02vrrpd: add more dbg logs around interfacesQuentin Young
2019-07-29vrrpd: set interface ifindex to internal upon interface deletionQuentin Young
2019-07-08vrrpd: set interface ifindex to internal upon deletionQuentin Young
2019-05-17lib, vrrpd: define & use ZEBRA_ROUTE_VRRPQuentin Young
2019-05-17vrrpd, lib: style fixesQuentin Young
2019-05-17vrrpd: don't update interface addrs on ifupQuentin Young
2019-05-17vrrpd: enable vrrp zebra debuggingQuentin Young
2019-05-17vrrpd: interface trackingQuentin Young
2019-05-17vrrpd: autoconfig support, continuedQuentin Young
2019-05-17vrrpd: autoconfig supportQuentin Young
2019-05-17vrrpd: protodown macvlan in backup stateQuentin Young
2019-05-17vrrpd: fix headersQuentin Young
2019-05-17vrrpd: send ND Router AdvertisementsQuentin Young
2019-05-17vrrpd: zebra connectionsQuentin Young
2019-05-17vrrpd: initial commitQuentin Young