| Commit message (Expand) | Author | Age | Files | Lines |
* | pimd: add more dual-family address bits | David Lamparter | 2022-01-17 | 1 | -3/+0 |
* | pimd: move `%pSG4` to `%pPSG4` | David Lamparter | 2022-01-12 | 1 | -1/+1 |
* | lib,zebra: use more const | Mark Stapp | 2021-09-14 | 1 | -2/+2 |
* | lib,ospfd,ospf6d: remove duplicated function | Rafael Zalamena | 2021-07-09 | 1 | -10/+22 |
* | *: Replace IPV4_MAX_PREFIXLEN to IPV4_MAX_BITLEN | Donatas Abraitis | 2021-07-01 | 1 | -1/+0 |
* | *: Replace IPV6_MAX_PREFIXLEN to IPV6_MAX_BITLEN | Donatas Abraitis | 2021-07-01 | 1 | -1/+0 |
* | *: unify prefix copying | Igor Ryzhov | 2021-06-29 | 1 | -8/+0 |
* | Merge pull request #8353 from opensourcerouting/llvm-20210327 | Quentin Young | 2021-06-01 | 1 | -2/+7 |
|\ |
|
| * | lib: fix transparent_union for clang++ | David Lamparter | 2021-03-27 | 1 | -2/+7 |
* | | lib: remove inet6_ntoa api | Mark Stapp | 2021-03-31 | 1 | -2/+0 |
|/ |
|
* | *: remove more sprintf() | Quentin Young | 2021-02-09 | 1 | -1/+1 |
* | lib: fix macro style | Igor Ryzhov | 2020-11-18 | 1 | -2/+2 |
* | bgpd: support for DF election in EVPN-MH | Anuradha Karuppiah | 2020-10-26 | 1 | -0/+2 |
* | *: Remove solaris from FRR | Donald Sharp | 2020-09-21 | 1 | -9/+0 |
* | lib: add family attribute for flowspec prefix structure | Philippe Guibert | 2020-08-21 | 1 | -0/+1 |
* | bgpd, lib: move EVPN route type def to lib and use it in the prefix macros | Anuradha Karuppiah | 2020-08-05 | 1 | -15/+24 |
* | lib, bgpd: Remove unused variable from structure | Donald Sharp | 2020-08-05 | 1 | -1/+0 |
* | bgpd: support for Ethernet Segments and Type-1/EAD routes | Anuradha Karuppiah | 2020-08-05 | 1 | -0/+1 |
* | lib: prefix: Add VTEP-IP to the EAD route prefix | Anuradha Karuppiah | 2020-08-05 | 1 | -1/+26 |
* | lib: add %pEA for struct ethaddr * | David Lamparter | 2020-07-14 | 1 | -0/+2 |
* | lib: clarify usage of prefix_bit function | Quentin Young | 2020-06-22 | 1 | -2/+10 |
* | lib: prefix: add prefix_rd type | streambinder | 2020-06-15 | 1 | -0/+2 |
* | lib: constify a few parameters of helper functions | Renato Westphal | 2020-04-30 | 1 | -1/+1 |
* | lib: prepare for plugin-based frr_format check | David Lamparter | 2020-03-29 | 1 | -0/+16 |
* | lib: make is_default_host_route use a const struct prefix | Donald Sharp | 2020-03-22 | 1 | -1/+1 |
* | bgpd: RFC compliance wrt invalid RMAC, GWIP, ESI and VNI | Kishore Aramalla | 2020-02-11 | 1 | -0/+2 |
* | Merge pull request #4773 from thozza/31-prefix-bcast-addr | Russ White | 2020-01-28 | 1 | -2/+1 |
|\ |
|
| * | lib/prefix.c: ipv4_broadcast_addr() didn't comply with RFC3021 | Tomas Hozza | 2019-08-05 | 1 | -2/+1 |
* | | lib/prefix: flip the bitrot compost | David Lamparter | 2019-12-14 | 1 | -7/+0 |
* | | *: Convert prefix_free to double pointer | Donald Sharp | 2019-11-02 | 1 | -3/+7 |
* | | bgpd: Adding new bgp evpn cli's for ip-prefix lookup | Lakshman Krishnamoorthy | 2019-09-27 | 1 | -0/+2 |
* | | lib: use const in prefix_mac2str | Mark Stapp | 2019-08-23 | 1 | -1/+1 |
|/ |
|
* | lib: fix prefix_copy() for clang-SA | David Lamparter | 2019-07-29 | 1 | -0/+8 |
* | lib: use some more transparent unions for prefixes | David Lamparter | 2019-07-28 | 1 | -3/+3 |
* | lib: Make prefix_hash_key accept a const | Donald Sharp | 2019-05-02 | 1 | -1/+1 |
* | Revert "Zebra diet" | Lou Berger | 2019-05-02 | 1 | -1/+1 |
* | lib: Make prefix_hash_key accept a const | Donald Sharp | 2019-05-02 | 1 | -1/+1 |
* | lib: two extra bytes were being allocated for the SG string | Anuradha Karuppiah | 2019-04-21 | 1 | -2/+2 |
* | lib: move SG prefix2str APIs from pimd to lib | Anuradha Karuppiah | 2019-04-20 | 1 | -0/+12 |
* | *: do not register nexthop 0.0.0.0 to nht | Chirag Shah | 2019-04-03 | 1 | -0/+13 |
* | lib: add extern "C" {} blocks to all libfrr headers | Renato Westphal | 2019-02-12 | 1 | -0/+9 |
* | lib: make union prefixptr C++-compatible | David Lamparter | 2019-02-11 | 1 | -10/+19 |
* | Merge pull request #3180 from qlyoung/prefixlen-u8-to-u16 | Renato Westphal | 2019-01-15 | 1 | -15/+16 |
|\ |
|
| * | bgpd, lib: few more prefixlen updated | Quentin Young | 2018-10-25 | 1 | -3/+2 |
| * | lib: convert prefixlen to 16-bit integer | Quentin Young | 2018-10-15 | 1 | -14/+16 |
* | | lib: Add another 32 bit accessor to the prefix data structure | Donald Sharp | 2019-01-11 | 1 | -0/+1 |
|/ |
|
* | bgpd, lib, ospfd, zebra: all_digit moved to frrstr | paco | 2018-06-19 | 1 | -1/+0 |
* | bgpd, lib: Cleanup CI warnings from system | Donald Sharp | 2018-05-30 | 1 | -1/+1 |
* | *: support for evpn type-4 route | mitesh | 2018-05-30 | 1 | -1/+14 |
* | *: change struct evpn_addr to include a union of all evpn route types | mitesh | 2018-05-03 | 1 | -14/+77 |