| Commit message (Expand) | Author | Age | Files | Lines |
* | bgpd, ripngd: Convert to using new agg_table/route | Donald Sharp | 2018-08-30 | 1 | -4/+4 |
* | *: use C99 standard fixed-width integer types | Quentin Young | 2018-03-27 | 1 | -1/+1 |
* | *: Track vrfs per nexthop not per route entry | Donald Sharp | 2018-02-09 | 1 | -1/+1 |
* | *: Send/receive the nexthop vrf_id | Donald Sharp | 2018-01-12 | 1 | -0/+1 |
* | *: Make zapi route install Notifications optional | Donald Sharp | 2017-11-27 | 1 | -1/+1 |
* | *: Modify zclient_init to require privs data | Donald Sharp | 2017-10-24 | 1 | -1/+1 |
* | *: fix segfault when sending more than MULTIPATH_NUM nexthops | Renato Westphal | 2017-09-21 | 1 | -0/+2 |
* | *: use zapi_route to send/receive redistributed routes as well | Renato Westphal | 2017-08-24 | 1 | -58/+18 |
* | ripd/ripngd: use the new API to send routes to zebra | Renato Westphal | 2017-08-23 | 1 | -33/+18 |
* | *: remove leftovers from "router zebra" | Renato Westphal | 2017-08-23 | 1 | -56/+0 |
* | *: reduce excessive indentation in a few places | Renato Westphal | 2017-08-23 | 1 | -93/+88 |
* | Revert "*: reindent pt. 2" | David Lamparter | 2017-07-22 | 1 | -2/+1 |
* | *: reindent pt. 2 | whitespace / reindent | 2017-07-17 | 1 | -1/+2 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -384/+374 |
* | Merge remote-tracking branch 'frr/master' into newline-redux | David Lamparter | 2017-07-14 | 1 | -5/+5 |
|\ |
|
| * | vtysh: return non-zero for configuration failures | Daniel Walton | 2017-07-13 | 1 | -5/+5 |
* | | *: ditch vty_outln(), part 1 of 2 | David Lamparter | 2017-07-13 | 1 | -12/+12 |
|/ |
|
* | ripngd: Fix zclient cleanup on shutdown | Donald Sharp | 2017-06-30 | 1 | -0/+7 |
* | *: use vty_outln | Quentin Young | 2017-06-29 | 1 | -18/+15 |
* | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 1 | -4/+3 |
* | *: read and ignore srcdest routes on ZAPI | Christian Franke | 2017-01-30 | 1 | -1/+13 |
* | lib: send ZAPI IPv6 source prefix | David Lamparter | 2017-01-30 | 1 | -1/+1 |
* | *: Fix redistribute issue | Donald Sharp | 2017-01-27 | 1 | -5/+5 |
* | Merge branch 'master' into fix-proto_redistnum | Quentin Young | 2017-01-07 | 1 | -8/+5 |
|\ |
|
| * | Merge remote-tracking branch 'origin/stable/2.0' | Donald Sharp | 2017-01-06 | 1 | -8/+5 |
| |\ |
|
| | * | build: rename (2 of ?): route_types macros | David Lamparter | 2016-12-20 | 1 | -16/+16 |
* | | | all: use ->text when parsing protocol argument | Quentin Young | 2016-12-16 | 1 | -4/+7 |
|/ / |
|
* | | Merge branch 'cmaster-next' into vtysh-grammar | Quentin Young | 2016-10-18 | 1 | -9/+15 |
|\| |
|
| * | ripngd: add support for route tags | Christian Franke | 2016-10-08 | 1 | -1/+12 |
| * | bgpd: add L3/L2VPN Virtual Network Control feature | Lou Berger | 2016-10-03 | 1 | -0/+1 |
| * | Make route flags a 32bit field | Christian Franke | 2016-09-23 | 1 | -1/+1 |
| * | lib: Check prefix length from zebra is sensible | Paul Jakma | 2016-09-23 | 1 | -1/+1 |
| * | Revert "Make route flags a 32bit field" | Donald Sharp | 2016-09-23 | 1 | -1/+1 |
| * | Make route flags a 32bit field | Christian Franke | 2016-09-23 | 1 | -1/+1 |
| * | *: remove dead code | Renato Westphal | 2016-09-23 | 1 | -6/+0 |
* | | all: removed all DEFUN command stomps | Daniel Walton | 2016-10-06 | 1 | -26/+0 |
* | | ripd, ripngd: cli refactor | Quentin Young | 2016-09-27 | 1 | -37/+16 |
* | | Expand #defines in command strings | Daniel Walton | 2016-09-25 | 1 | -8/+8 |
* | | ripngd: add 'int idx_foo' argv index variables | Daniel Walton | 2016-09-23 | 1 | -10/+17 |
* | | convert <1-255> to (1-255), ()s to <>s, etc | Daniel Walton | 2016-09-23 | 1 | -2/+2 |
* | | ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebra | Daniel Walton | 2016-09-23 | 1 | -27/+24 |
* | | ripngd: argv update | Daniel Walton | 2016-09-23 | 1 | -14/+14 |
|/ |
|
* | *: use an ifindex_t type, defined in lib/if.h, for ifindex values | Paul Jakma | 2016-08-18 | 1 | -1/+1 |
* | ripngd: allow to enable/disable the ECMP feature | Feng Lu | 2016-06-08 | 1 | -4/+12 |
* | ripngd: add ECMP support | Feng Lu | 2016-06-08 | 1 | -30/+61 |
* | Update ripng_zebra.c | Hongguang Li | 2016-03-18 | 1 | -1/+7 |
* | Quagga: Support VRF unregister for clients | vivek | 2016-02-12 | 1 | -1/+1 |
* | quagga: remove babel | Daniel Walton | 2016-02-11 | 1 | -1/+0 |
* | Quagga: vrf_id not being set correctly | Donald Sharp | 2015-11-20 | 1 | -0/+1 |
* | *: add VRF ID in the API message header | Feng Lu | 2015-11-04 | 1 | -26/+30 |