| Commit message (Expand) | Author | Age | Files | Lines |
* | zebra: fix stats printing formats | David Lamparter | 2019-06-12 | 1 | -20/+0 |
* | zebra,pbrd: Update pbrd to handle NHT properly | Stephen Worley | 2019-06-10 | 1 | -50/+0 |
* | Merge pull request #4370 from pguibert6WIND/fix_interface_rtadv2 | Donald Sharp | 2019-06-06 | 6 | -72/+97 |
|\ |
|
| * | zebra: keep rtadv_sock field in zrouter for optimisation | Philippe Guibert | 2019-06-04 | 2 | -9/+28 |
| * | zebra: move rtadv service from zrouter to zvrf | Philippe Guibert | 2019-06-04 | 6 | -71/+77 |
* | | *: Convert to using frr_vtydir instead of DAEMON_VTY_DIR | Donald Sharp | 2019-06-04 | 2 | -3/+2 |
|/ |
|
* | Merge pull request #4454 from donaldsharp/evpn_vni_seq_display | Russ White | 2019-06-04 | 1 | -6/+6 |
|\ |
|
| * | zebra: When displaying `show evpn arp-cache vni XX` add local and remote seq | Donald Sharp | 2019-06-03 | 1 | -6/+6 |
* | | Revert of PR 4078 and PR 4315 | Lakshman Krishnamoorthy | 2019-06-04 | 4 | -40/+47 |
|/ |
|
* | Merge pull request #4417 from sworleys/Move-Multicast-Mode | David Lamparter | 2019-06-03 | 4 | -31/+35 |
|\ |
|
| * | zebra: Move multicast mode to being a property of the router | Donald Sharp | 2019-05-29 | 4 | -31/+35 |
* | | Merge pull request #4345 from NaveenThanikachalam/route_map_dep | Donald Sharp | 2019-06-03 | 1 | -1/+1 |
|\ \ |
|
| * | | lib: Changes made to dependencies of a r-map do not take effect. | Naveen Thanikachalam | 2019-05-31 | 1 | -1/+1 |
* | | | zebra: the route nexthop interfaces per vrf were not displayed ok | Philippe Guibert | 2019-06-03 | 1 | -1/+1 |
* | | | lib, zebra: Ensure route encoding has enough space | Donald Sharp | 2019-05-31 | 2 | -3/+7 |
|/ / |
|
* | | Merge pull request #4315 from lkrishnamoor/route_map_3rd_state | Donald Sharp | 2019-05-31 | 4 | -47/+40 |
|\ \ |
|
| * | | lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOP | Lakshman Krishnamoorthy | 2019-05-30 | 4 | -47/+40 |
* | | | Merge pull request #4413 from donaldsharp/bgp_distance_comes_closer | Sri Mohana Singamsetty | 2019-05-30 | 1 | -7/+1 |
|\ \ \ |
|
| * | | | zebra: BGP always sends distance no need to double check | Donald Sharp | 2019-05-29 | 1 | -7/+1 |
* | | | | Merge pull request #4267 from qlyoung/fix-misc-compile-warnings | Renato Westphal | 2019-05-30 | 6 | -9/+11 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | lib, zebra: remove uses of strncpy | Quentin Young | 2019-05-29 | 2 | -3/+3 |
| * | | | zebra: strcat -> strlcat | Quentin Young | 2019-05-29 | 3 | -4/+5 |
| * | | | zebra: fix maybe-uninitialized pointer | Quentin Young | 2019-05-29 | 1 | -1/+1 |
| * | | | zebra: fix unused variable on OmniOS | Quentin Young | 2019-05-29 | 1 | -1/+2 |
| | |/
| |/| |
|
* / | | zebra: add setters for distance, instance | Mark Stapp | 2019-05-29 | 2 | -0/+24 |
|/ / |
|
* | | Merge pull request #4326 from sworleys/Move-NH-Active-Functions | Mark Stapp | 2019-05-29 | 4 | -476/+543 |
|\ \ |
|
| * | | zebra: Move nexthop_active_XXX functions to zebra_nhg.c | Stephen Worley | 2019-05-28 | 4 | -476/+543 |
* | | | Merge pull request #4228 from mjstapp/dplane_notif | Donald Sharp | 2019-05-29 | 7 | -75/+1103 |
|\ \ \
| |_|/
|/| | |
|
| * | | zebra: generate updates from notifications | Mark Stapp | 2019-05-28 | 4 | -26/+261 |
| * | | zebra: mpls lsp async notifications | Mark Stapp | 2019-05-28 | 5 | -1/+138 |
| * | | zebra: add dplane context lsp setters | Mark Stapp | 2019-05-28 | 2 | -0/+66 |
| * | | zebra: support route changes via dplane notifications | Mark Stapp | 2019-05-28 | 1 | -42/+175 |
| * | | zebra: share rib processing of updates and notifications | Mark Stapp | 2019-05-28 | 2 | -33/+189 |
| * | | zebra: add 'set' api for dplane context provider | Mark Stapp | 2019-05-28 | 2 | -0/+10 |
| * | | zebra: add source plugin info to dplane context | Mark Stapp | 2019-05-28 | 2 | -0/+22 |
| * | | zebra: add a fib-specific nexthop-group | Mark Stapp | 2019-05-28 | 2 | -1/+16 |
| * | | zebra: add dplane context accessors | Mark Stapp | 2019-05-28 | 2 | -3/+102 |
| * | | zebra: begin dataplane notifications | Mark Stapp | 2019-05-28 | 3 | -2/+93 |
| * | | zebra: set nexthop install state more accurately | Mark Stapp | 2019-05-28 | 1 | -15/+14 |
| * | | zebra: add api to locate route-node from dplane ctx | Mark Stapp | 2019-05-28 | 1 | -14/+35 |
| * | | zebra: add api to update route from dplane ctx | Mark Stapp | 2019-05-28 | 1 | -42/+57 |
| * | | zebra: add a start callback for dplane plugins | Mark Stapp | 2019-05-28 | 2 | -5/+34 |
* | | | Merge pull request #4322 from sworleys/Nexthop-Cmp | Renato Westphal | 2019-05-28 | 1 | -1/+5 |
|\ \ \
| |/ /
|/| | |
|
| * | | lib,zebra,bgpd,pbrd: Compare nexthops without labels | Stephen Worley | 2019-05-23 | 1 | -1/+5 |
| * | | lib,zebra,bgpd: Remove nexthop_same_no_recurse() | Stephen Worley | 2019-05-23 | 1 | -1/+1 |
| |/ |
|
* | | doc, zebra: Remove `keep_kernel_mode` from zebra | Donald Sharp | 2019-05-24 | 1 | -19/+3 |
* | | zebra: Add kernel level graceful restart | Donald Sharp | 2019-05-24 | 4 | -17/+53 |
|/ |
|
* | Merge pull request #4359 from adharkar/frr-master-rtm_vxlan | Donald Sharp | 2019-05-21 | 3 | -6/+115 |
|\ |
|
| * | Zebra: Handle VxLAN encap in netlink rtmsg for FPM | Ameya Dharkar | 2019-05-17 | 3 | -6/+115 |
* | | *: rename new ForEach macros from the typesafe API | Renato Westphal | 2019-05-21 | 1 | -2/+2 |