| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #4391 from ton31337/feature/delete_prefix_list_by_sequence... | Donald Sharp | 2019-05-28 | 1 | -6/+32 |
|\ |
|
| * | plist: Delete prefix-list by sequence number | Donatas Abraitis | 2019-05-25 | 1 | -6/+32 |
* | | Merge pull request #4239 from sarav511/rp | Jafar Al-Gharaibeh | 2019-05-28 | 2 | -0/+90 |
|\ \ |
|
| * | | lib: implement utility function API which does the following | saravanank | 2019-05-15 | 2 | -0/+90 |
* | | | Merge pull request #4322 from sworleys/Nexthop-Cmp | Renato Westphal | 2019-05-28 | 2 | -77/+138 |
|\ \ \ |
|
| * | | | lib,zebra,bgpd,pbrd: Compare nexthops without labels | Stephen Worley | 2019-05-23 | 2 | -20/+51 |
| * | | | lib: Explicitly cmp gateway and source based on AF | Stephen Worley | 2019-05-23 | 1 | -12/+39 |
| * | | | lib,zebra,bgpd: Remove nexthop_same_no_recurse() | Stephen Worley | 2019-05-23 | 2 | -38/+0 |
| * | | | lib: Update nexthop_same to use nexthop_cmp | Stephen Worley | 2019-05-23 | 1 | -38/+3 |
| * | | | lib: Add labels_cmp to nexthop_cmp | Stephen Worley | 2019-05-23 | 1 | -3/+8 |
| * | | | lib: nexthop-cmp return if gateways don't match | Stephen Worley | 2019-05-23 | 1 | -2/+2 |
| * | | | lib: Make labels_match function use labels_cmp | Stephen Worley | 2019-05-23 | 2 | -21/+6 |
| * | | | lib: Add nexthop labels cmp functions | Stephen Worley | 2019-05-23 | 1 | -0/+28 |
| * | | | lib: Add nexthop_cmp | Donald Sharp | 2019-05-23 | 2 | -0/+58 |
* | | | | Merge pull request #4390 from qlyoung/frrstr-beginswith-endswith | Renato Westphal | 2019-05-28 | 2 | -3/+32 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | lib: replace begins_with, add frrstr_endswith | Quentin Young | 2019-05-23 | 2 | -3/+32 |
| |/ / |
|
* | | | bgpd, lib: Remove SO_MARK | Donald Sharp | 2019-05-24 | 2 | -16/+0 |
* | | | lib: Display to end user the MAX_FDS allowed | Donald Sharp | 2019-05-24 | 1 | -1/+2 |
* | | | lib: 'show thread cpu' help strings referenced a weird option | Donald Sharp | 2019-05-24 | 1 | -1/+1 |
|/ / |
|
* | | *: rename new ForEach macros from the typesafe API | Renato Westphal | 2019-05-21 | 2 | -5/+5 |
* | | lib: add missing extern "C" {} blocks to new headers | Renato Westphal | 2019-05-21 | 2 | -0/+16 |
* | | Revert "lib: Make _find functions treat the head as const" | David Lamparter | 2019-05-21 | 1 | -3/+3 |
* | | lib/table: remove nonsensical const, add pure | David Lamparter | 2019-05-21 | 3 | -31/+43 |
* | | lib/table: remove odd casts | David Lamparter | 2019-05-21 | 1 | -17/+19 |
* | | lib: add missing atomlist_init/fini | David Lamparter | 2019-05-21 | 1 | -0/+9 |
* | | lib: add DECLARE_HEAP datastructure | David Lamparter | 2019-05-21 | 2 | -0/+260 |
* | | lib: add DECLARE_DLIST (double-linked list) | David Lamparter | 2019-05-21 | 1 | -0/+101 |
* | | lib: add dedicated pop() to DECLARE_SKIPLIST | David Lamparter | 2019-05-21 | 2 | -5/+35 |
* | | zebra: update zebra_rib for vrrp | Quentin Young | 2019-05-17 | 1 | -0/+1 |
* | | lib, vrrpd: define & use ZEBRA_ROUTE_VRRP | Quentin Young | 2019-05-17 | 1 | -0/+1 |
* | | vrrpd, lib: style fixes | Quentin Young | 2019-05-17 | 3 | -3/+4 |
* | | lib: add more convenient boolean adder for json | Quentin Young | 2019-05-17 | 2 | -0/+6 |
* | | vrrpd: add support for configuration writing | Quentin Young | 2019-05-17 | 2 | -0/+2 |
* | | vrrpd: autoconfig support | Quentin Young | 2019-05-17 | 2 | -0/+7 |
* | | vrrpd: protodown macvlan in backup state | Quentin Young | 2019-05-17 | 2 | -0/+23 |
* | | lib: add sizing macro to ipaddr.h | Quentin Young | 2019-05-17 | 1 | -0/+3 |
* | | lib: add function to get iface link-local | Quentin Young | 2019-05-17 | 2 | -0/+14 |
* | | lib: add internet checksum with pseudoheaders | Quentin Young | 2019-05-17 | 2 | -1/+44 |
* | | vrrpd: add initial macvlan support | Quentin Young | 2019-05-17 | 2 | -0/+30 |
* | | vrrpd: ipv6 support | Quentin Young | 2019-05-17 | 2 | -1/+2 |
* | | lib: add list_to_array | Quentin Young | 2019-05-17 | 2 | -0/+35 |
* | | Merge pull request #4352 from donaldsharp/routemap_fix_replace | Mark Stapp | 2019-05-16 | 1 | -6/+3 |
|\ \ |
|
| * | | lib: Fix gcc 9.1 and --enable-werror issues found | Donald Sharp | 2019-05-16 | 1 | -6/+3 |
* | | | Merge pull request #4144 from pguibert6WIND/bfd_cbit | Russ White | 2019-05-16 | 2 | -4/+17 |
|\ \ \ |
|
| * | | | bgpd: add vty command to enable bfd control-plane-check-failure | Philippe Guibert | 2019-05-14 | 1 | -0/+1 |
| * | | | bfdd, lib, bgpd: add bfd cbit usage | Philippe Guibert | 2019-05-14 | 2 | -4/+16 |
| |/ / |
|
* | | | Merge pull request #4340 from qlyoung/hash-key-const | Russ White | 2019-05-16 | 13 | -24/+24 |
|\ \ \ |
|
| * | | | lib: hashing functions should take const arguments | Quentin Young | 2019-05-14 | 13 | -24/+24 |
| |/ / |
|
* / / | lib,bgpd,pbrd: Add AFI_UNSPEC to AFI enum | Stephen Worley | 2019-05-14 | 1 | -1/+7 |
|/ / |
|
* | | Merge pull request #4304 from donaldsharp/route_map_switch | David Lamparter | 2019-05-14 | 2 | -26/+39 |
|\ \ |
|