summaryrefslogtreecommitdiff
path: root/ripngd/ripng_zebra.c
AgeCommit message (Expand)Author
2021-10-20*: convert zclient callbacks to tableDavid Lamparter
2020-03-24bgpd, lib, ripngd: Add agg_node_get_prefixDonald Sharp
2019-12-31ripngd: Fix redistribute/no redistribute rinse repeat commandsDonald Sharp
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-05-03*: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young
2019-04-04Merge pull request #3548 from opensourcerouting/rip-vrfDonald Sharp
2019-03-27isisd, ospf6d, ripngd: Do not allow v6 LL's to be `redist connected` inDonald Sharp
2019-01-24Treewide: use ANSI function definitionsRuben Kerkhof
2019-01-18ripd, ripngd: change how we keep track of redistribution configurationRenato Westphal
2019-01-18ripngd: add VRF supportRenato Westphal
2019-01-18ripngd: remove the ripng global variableRenato Westphal
2019-01-18ripngd: simplify cleaning up of routing instanceRenato Westphal
2018-12-03ripngd: fix SIGHUP handlingRenato Westphal
2018-12-03ripngd: retrofit the 'redistribute' commands to the new northbound modelRenato Westphal
2018-11-12*: Replace zclient_new with zclient_new_notifyDonald Sharp
2018-08-30bgpd, ripngd: Convert to using new agg_table/routeDonald Sharp
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young
2018-02-08*: Track vrfs per nexthop not per route entryDonald Sharp
2018-01-12*: Send/receive the nexthop vrf_idDonald Sharp
2017-11-27*: Make zapi route install Notifications optionalDonald Sharp
2017-10-23*: Modify zclient_init to require privs dataDonald Sharp
2017-09-21*: fix segfault when sending more than MULTIPATH_NUM nexthopsRenato Westphal
2017-08-23*: use zapi_route to send/receive redistributed routes as wellRenato Westphal
2017-08-23ripd/ripngd: use the new API to send routes to zebraRenato Westphal
2017-08-23*: remove leftovers from "router zebra"Renato Westphal
2017-08-23*: reduce excessive indentation in a few placesRenato Westphal
2017-07-22Revert "*: reindent pt. 2"David Lamparter
2017-07-17*: reindent pt. 2whitespace / reindent
2017-07-17*: reindentreindent-master-afterwhitespace / reindent
2017-07-14Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter
2017-07-13vtysh: return non-zero for configuration failuresDaniel Walton
2017-07-13*: ditch vty_outln(), part 1 of 2David Lamparter
2017-06-30ripngd: Fix zclient cleanup on shutdownDonald Sharp
2017-06-29*: use vty_outlnQuentin Young
2017-05-15*: make consistent & update GPLv2 file headersDavid Lamparter
2017-01-30*: read and ignore srcdest routes on ZAPIChristian Franke
2017-01-30lib: send ZAPI IPv6 source prefixDavid Lamparter
2017-01-27*: Fix redistribute issueDonald Sharp
2017-01-06Merge branch 'master' into fix-proto_redistnumQuentin Young
2017-01-06Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp
2016-12-20build: rename (2 of ?): route_types macrosDavid Lamparter
2016-12-16all: use ->text when parsing protocol argumentQuentin Young
2016-10-17Merge branch 'cmaster-next' into vtysh-grammarQuentin Young
2016-10-07ripngd: add support for route tagsChristian Franke
2016-10-06all: removed all DEFUN command stompsDaniel Walton
2016-10-03bgpd: add L3/L2VPN Virtual Network Control featureLou Berger
2016-09-27ripd, ripngd: cli refactorQuentin Young