summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| * | | lib: fix style misalignmentDavid Lamparter2021-11-171-1/+1
* | | | Merge pull request #9852 from opensourcerouting/pim-nht-reworkDonald Sharp2021-11-172-15/+36
|\ \ \ \
| * | | | *: clean up ifp-by-local-address function(s)David Lamparter2021-11-172-15/+36
| | |/ / | |/| |
* | | | Merge pull request #10075 from myloft/fix-chdir-judgeDavid Lamparter2021-11-171-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | zebra: fix chdir judgment to avoid starting failed in a non-existent directorySolyn2021-11-161-1/+1
| |/ /
* / / lib: rename bfd function to reflect real functionalityIgor Ryzhov2021-11-153-3/+3
|/ /