| Commit message (Expand) | Author | Files | Lines |
2019-05-29 | zebra: add setters for distance, instance | Mark Stapp | 2 | -0/+24 |
2019-05-29 | pimd: new cli command show ip mroute summary | Sarita Patra | 2 | -0/+99 |
2019-05-29 | isisd: Remove unnecessary use of strcpy | Christian Franke | 1 | -5/+1 |
2019-05-29 | isisd: Remove warning about shadowing a variable | Christian Franke | 1 | -1/+1 |
2019-05-29 | isisd: del routes when area is unconfigured | Emanuele Di Pascale | 2 | -2/+8 |
2019-05-29 | snapcraft: Add libdb5.3 dependency | Martin Winter | 1 | -0/+1 |
2019-05-29 | snapcraft: Disable libyang CACHE for snap package (Temp workaround) | Martin Winter | 1 | -0/+1 |
2019-05-29 | snapcraft: Add FabricD to Snap package | Martin Winter | 6 | -2/+40 |
2019-05-29 | snapcraft: Update bgpd to use newer rpki lib | Martin Winter | 2 | -3/+3 |
2019-05-29 | snapcraft: Add libyang to snap package | Martin Winter | 1 | -1/+22 |
2019-05-29 | snapcraft: Add missing staticd.conf.default | Martin Winter | 1 | -0/+1 |
2019-05-29 | snapcraft: Don't stage libc6 | Martin Winter | 1 | -1/+0 |
2019-05-29 | snapcraft: Update RTRLIB to 0.6.3 | Martin Winter | 1 | -1/+1 |
2019-05-28 | zebra: Move nexthop_active_XXX functions to zebra_nhg.c | Stephen Worley | 4 | -476/+543 |
2019-05-28 | bgpd: fix debug to have proper nhop display | Chirag Shah | 2 | -7/+21 |
2019-05-28 | lib: const a couple linklist apis | Quentin Young | 2 | -4/+4 |
2019-05-28 | zebra: generate updates from notifications | Mark Stapp | 4 | -26/+261 |
2019-05-28 | zebra: mpls lsp async notifications | Mark Stapp | 5 | -1/+138 |
2019-05-28 | zebra: add dplane context lsp setters | Mark Stapp | 2 | -0/+66 |
2019-05-28 | zebra: support route changes via dplane notifications | Mark Stapp | 1 | -42/+175 |
2019-05-28 | zebra: share rib processing of updates and notifications | Mark Stapp | 2 | -33/+189 |
2019-05-28 | zebra: add 'set' api for dplane context provider | Mark Stapp | 2 | -0/+10 |
2019-05-28 | zebra: add source plugin info to dplane context | Mark Stapp | 2 | -0/+22 |
2019-05-28 | zebra: add a fib-specific nexthop-group | Mark Stapp | 2 | -1/+16 |
2019-05-28 | zebra: add dplane context accessors | Mark Stapp | 2 | -3/+102 |
2019-05-28 | zebra: begin dataplane notifications | Mark Stapp | 3 | -2/+93 |
2019-05-28 | zebra: set nexthop install state more accurately | Mark Stapp | 1 | -15/+14 |
2019-05-28 | zebra: add api to locate route-node from dplane ctx | Mark Stapp | 1 | -14/+35 |
2019-05-28 | zebra: add api to update route from dplane ctx | Mark Stapp | 1 | -42/+57 |
2019-05-28 | zebra: add a start callback for dplane plugins | Mark Stapp | 2 | -5/+34 |
2019-05-27 | bgpd: convert a couple of debug strings in rpki to prefix2str | Donald Sharp | 1 | -10/+9 |
2019-05-26 | doc: Update docs to represent changes on the ground | Donald Sharp | 1 | -7/+7 |
2019-05-25 | plist: Delete prefix-list by sequence number | Donatas Abraitis | 1 | -6/+32 |
2019-05-25 | doc: fix space character nit | David Lamparter | 1 | -1/+1 |
2019-05-24 | bgpd, lib: Remove SO_MARK | Donald Sharp | 5 | -29/+0 |
2019-05-24 | bgpd: Display FD used for peer | Donald Sharp | 1 | -2/+2 |
2019-05-24 | doc: Add 'show thread cpu' and 'show thread poll' documentation | Donald Sharp | 1 | -0/+16 |
2019-05-24 | doc, tools: Update to code to show example MAX_FDS | Donald Sharp | 2 | -15/+28 |
2019-05-24 | lib: Display to end user the MAX_FDS allowed | Donald Sharp | 1 | -1/+2 |
2019-05-24 | lib: 'show thread cpu' help strings referenced a weird option | Donald Sharp | 1 | -1/+1 |
2019-05-24 | doc, zebra: Remove `keep_kernel_mode` from zebra | Donald Sharp | 2 | -23/+3 |
2019-05-24 | zebra: Add kernel level graceful restart | Donald Sharp | 5 | -17/+60 |
2019-05-23 | lib: replace begins_with, add frrstr_endswith | Quentin Young | 3 | -4/+33 |
2019-05-23 | lib,zebra,bgpd,pbrd: Compare nexthops without labels | Stephen Worley | 3 | -21/+56 |
2019-05-23 | lib: Explicitly cmp gateway and source based on AF | Stephen Worley | 1 | -12/+39 |
2019-05-23 | lib,zebra,bgpd: Remove nexthop_same_no_recurse() | Stephen Worley | 4 | -41/+2 |
2019-05-23 | lib: Update nexthop_same to use nexthop_cmp | Stephen Worley | 1 | -38/+3 |
2019-05-23 | lib: Add labels_cmp to nexthop_cmp | Stephen Worley | 1 | -3/+8 |
2019-05-23 | lib: nexthop-cmp return if gateways don't match | Stephen Worley | 1 | -2/+2 |
2019-05-23 | lib: Make labels_match function use labels_cmp | Stephen Worley | 2 | -21/+6 |