summaryrefslogtreecommitdiffstats
path: root/ripngd/ripng_zebra.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: convert zclient callbacks to tableDavid Lamparter2021-10-201-6/+10
* bgpd, lib, ripngd: Add agg_node_get_prefixDonald Sharp2020-03-241-9/+9
* ripngd: Fix redistribute/no redistribute rinse repeat commandsDonald Sharp2020-01-011-2/+2
* *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-191-1/+0
* *: Convert interface_down to interface down callbackDonald Sharp2019-09-191-1/+0
* *: Convert from ->interface_up to the interface callbackDonald Sharp2019-09-191-1/+0
* *: Switch all zclient->interface_add to interface create callbackDonald Sharp2019-09-191-1/+0
* *: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young2019-05-031-3/+2
* Merge pull request #3548 from opensourcerouting/rip-vrfDonald Sharp2019-04-051-30/+65
|\
| * ripd, ripngd: change how we keep track of redistribution configurationRenato Westphal2019-01-181-13/+16
| * ripngd: add VRF supportRenato Westphal2019-01-181-9/+36
| * ripngd: remove the ripng global variableRenato Westphal2019-01-181-24/+32
| * ripngd: simplify cleaning up of routing instanceRenato Westphal2019-01-181-3/+0
* | isisd, ospf6d, ripngd: Do not allow v6 LL's to be `redist connected` inDonald Sharp2019-03-271-0/+3
* | Treewide: use ANSI function definitionsRuben Kerkhof2019-01-241-1/+1
|/
* ripngd: fix SIGHUP handlingRenato Westphal2018-12-031-5/+0
* ripngd: retrofit the 'redistribute' commands to the new northbound modelRenato Westphal2018-12-031-233/+18
* *: Replace zclient_new with zclient_new_notifyDonald Sharp2018-11-121-1/+1
* bgpd, ripngd: Convert to using new agg_table/routeDonald Sharp2018-08-301-4/+4
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-1/+1
* *: Track vrfs per nexthop not per route entryDonald Sharp2018-02-091-1/+1
* *: Send/receive the nexthop vrf_idDonald Sharp2018-01-121-0/+1
* *: Make zapi route install Notifications optionalDonald Sharp2017-11-271-1/+1
* *: Modify zclient_init to require privs dataDonald Sharp2017-10-241-1/+1
* *: fix segfault when sending more than MULTIPATH_NUM nexthopsRenato Westphal2017-09-211-0/+2
* *: use zapi_route to send/receive redistributed routes as wellRenato Westphal2017-08-241-58/+18
* ripd/ripngd: use the new API to send routes to zebraRenato Westphal2017-08-231-33/+18
* *: remove leftovers from "router zebra"Renato Westphal2017-08-231-56/+0
* *: reduce excessive indentation in a few placesRenato Westphal2017-08-231-93/+88
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-2/+1
* *: reindent pt. 2whitespace / reindent2017-07-171-1/+2
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-384/+374
* Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter2017-07-141-5/+5
|\
| * vtysh: return non-zero for configuration failuresDaniel Walton2017-07-131-5/+5
* | *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-12/+12
|/
* ripngd: Fix zclient cleanup on shutdownDonald Sharp2017-06-301-0/+7
* *: use vty_outlnQuentin Young2017-06-291-18/+15
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* *: read and ignore srcdest routes on ZAPIChristian Franke2017-01-301-1/+13
* lib: send ZAPI IPv6 source prefixDavid Lamparter2017-01-301-1/+1
* *: Fix redistribute issueDonald Sharp2017-01-271-5/+5
* Merge branch 'master' into fix-proto_redistnumQuentin Young2017-01-071-8/+5
|\
| * Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-01-061-8/+5
| |\
| | * build: rename (2 of ?): route_types macrosDavid Lamparter2016-12-201-16/+16
* | | all: use ->text when parsing protocol argumentQuentin Young2016-12-161-4/+7
|/ /
* | Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-181-9/+15
|\|
| * ripngd: add support for route tagsChristian Franke2016-10-081-1/+12
| * bgpd: add L3/L2VPN Virtual Network Control featureLou Berger2016-10-031-0/+1
| * Make route flags a 32bit fieldChristian Franke2016-09-231-1/+1
| * lib: Check prefix length from zebra is sensiblePaul Jakma2016-09-231-1/+1