summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8376 from mjstapp/fix_remove_inet6_ntoaDonald Sharp2021-04-022-11/+0
|\
| * lib: remove inet6_ntoa apiMark Stapp2021-03-312-11/+0
* | Merge pull request #8358 from idryzhov/fix-nb-vrf-crashMark Stapp2021-04-012-14/+2
|\ \
| * | *: modify VRF_CONFIGURED flag only in VRF NB layerIgor Ryzhov2021-03-282-14/+2
* | | Merge pull request #8350 from opensourcerouting/printfrr-revampMark Stapp2021-03-3112-208/+843
|\ \ \
| * | | lib: save errno in vty_out()David Lamparter2021-03-301-0/+3
| * | | lib: add `%dPF` & `%dSO` formatsDavid Lamparter2021-03-302-0/+51
| * | | lib: fix & improve `%pSU` formatDavid Lamparter2021-03-302-3/+35
| * | | lib: add `%pSQ` and `%pSE` string escape formatsDavid Lamparter2021-03-302-0/+200
| * | | lib: add `%*pHX` + `%*pHS` hexdump in printfrrDavid Lamparter2021-03-303-1/+99
| * | | lib: add `%pFB` extension to print struct fbuf *David Lamparter2021-03-302-0/+23
| * | | lib: add `%pVA` recursive printfrrDavid Lamparter2021-03-302-0/+29
| * | | lib: add `FMT_NSTD()` for non-standard printf extsDavid Lamparter2021-03-301-0/+25
| * | | lib: allow discerning unspec width in printfrr extDavid Lamparter2021-03-302-1/+24
| * | | lib: put printfrr extension args into structDavid Lamparter2021-03-308-47/+112
| * | | lib: record output positions in printfrrDavid Lamparter2021-03-272-30/+44
| * | | lib: print `(null)` rather than `NULL`David Lamparter2021-03-274-10/+10
| * | | lib: rework printfrr extensions to output directlyDavid Lamparter2021-03-278-164/+236
* | | | lib: Modifications to route-map NBSarita Patra2021-03-304-609/+1223
| |_|/ |/| |
* | | Merge pull request #8311 from idryzhov/nb-sortingRuss White2021-03-308-53/+109
|\ \ \
| * | | lib: sort prefix-list commands by sequence-number in running-configIgor Ryzhov2021-03-233-0/+10
| * | | lib: sort access-list commands by sequence-number in running-configIgor Ryzhov2021-03-233-0/+10
| * | | lib: sort route-map commands by sequence number in running-configIgor Ryzhov2021-03-233-0/+11
| * | | lib: add ability to sort CLI commands printed by NB layerIgor Ryzhov2021-03-232-1/+63
| * | | lib: simplify nb_cli_show_dnode_cmdsIgor Ryzhov2021-03-231-56/+19
* | | | Merge pull request #8137 from Orange-OpenSource/ospf_lsRuss White2021-03-303-165/+1667
|\ \ \ \
| * | | | lib: Update Link State DatabaseOlivier Dugeon2021-03-233-165/+1667
| |/ / /
* | | | Merge pull request #8369 from idryzhov/filter-fixesRuss White2021-03-303-42/+153
|\ \ \ \
| * | | | lib: fix checking for duplicated prefix-list entriesIgor Ryzhov2021-03-293-0/+9
| * | | | lib: restore checks for duplicated prefix-list entriesIgor Ryzhov2021-03-291-0/+92
| * | | | lib: finish consolidation of prefix-list nb callbacksIgor Ryzhov2021-03-291-43/+40
| * | | | lib: fix checking for duplicated access-list entriesIgor Ryzhov2021-03-293-0/+13
| | |_|/ | |/| |
* | | | Merge pull request #8317 from mjstapp/fix_short_printfrr_bufDavid Lamparter2021-03-261-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | lib: enlarge the local buffer for printfrr extension tokensMark Stapp2021-03-231-1/+1
| | |/ | |/|
* | | Merge pull request #8154 from AnuradhaKaruppiah/evpn-mh-irb-2Patrick Ruddy2021-03-262-1/+5
|\ \ \
| * | | lib/zebra: zapi for installing EVPN nexthops from bgpAnuradha Karuppiah2021-03-262-1/+5
| | |/ | |/|
* / | lib, bgpd: add a specific oid_copy function for IPv6 addrsPat Ruddy2021-03-252-4/+16
|/ /
* | Merge pull request #8184 from opensourcerouting/bfd-bgp-napiIgor Ryzhov2021-03-242-0/+965
|\ \
| * | lib: small BFD session notifier improvementRafael Zalamena2021-03-231-1/+5
| * | lib: new BFD integration APIRafael Zalamena2021-03-232-0/+961
| |/
* | lib: fix xref hash calculationDavid Lamparter2021-03-221-2/+0
* | lib: add [XXXXX-XXXXX] log prefix & configDavid Lamparter2021-03-223-30/+112
* | lib: remove flog() macroDavid Lamparter2021-03-221-2/+0
* | lib: get rid of flog() usage in NB codeDavid Lamparter2021-03-221-20/+20
* | lib: add bputs/bputch fbuf (bprintfrr) helpersDavid Lamparter2021-03-221-0/+24
|/
* Merge pull request #8121 from opensourcerouting/macro-cleanupDonatas Abraitis2021-03-2299-312/+341
|\
| * lib: temporary workaround for LabN CIDavid Lamparter2021-03-171-0/+15
| * *: require semicolon after FRR_CFG_DEFAULT_*David Lamparter2021-03-171-1/+2
| * *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-179-13/+17
| * *: require semicolon after DEFINE_<typesafe...>David Lamparter2021-03-1716-61/+70