summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | lib: Use autocomplete for `route-map <name> <action> <seq>`Donatas Abraitis2021-11-231-4/+4
* | | | Merge pull request #10024 from ton31337/feature/match_ipv6_next-hop_access-listIgor Ryzhov2021-11-234-4/+54
|\ \ \ \ | |_|_|/ |/| | |
| * | | bgpd: Add an ability to match ipv6 next-hop by access-listDonatas Abraitis2021-11-234-4/+54
* | | | *: cleanup ifp->vrf_idIgor Ryzhov2021-11-225-45/+32
|/ / /
* | | Merge pull request #10076 from idryzhov/if-is-loopback-or-vrfDonald Sharp2021-11-222-5/+6
|\ \ \
| * | | *: unify if_is_loopback/if_is_loopback_or_vrfIgor Ryzhov2021-11-162-5/+6
* | | | Merge pull request #10096 from mjstapp/fix_ted_freeDonatas Abraitis2021-11-221-6/+6
|\ \ \ \
| * | | | lib: use _safe iteration during link_state/ted cleanupMark Stapp2021-11-181-6/+6
| |/ / /
* | | | bgpd, lib: fix inconsistency of match ip/ipv6 next-hop commandsIgor Ryzhov2021-11-191-2/+2
* | | | Merge pull request #10074 from opensourcerouting/assorted-20211116Igor Ryzhov2021-11-195-75/+107
|\ \ \ \
| * | | | vtysh: dispatch unique-id backtrace cmd properlyDavid Lamparter2021-11-161-12/+11
| * | | | lib: rework vty_check_node_for_xpath_decrementDavid Lamparter2021-11-162-32/+12
| * | | | lib: use hash for route-map set/match commandsDavid Lamparter2021-11-162-31/+84
| |/ / /
* | | | Merge pull request #10092 from ton31337/feature/replace_json_object_string_ad...Igor Ryzhov2021-11-181-13/+4
|\ \ \ \
| * | | | *: Remove unused variablesDonatas Abraitis2021-11-181-1/+0
| * | | | lib: Replace inet_ntop to %pI4/6 for JSON outputsDonatas Abraitis2021-11-181-12/+4
* | | | | lib: Do not use sizeof() on `size_t errmsg_len`.zyxwvu Shi2021-11-181-2/+1
|/ / / /
* | | | Merge pull request #10084 from opensourcerouting/json-sugarDonatas Abraitis2021-11-188-63/+115
|\ \ \ \ | |_|_|/ |/| | |
| * | | lib: use json-printf in filter codeDavid Lamparter2021-11-171-31/+16
| * | | lib: use vty_json()David Lamparter2021-11-174-31/+4
| * | | lib: add printfrr to json string helpersDavid Lamparter2021-11-172-0/+71
| * | | lib: add vty_json() helperDavid Lamparter2021-11-173-0/+23