summaryrefslogtreecommitdiffstats
path: root/sharpd (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-06ospfd: permit over-write of message-digest-keyMark Stapp1-4/+3
2021-04-06docs: add zebra debug docsMark Stapp1-0/+65
2021-04-06nhrpd: Fixup tab usage and sockunion2str usageDonald Sharp2-6/+3
2021-04-06tests: Nexthop should not be changed if peer X shares a common subnetDonatas Abraitis8-0/+157
2021-04-05zebra: be more selective about processing LSPsMark Stapp1-0/+16
2021-04-05zebra: add 'detail' mpls debug settingMark Stapp2-8/+24
2021-04-05tests: Fix for BGP_GR test failuresKuldeep Kashyap4-25/+184
2021-04-02bgpd: increase the maximum number of neighborsPhilippe Guibert4-4/+13
2021-04-02ospfd: ignore duplicated "ip ospf area" commandsIgor Ryzhov1-3/+6
2021-04-01bgpd: prefix-list and route-map nb fixesIgor Ryzhov1-8/+5
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-01tools: do in-place SRGB/SRLB changesEmanuele Di Pascale1-0/+10
2021-04-01nhrpd: Fix memory leak in error path when forwarding packetsReuben Dowle1-0/+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-04-01nhrpd: Ensure invalid pointer is not used if two NAT extensions receivedReuben Dowle2-37/+41
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