summaryrefslogtreecommitdiff
path: root/babeld/babel_zebra.c
AgeCommit message (Expand)Author
2023-02-17Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp
2023-02-14babeld: changes for code maintainabilitysri-mohan1
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-10-07*: Create and use infrastructure to show debugs in libDonald Sharp
2021-10-20*: convert zclient callbacks to tableDavid Lamparter
2020-10-02*: move "show debugging ..." commands to enable nodeIgor Ryzhov
2019-12-02*: generously apply constDavid Lamparter
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
2018-11-12*: Replace zclient_new with zclient_new_notifyDonald Sharp
2017-11-27*: Make zapi route install Notifications optionalDonald Sharp
2017-10-23*: Modify zclient_init to require privs dataDonald Sharp
2017-08-23*: use zapi_route to send/receive redistributed routes as wellRenato Westphal
2017-08-23babeld/eigrpd/ldpd/nhrpd: add prefix length sanity checksRenato Westphal
2017-08-23babeld/nhrpd: ignore ipv6 srcdest routesRenato Westphal
2017-08-23*: remove leftovers from "router zebra"Renato Westphal
2017-08-21*: Add 'show debugging' command from vtyshDonald Sharp
2017-07-26babel: fix crashes and improve the redistribute commandRenato Westphal
2017-07-14Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter
2017-07-14Merge pull request #815 from dwalton76/CMD_WARNING_take2Russ White
2017-07-13babeld: Allow babel to redistribute v6 routesDonald Sharp
2017-07-13vtysh: return non-zero for configuration failuresDaniel Walton
2017-07-13*: ditch vty_outln(), part 1 of 2David Lamparter
2017-06-30babeld: Fix zclient cleanup on shutdownDonald Sharp
2017-06-29*: use vty_outlnQuentin Young
2017-05-24babeld: Fix redistribute events for v4/6 up from zebraDonald Sharp
2017-05-14babeld: Tell zebra to send us stuff about the default vrfDonald Sharp
2017-05-13babeld: Fix up some missed cliDonald Sharp
2017-05-13babeld: Cleanup some more compiler warningsDonald Sharp
2017-05-13*: Initial Import of Babeld into FRRDonald Sharp
2016-02-11quagga: remove babelDaniel Walton
2015-11-03*: add VRF ID in the API message headerFeng Lu
2015-09-23lib: zclient.c remove extern struct thread_master *Donald Sharp
2015-05-19Per AFI redist registrationsDonald Sharp
2015-05-19Multi-Instance OSPF SummaryDonald Sharp
2012-03-25babeld: justify "running-config" meaning in CLIDenis Ovsienko
2012-03-25babeld: dismiss babel_redistribute_unset()Denis Ovsienko
2012-03-25babeld: "return CMD_SUCCESS" was missing for command 'no debug'.Matthieu Boutier
2012-03-25babeld: Replace redistribution strings with route_types.h defines.Matthieu Boutier
2012-03-25babeld: add command (config) to set debug flags.Matthieu Boutier
2012-03-25babeld: change fprintf(stderr) in term of zlog_err.Matthieu Boutier
2012-03-25babeld: Initial import, for Babel routing protocol.Paul Jakma