summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8364 from stipmonster/masterQuentin Young2021-04-042-1/+3
|\
| * tools: Added pathd to the relevant init filesErik Kooistra2021-03-292-1/+3
* | Merge pull request #8392 from idryzhov/ospf-ignore-dupDonald Sharp2021-04-021-3/+6
|\ \
| * | ospfd: ignore duplicated "ip ospf area" commandsIgor Ryzhov2021-04-021-3/+6
* | | Merge pull request #8376 from mjstapp/fix_remove_inet6_ntoaDonald Sharp2021-04-024-62/+47
|\ \ \
| * | | lib: remove inet6_ntoa apiMark Stapp2021-03-312-11/+0
| * | | ripngd: use pI6 instead of inet6_ntoaMark Stapp2021-03-312-51/+47
* | | | Merge pull request #8382 from taspelund/add_rd_all_v2Donatas Abraitis2021-04-025-95/+348
|\ \ \ \
| * | | | bgpd: fix old vpn command compilation failuresTrey Aspelund2021-04-012-3/+3
| * | | | doc: Add Displaying Routes by RD sectionTrey Aspelund2021-04-011-5/+32
| * | | | bgpd: Add 'rd all' keyword to EVPN/L3VPN show cmdsTrey Aspelund2021-04-013-87/+313
| | |/ / | |/| |
* | | | Merge pull request #8375 from mjstapp/fix_ignore_pcep_test_filesDonald Sharp2021-04-012-0/+14
|\ \ \ \
| * | | | build: add pceplib test output to gitignoreMark Stapp2021-03-312-0/+14
| | |/ / | |/| |
* | | | Merge pull request #8358 from idryzhov/fix-nb-vrf-crashMark Stapp2021-04-018-68/+2
|\ \ \ \
| * | | | *: modify VRF_CONFIGURED flag only in VRF NB layerIgor Ryzhov2021-03-288-68/+2
* | | | | Merge pull request #8385 from idryzhov/fix-no-bfdMark Stapp2021-04-015-3/+27
|\ \ \ \ \
| * | | | | bfdd: fix profiles autocompletionIgor Ryzhov2021-04-012-2/+2
| * | | | | bbfd: clear nb config entries when removing bfd nodeIgor Ryzhov2021-04-011-1/+15
| * | | | | bfdd: remove profiles when removing bfd nodeIgor Ryzhov2021-04-013-0/+10
| | |_|/ / | |/| | |
* | | | | Merge pull request #8383 from idryzhov/bgpd-fix-buildDonald Sharp2021-04-011-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | bgpd: fix build warningsIgor Ryzhov2021-04-011-1/+1
|/ / / /
* | | | Merge pull request #8345 from dslicenc/frr-reload-vrf-staticMark Stapp2021-03-311-9/+57
|\ \ \ \
| * | | | tools: frr-reload fixes for deleting vrf static routesDon Slice2021-03-311-0/+46
| * | | | tools: frr-reload.py changes to make black happyDon Slice2021-03-311-9/+11
* | | | | Merge pull request #8377 from idryzhov/fix-disable-bfddMark Stapp2021-03-311-1/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ospfd: fix building with --disable-bfddIgor Ryzhov2021-03-311-1/+3
* | | | | Merge pull request #8350 from opensourcerouting/printfrr-revampMark Stapp2021-03-3119-275/+1280
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | doc/developer: improve printfrr extension docsDavid Lamparter2021-03-303-54/+299
| * | | | 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-303-5/+232
| * | | | lib: add `%*pHX` + `%*pHS` hexdump in printfrrDavid Lamparter2021-03-305-1/+111
| * | | | lib: add `%pFB` extension to print struct fbuf *David Lamparter2021-03-302-0/+23
| * | | | lib: add `%pVA` recursive printfrrDavid Lamparter2021-03-304-0/+48
| * | | | lib: add `FMT_NSTD()` for non-standard printf extsDavid Lamparter2021-03-302-2/+28
| * | | | lib: allow discerning unspec width in printfrr extDavid Lamparter2021-03-302-1/+24
| * | | | lib: put printfrr extension args into structDavid Lamparter2021-03-309-49/+114
| * | | | lib: record output positions in printfrrDavid Lamparter2021-03-273-32/+64
| * | | | lib: print `(null)` rather than `NULL`David Lamparter2021-03-275-11/+11
| * | | | lib: rework printfrr extensions to output directlyDavid Lamparter2021-03-2710-173/+278
| * | | | tools/gcc-plugin: support [un]signed in pragmaDavid Lamparter2021-03-262-2/+17
| * | | | tools/gcc-plugin: fix format precision/width typeDavid Lamparter2021-03-261-1/+1
* | | | | Merge pull request #7419 from patrasar/routemap_nbIgor Ryzhov2021-03-3142-2698/+8759
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | bgpd: North-bound implementation for bgp rmapsSarita Patra2021-03-307-1263/+4806
| * | | | ospfd: North-bound implementation for ospfd rmapsSarita Patra2021-03-307-7/+167
| * | | | ospf6d: North-bound implementation for ospf6d rmapsSarita Patra2021-03-306-71/+291
| * | | | zebra: North-bound implementation for zebra rmapsSarita Patra2021-03-3010-412/+570
| * | | | lib: Modifications to route-map NBSarita Patra2021-03-304-609/+1223
| * | | | lib,zebra,bgpd,ospfd,ospf6d: Route-map yang defnsSarita Patra2021-03-308-336/+1702
|/ / / /