| Commit message (Expand) | Author | Age | Files | Lines |
* | *: 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: 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 |
|\ |
|
| * | Merge remote-tracking branch 'frr/master' into newline-redux | David Lamparter | 2017-07-14 | 1 | -4/+4 |
| |\ |
|
| * | | *: remove VTYNL, part 1 of 6 | David Lamparter | 2017-07-14 | 1 | -3/+3 |
| * | | *: ditch vty_outln(), part 2 of 2 | David Lamparter | 2017-07-14 | 1 | -1/+1 |
| * | | *: ditch vty_outln(), part 1 of 2 | David Lamparter | 2017-07-13 | 1 | -47/+47 |
* | | | Merge remote-tracking branch 'origin/master' into evpn_plus_struct_attr | Donald Sharp | 2017-07-14 | 1 | -4/+4 |
|\ \ \
| | |/
| |/| |
|
| * | | vtysh: return non-zero for configuration failures | Daniel Walton | 2017-07-13 | 1 | -4/+4 |
| |/ |
|
* | | zebra: MAC and Neighbor (ARP/ND) handling | vivek | 2017-07-12 | 1 | -0/+9 |
* | | zebra: VNI and VTEP handling | vivek | 2017-07-12 | 1 | -1/+12 |
|/ |
|
* | Merge branch 'master' of https://github.com/dwalton76/frr into bgpd-ipv4-plus... | Daniel Walton | 2017-06-30 | 1 | -77/+69 |
|\ |
|
| * | *: vty_outln (vty, "") --> vty_out (vty, VTYNL) | Quentin Young | 2017-06-29 | 1 | -3/+3 |
| * | *: use vty_outln | Quentin Young | 2017-06-29 | 1 | -77/+69 |
* | | bgpd: Install SAFI_LABELED_UNICAST routes in SAFI_UNICAST table | Daniel Walton | 2017-06-16 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'stable/3.0' | David Lamparter | 2017-06-13 | 1 | -0/+9 |
|\ |
|