| Commit message (Expand) | Author | Age | Files | Lines |
* | *: auto-convert to SPDX License IDs | David Lamparter | 2023-02-09 | 1 | -16/+1 |
* | lib: Abstract usage of '%pNHs' so that nexthop groups can use it too | Donald Sharp | 2022-06-14 | 1 | -21/+29 |
* | *: use semicolon after printfrr_ext_autoreg_{p,d} | David Lamparter | 2022-01-14 | 1 | -1/+1 |
* | Merge pull request #9596 from LabNConsulting/ziemba/printfrr-nexthop | Donald Sharp | 2021-09-16 | 1 | -0/+54 |
|\ |
|
| * | lib,doc,tests: printfrr %pNHcg, %pNHci | G. Paul Ziemba | 2021-09-14 | 1 | -0/+54 |
* | | lib: Fix usage of default | Donald Sharp | 2021-09-14 | 1 | -9/+1 |
* | | bgpd: VRF-Lite fix nexthop type | Kantesh Mundaragi | 2021-09-07 | 1 | -2/+3 |
|/ |
|
* | lib,sharpd,zebra: update nexthop object with nh_srv6 | Hiroki Shirokura | 2021-06-02 | 1 | -67/+74 |
* | lib: add new nexthop's attributes seg6 (step3) | Hiroki Shirokura | 2021-06-02 | 1 | -0/+44 |
* | lib: add new nexthop's attributes seg6local (step1) | Hiroki Shirokura | 2021-06-02 | 1 | -0/+59 |
* | lib: add basic nexthop comparison api | Mark Stapp | 2021-05-04 | 1 | -0/+99 |
* | lib: Fix label-stack comparison for nexthops | Mark Stapp | 2021-05-04 | 1 | -1/+2 |
* | lib: put printfrr extension args into struct | David Lamparter | 2021-03-30 | 1 | -7/+7 |
* | lib: print `(null)` rather than `NULL` | David Lamparter | 2021-03-27 | 1 | -2/+2 |
* | lib: rework printfrr extensions to output directly | David Lamparter | 2021-03-27 | 1 | -34/+53 |
* | *: require semicolon after DEFINE_MTYPE & co | David Lamparter | 2021-03-17 | 1 | -2/+2 |
* | lib: print NULL for NULL nexthops | Mark Stapp | 2021-03-01 | 1 | -0/+10 |
* | lib: Convert inet_ntoa to %pI4 | Donatas Abraitis | 2020-10-22 | 1 | -4/+4 |
* | lib: remove nexthop_same_firsthop() api | Stephen Worley | 2020-10-02 | 1 | -37/+0 |
* | lib, zebra: Add SR-TE policy infrastructure to zebra | Sebastien Merle | 2020-08-07 | 1 | -0/+6 |
* | lib: use const in nexthop_level() api | Mark Stapp | 2020-07-17 | 1 | -2/+3 |
* | lib: add nexthop_str2backup | Mark Stapp | 2020-07-17 | 1 | -1/+62 |
* | lib,sharpd,zebra: initial support for multiple backup nexthops | Mark Stapp | 2020-07-17 | 1 | -11/+48 |
* | lib: test vrfs in nexthop_same_firsthop() | Mark Stapp | 2020-07-07 | 1 | -8/+14 |
* | lib: add backup-nexthop value to nexthop | Mark Stapp | 2020-03-27 | 1 | -5/+26 |
* | zebra,lib: use const in more apis | Mark Stapp | 2020-03-27 | 1 | -4/+9 |
* | lib: remove null check before free nh_labels | Quentin Young | 2020-03-18 | 1 | -4/+2 |
* | lib,zebra: tighten up the nexthop_copy/nexthop_dup APIs | Stephen Worley | 2020-01-15 | 1 | -2/+26 |
* | lib: default nexthop weights to one | Stephen Worley | 2019-12-16 | 1 | -1/+17 |
* | lib, zebra: Allow for encode/decode of nexthop weight in pass down | Donald Sharp | 2019-12-09 | 1 | -0/+6 |
* | lib, zebra: Allow for installation of a weighted nexthop | Donald Sharp | 2019-12-09 | 1 | -0/+1 |
* | lib,sharpd: support labelled nexthop-groups in sharpd | Mark Stapp | 2019-12-06 | 1 | -0/+3 |
* | Merge pull request #5416 from mjstapp/re_nhe_pointer | Donald Sharp | 2019-12-04 | 1 | -0/+88 |
|\ |
|
| * | lib: add some nexthop ctors | Mark Stapp | 2019-11-22 | 1 | -0/+88 |
* | | *: generously apply const | David Lamparter | 2019-12-02 | 1 | -1/+1 |
|/ |
|
* | lib: Make nexthop_next* use const for nexthop | Stephen Worley | 2019-10-25 | 1 | -2/+2 |
* | lib: Add nexthop quick hash api | Stephen Worley | 2019-10-25 | 1 | -17/+27 |
* | lib: Nexthop hash onlink and ifindex with one call | Stephen Worley | 2019-10-25 | 1 | -13/+3 |
* | zebra: Optimize the fib/notified nexthop matching | Stephen Worley | 2019-10-25 | 1 | -0/+13 |
* | lib: Call nexthop g_addr hashes together | Stephen Worley | 2019-10-25 | 1 | -4/+16 |
* | lib: Hash nexthops on onlink flag | Stephen Worley | 2019-10-25 | 1 | -0/+3 |
* | lib: Sort zapi_nexthops on the encode | Stephen Worley | 2019-08-19 | 1 | -5/+4 |
* | lib: Add a nexthop_dup() that allocates and copies | Stephen Worley | 2019-06-26 | 1 | -0/+9 |
* | lib: Put single nexthop copy into its own function | Stephen Worley | 2019-06-26 | 1 | -0/+17 |
* | lib: add some printfrr specifiers | David Lamparter | 2019-06-03 | 1 | -0/+85 |
* | lib,zebra,bgpd,pbrd: Compare nexthops without labels | Stephen Worley | 2019-05-23 | 1 | -20/+49 |
* | 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 | 1 | -36/+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 |