| Commit message (Expand) | Author | Age | Files | Lines |
* | bgpd, zebra: Flags should be 0 for unregister | Donald Sharp | 2017-11-14 | 1 | -2/+5 |
* | bgpd, zebra: Ensure that passed flags is 0 for unregister event | Donald Sharp | 2017-11-13 | 1 | -0/+3 |
* | lib, zebra: Modify zebra to use STREAM_GET for zapi | Donald Sharp | 2017-11-13 | 1 | -139/+319 |
* | zebra: Store packets to process in `struct zebra_t` | Donald Sharp | 2017-10-25 | 1 | -1/+1 |
* | lib, ospf6d, ospfd, zebra: Add ZEBRA_STR | Donald Sharp | 2017-10-25 | 1 | -3/+3 |
* | *: add missing \n in some help strings | Renato Westphal | 2017-10-24 | 1 | -4/+4 |
* | zebra: Allow zebra_client_read to handle up to 10 messages | Donald Sharp | 2017-10-24 | 1 | -86/+93 |
* | zebra: Set zapi send/receive buffer to a larger value | Donald Sharp | 2017-10-24 | 1 | -0/+6 |
* | zebra: Add a function handler for zserv commands | Donald Sharp | 2017-10-24 | 1 | -115/+123 |
* | zebra: Make all zserv handler functions use zvrf instead of vrf_id | Donald Sharp | 2017-10-24 | 1 | -19/+12 |
* | zebra: No need to pass sock descriptor around. | Donald Sharp | 2017-10-24 | 1 | -24/+24 |
* | Merge pull request #1298 from opensourcerouting/iface-rb-tree | Donald Sharp | 2017-10-16 | 1 | -2/+1 |
|\ |
|
| * | *: use the FOR_ALL_INTERFACES abstraction from babeld | Renato Westphal | 2017-10-10 | 1 | -1/+1 |
| * | *: use rb-trees to store interfaces instead of sorted linked-lists | Renato Westphal | 2017-10-10 | 1 | -2/+1 |
* | | zebra: fix uninitialized prefixes in the handling of FEC messages | Renato Westphal | 2017-10-10 | 1 | -0/+2 |
|/ |
|
* | zebra: Do not allow delete of route from kernel in non-startup case | Donald Sharp | 2017-09-25 | 1 | -3/+3 |
* | zebra: Free leaked zclient data structures on shutdown | Donald Sharp | 2017-09-21 | 1 | -4/+9 |
* | *: use clang's 'ForEachMacros' format style option | Renato Westphal | 2017-09-15 | 1 | -6/+3 |
* | zebra: api.vrf_id should be re->vrf_id | Daniel Walton | 2017-09-12 | 1 | -1/+1 |
* | Merge pull request #1079 from qlyoung/fix-style-a | Renato Westphal | 2017-08-31 | 1 | -2/+2 |
|\ |
|
| * | *: fix style | Quentin Young | 2017-08-30 | 1 | -2/+2 |
* | | Merge pull request #1044 from donaldsharp/combination | Jafar Al-Gharaibeh | 2017-08-31 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | zebra: Coverity Code Cleanup | Donald Sharp | 2017-08-25 | 1 | -1/+1 |
* | | lib, zebra: carry blackhole type over ZAPI | David Lamparter | 2017-08-28 | 1 | -2/+3 |
* | | zebra: cleanup blackhole support | David Lamparter | 2017-08-28 | 1 | -7/+11 |
* | | *: fix compiler warnings | David Lamparter | 2017-08-26 | 1 | -1/+1 |
|/ |
|
* | zebra: Fix compiler warnings | Donald Sharp | 2017-08-24 | 1 | -3/+3 |
* | *: use zapi_route to send/receive redistributed routes as well | Renato Westphal | 2017-08-24 | 1 | -170/+53 |
* | zapi: add support for routes with multiple labels | Renato Westphal | 2017-08-23 | 1 | -2/+3 |
* | lib/zserv: introduce address-family independent ZAPI message types | Renato Westphal | 2017-08-23 | 1 | -0/+144 |
* | zserv: identify label type based on the client protocol | Renato Westphal | 2017-08-23 | 1 | -9/+20 |
* | zserv: simplify handling of route delete requests | Renato Westphal | 2017-08-23 | 1 | -122/+3 |
* | zebra: add support for NEXTHOP_TYPE_IPV6_IFINDEX in zserv | Renato Westphal | 2017-08-23 | 1 | -0/+7 |
* | lib: remove redundant zebra messages | Renato Westphal | 2017-08-23 | 1 | -8/+0 |
* | Merge pull request #935 from donaldsharp/kernel_metric | David Lamparter | 2017-08-15 | 1 | -3/+4 |
|\ |
|
| * | zebra: Pay attention to metric from kernel | Donald Sharp | 2017-08-09 | 1 | -3/+4 |
* | | zebra: don't raise privileges when creating unix zserv socket | Renato Westphal | 2017-08-12 | 1 | -2/+2 |
* | | Merge branch 'frr/pull/822' ("EVPN fixes") | David Lamparter | 2017-08-09 | 1 | -0/+3 |
|\ \ |
|
| * | | bgpd/zebra/lib: EVPN support for asymmetric VxLan routing | Mitesh Kanjariya | 2017-08-08 | 1 | -0/+3 |
* | | | Merge remote-tracking branch 'frr/master' into tcp-zebra | David Lamparter | 2017-08-09 | 1 | -10/+125 |
|\ \ \
| | |/
| |/| |
|
| * | | zebra: add pseudowire manager | ßingen | 2017-08-09 | 1 | -0/+121 |
| * | | zebra: add implicit-null labels to the rib | Renato Westphal | 2017-08-09 | 1 | -6/+4 |
| * | | *: Define the number of seconds in a Day, Week and year | Donald Sharp | 2017-08-08 | 1 | -4/+0 |
| |/ |
|
* / | *: remove --enable-tcp-zebra, rework ZAPI path | David Lamparter | 2017-08-08 | 1 | -95/+29 |
|/ |
|
* | zebra: Missing break statement causes crash in zebra | Donald Sharp | 2017-08-03 | 1 | -0/+1 |
* | lib, pimd, zebra: Allow pim to set pimregX into appropriate vrf | Donald Sharp | 2017-07-24 | 1 | -0/+28 |
* | Revert "*: reindent pt. 2" | David Lamparter | 2017-07-22 | 1 | -6/+4 |
* | *: reindent pt. 2 | whitespace / reindent | 2017-07-17 | 1 | -4/+6 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -2492/+2425 |
* | Merge remote-tracking branch 'origin/master' into evpn_plus_struct_attr | Donald Sharp | 2017-07-14 | 1 | -56/+56 |
|\ |
|