summaryrefslogtreecommitdiffstats
path: root/tests/lib/test_printfrr.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-30lib: add `%*pHX` + `%*pHS` hexdump in printfrrDavid Lamparter5-1/+111
2021-03-30lib: add `%pFB` extension to print struct fbuf *David Lamparter2-0/+23
2021-03-30lib: add `%pVA` recursive printfrrDavid Lamparter4-0/+48
2021-03-30lib: add `FMT_NSTD()` for non-standard printf extsDavid Lamparter2-2/+28
2021-03-30lib: allow discerning unspec width in printfrr extDavid Lamparter2-1/+24
2021-03-30lib: put printfrr extension args into structDavid Lamparter9-49/+114
2021-03-30bgpd: North-bound implementation for bgp rmapsSarita Patra7-1263/+4806
2021-03-30ospfd: North-bound implementation for ospfd rmapsSarita Patra7-7/+167
2021-03-30ospf6d: North-bound implementation for ospf6d rmapsSarita Patra6-71/+291
2021-03-30zebra: North-bound implementation for zebra rmapsSarita Patra10-412/+570
2021-03-30lib: Modifications to route-map NBSarita Patra4-609/+1223
2021-03-30lib,zebra,bgpd,ospfd,ospf6d: Route-map yang defnsSarita Patra8-336/+1702
2021-03-30Revert "bgpd: Add 'rd all' keyword to EVPN/L3VPN show cmds"Lou Berger4-342/+94
2021-03-30ospfd: fix counting of "ip ospf area" commandsIgor Ryzhov5-70/+45
2021-03-30ospfd: Max multipath config supportrgirada7-2/+100
2021-03-29lib: fix checking for duplicated prefix-list entriesIgor Ryzhov3-0/+9
2021-03-29lib: restore checks for duplicated prefix-list entriesIgor Ryzhov1-0/+92
2021-03-29lib: finish consolidation of prefix-list nb callbacksIgor Ryzhov1-43/+40
2021-03-29lib: fix checking for duplicated access-list entriesIgor Ryzhov3-0/+13
2021-03-29ospf6d: fix coverity warninglynne1-0/+1
2021-03-29topotests: fix 'parse_topology' function in test_isis_topo1_vrf.pyEmanuele Altomare6-338/+358
2021-03-29tools: Added pathd to the relevant init filesErik Kooistra2-1/+3
2021-03-29topotests: add tests for OSPFv3 default routeRafael Zalamena9-0/+305
2021-03-29ospf6d: Minor changes for stub areaYash Ranjan1-0/+14
2021-03-29doc: Add documentation for default-information originate.Yash Ranjan1-0/+6
2021-03-29ospf6d: Add logic to set metric if route-map not presentYash Ranjan4-2/+51
2021-03-29ospf6d: Add logic to change the status of router to ASBRYash Ranjan5-11/+41
2021-03-29ospf6d: Add CLI and logic for default-information originate commandYash Ranjan7-3/+214
2021-03-28*: modify VRF_CONFIGURED flag only in VRF NB layerIgor Ryzhov8-68/+2
2021-03-28nhrpd: Make some debug prints more informativePhilippe Guibert3-9/+7
2021-03-28nhrpd: Display post-nat NBMA for local addressesAmold Lad1-11/+28
2021-03-28nhrpd: Remove unecessary new line from debug messagesReuben Dowle1-2/+2
2021-03-27lib: record output positions in printfrrDavid Lamparter3-32/+64
2021-03-27lib: print `(null)` rather than `NULL`David Lamparter5-11/+11
2021-03-27lib: rework printfrr extensions to output directlyDavid Lamparter10-173/+278
2021-03-26ospf6d: fix unguarded debugMark Stapp1-2/+4
2021-03-26isisd: fix coverity SA warningMark Stapp1-0/+2
2021-03-26ospf6d: fix ospf6_abr_examin_summary to check for a path cost changeKaren Schoener1-1/+2
2021-03-26tools/gcc-plugin: support [un]signed in pragmaDavid Lamparter2-2/+17
2021-03-26tools/gcc-plugin: fix format precision/width typeDavid Lamparter1-1/+1
2021-03-26bgpd: Use rpki_curr_state instead of curr_stateDonald Sharp1-30/+31
2021-03-26doc: Add doc for new rpki commandsDonald Sharp1-0/+8
2021-03-26bgpd: Add rpki filter to some more show commandsDonald Sharp2-23/+61
2021-03-26bgpd: Add `show bgp <afi> <safi> A.B.C.D [rpki <valid|invalid|notfound>]`Donald Sharp1-11/+16
2021-03-26bgpd: Figure out rpki validation state earlierDonald Sharp3-28/+39
2021-03-26bgpd: Convert string output to rpki validation-state:Donald Sharp1-1/+1
2021-03-26bgpd: Convert RPKI states to an enum and use themDonald Sharp4-12/+48
2021-03-26bgpd: convert l2vpn evpn nbr route-map to nbChirag Shah3-0/+906
2021-03-26bgpd: cleanup prefix2str usageAnuradha Karuppiah1-24/+11
2021-03-26bgpd: fix crash in the MH cleanup handlingAnuradha Karuppiah1-4/+4