summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: Convert bgp_addpath_encode_[tr]x() to bool from intDonatas Abraitis2022-02-012-10/+9
* vrrpd: use ipaddr_is_zero when neededIgor Ryzhov2022-01-271-9/+0
* Merge pull request #10411 from idryzhov/if-config-vrf-nameRuss White2022-01-252-0/+18
|\
| * *: do not print vrf name for interface config when using vrf-liteIgor Ryzhov2022-01-242-0/+18
* | Merge pull request #10381 from idryzhov/drop-gw-addrRuss White2022-01-241-0/+13
|\ \ | |/ |/|
| * bgpd: replace custom union gw_addr with struct ipaddrIgor Ryzhov2022-01-191-0/+13
* | lib, zebra: Add ability to tell thread system to ignore late timersDonald Sharp2022-01-203-8/+16
* | lib: Figure out if we are being starved for cpuDonald Sharp2022-01-203-0/+26
|/
* Merge pull request #10360 from opensourcerouting/clippy-rel-endianMark Stapp2022-01-191-15/+14
|\
| * lib/clippy: don't endian-convert twiceDavid Lamparter2022-01-181-15/+14
* | Merge pull request #10355 from opensourcerouting/noisy-startupRuss White2022-01-181-0/+5
|\ \
| * | lib: avoid pointless search for built-in IETF YANGDavid Lamparter2022-01-171-0/+5
* | | Merge pull request #9938 from Orange-OpenSource/isis_lsRuss White2022-01-182-142/+241
|\ \ \
| * | | lib: Update Link State functions to handle IPv6Olivier Dugeon2021-11-302-142/+241
* | | | Merge pull request #9644 from opensourcerouting/ospf-opaque-attrsRuss White2022-01-181-3/+14
|\ \ \ \ | |_|_|/ |/| | |
| * | | lib, ospfd, ospf6d, zebra: add OSPF opaque route attributesRenato Westphal2022-01-151-0/+8
| * | | lib: do not include bgpd headers in route_opaque.hRenato Westphal2021-11-231-3/+6
* | | | Merge pull request #10183 from idryzhov/rework-vrf-renameRafael Zalamena2022-01-174-39/+15
|\ \ \ \ | |_|_|/ |/| | |
| * | | *: rework renaming the default VRFIgor Ryzhov2021-12-214-39/+15
* | | | *: use semicolon after printfrr_ext_autoreg_{p,d}David Lamparter2022-01-148-25/+27
* | | | lib: add `%pTH` / `%pTHD` for printing thread infoDavid Lamparter2022-01-142-0/+71
* | | | lib: add time formatting printfrr extsDavid Lamparter2022-01-143-0/+404
* | | | lib: add `s` option to `pI4`/`pI6`/`pIA` printfrrDavid Lamparter2022-01-141-0/+46
* | | | Merge pull request #10327 from ton31337/fix/reduce_nested_loopsIgor Ryzhov2022-01-131-0/+4
|\ \ \ \
| * | | | *: Add FOREACH_AFI_SAFI_NSF(afi, safi) macro to reduce nestingDonatas Abraitis2022-01-131-0/+4
* | | | | Merge pull request #10324 from anlancs/fix-ospf-streamDonald Sharp2022-01-131-0/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | lib: fix the right value is returned for fail casesanlan_cs2022-01-121-0/+6
* | | | | Merge pull request #10282 from opensourcerouting/pim6-addr-replaceDonald Sharp2022-01-122-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | pimd: move `%pSG4` to `%pPSG4`David Lamparter2022-01-122-2/+2
* | | | | lib: rename one bfd parameter name to reflect real meaninganlan_cs2022-01-102-10/+10
|/ / / /
* | | | lib: small debug adjustment for bfdanlan_cs2022-01-081-4/+4
* | | | lib: default VRF may not exist on early exitDavid Lamparter2021-12-141-1/+2
* | | | lib: shuffle around command line optionsDavid Lamparter2021-12-142-25/+42
* | | | bgpd: fix BGP ORF Prefix-length matchingMartin Winter2021-12-141-2/+2
|/ / /
* | | Merge pull request #9899 from Drumato/zebra-srv6-locator-detail-json-supportDonatas Abraitis2021-12-142-0/+91
|\ \ \
| * | | zebra: Add support for json output in srv6 locator detail commandYamato Sugawara2021-11-292-0/+91
* | | | lib: routemap config output cleanupIgor Ryzhov2021-12-031-87/+38
* | | | Merge pull request #10110 from idryzhov/if-yang-remove-vrfRuss White2021-12-022-81/+140
|\ \ \ \
| * | | | lib, yang: remove vrf from the interface list keyIgor Ryzhov2021-11-232-81/+140
* | | | | Merge pull request #9878 from pguibert6WIND/resolver_vrfDonatas Abraitis2021-12-012-5/+17
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | lib: resolver per vrf supportPhilippe Guibert2021-11-232-5/+17
* | | | | Merge pull request #9798 from abuibrahim/masterQuentin Young2021-11-301-41/+50
|\ \ \ \ \
| * | | | | lib: confd: fix format-truncation warningsRuslan Babayev2021-11-121-2/+2
| * | | | | lib: confd: fix non-void return-type warningRuslan Babayev2021-11-121-0/+4
| * | | | | lib: confd: fix compilation broken with libyang2Ruslan Babayev2021-11-121-39/+44
* | | | | | Merge pull request #10124 from ton31337/feature/vty_jsonIgor Ryzhov2021-11-291-3/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | lib: Convert vty_out to vty_json for JSONDonatas Abraitis2021-11-251-3/+1
* | | | | | *: Remove unused variablesDonatas Abraitis2021-11-251-1/+0
* | | | | | lib: Replace prefix2str for JSON to %pFXDonatas Abraitis2021-11-252-10/+5
|/ / / / /
* | | | | bgpd: Add an ability to match ipv6 next-hop by prefix-listDonatas Abraitis2021-11-244-0/+55