summaryrefslogtreecommitdiffstats
path: root/pceplib/pcep_pcc_api.h (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-01bfdd: fix profiles autocompletionIgor Ryzhov2-2/+2
2021-04-01bbfd: clear nb config entries when removing bfd nodeIgor Ryzhov1-1/+15
2021-04-01bfdd: remove profiles when removing bfd nodeIgor Ryzhov3-0/+10
2021-04-01bgpd: fix build warningsIgor Ryzhov1-1/+1
2021-04-01bgpd: fix old vpn command compilation failuresTrey Aspelund2-3/+3
2021-04-01doc: Add Displaying Routes by RD sectionTrey Aspelund1-5/+32
2021-04-01bgpd: Add 'rd all' keyword to EVPN/L3VPN show cmdsTrey Aspelund3-87/+313
2021-03-31tools: frr-reload fixes for deleting vrf static routesDon Slice1-0/+46
2021-03-31tools: frr-reload.py changes to make black happyDon Slice1-9/+11
2021-03-31ospfd: fix building with --disable-bfddIgor Ryzhov1-1/+3
2021-03-31lib: remove inet6_ntoa apiMark Stapp2-11/+0
2021-03-31ripngd: use pI6 instead of inet6_ntoaMark Stapp2-51/+47
2021-03-31build: add pceplib test output to gitignoreMark Stapp2-0/+14
2021-03-30doc/developer: improve printfrr extension docsDavid Lamparter3-54/+299
2021-03-30lib: save errno in vty_out()David Lamparter1-0/+3
2021-03-30lib: add `%dPF` & `%dSO` formatsDavid Lamparter2-0/+51
2021-03-30lib: fix & improve `%pSU` formatDavid Lamparter2-3/+35
2021-03-30lib: add `%pSQ` and `%pSE` string escape formatsDavid Lamparter3-5/+232
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-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-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