summaryrefslogtreecommitdiffstats
path: root/snapcraft/README.usage.md (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-19pathd: un-guard clippy filesGalaxyGorilla1-5/+0
2020-12-18lib: Add a warning for when we are not operating correctlyDonald Sharp1-4/+11
2020-12-18lib: Fix dependency of match types in route-map codeDonald Sharp1-1/+1
2020-12-18lib: Add some useful debugs to understand what is going onDonald Sharp1-0/+8
2020-12-18lib: arg can never be NULLDonald Sharp1-16/+12
2020-12-18pathd: Add optional support for PCEP to pathdSebastien Merle31-13/+10762
2020-12-18zebra: reduce atomic ops in fpm_process_queue()Duncan Eastoe1-2/+6
2020-12-18zebra: local var in fpm_process_queue() sched condDuncan Eastoe1-5/+6
2020-12-18zebra: reduce atomic ops in fpm_nl_process()Duncan Eastoe1-7/+9
2020-12-18pathd: New SR-TE policy management daemonSebastien Merle81-12/+7828
2020-12-18zebra: reduce dplane_fpm_nl ctxqueue_mutex contentionDuncan Eastoe1-7/+12
2020-12-17bgpd: Remove awful test of strmatch + get_afi_safi_strDonald Sharp2-20/+0
2020-12-17bgpd: Use the headerDonald Sharp4-6/+5
2020-12-17bgpd: Somewhat optimize string returnsDonald Sharp1-80/+92
2020-12-17tests: unicode to frr_unicodeDonald Sharp3-7/+10
2020-12-17zebra: nht resolve-via-default doesn't need forceMark Stapp1-4/+4
2020-12-16doc: Remove duplicate wordMiroslav Koškár1-3/+3
2020-12-15vtysh: When dry-running no need to start/end configurationDonald Sharp4-12/+14
2020-12-15lib, vtysh: Modify start/end configuration commands to be more hiddenDonald Sharp2-4/+4
2020-12-15zebra: add support for DF delay timerAnuradha Karuppiah2-15/+66
2020-12-15zebra: display DF status only for local ESsAnuradha Karuppiah1-1/+4
2020-12-15pimd: correcting the definition for Mroute flag "R"Mobashshera Rasool1-1/+1
2020-12-14ospfd: avoid inet_ntoaMark Stapp2-28/+74
2020-12-14*: Replace s_addr check agains 0 with INADDR_ANYDonatas Abraitis24-50/+56
2020-12-14bgpd: Use bgp master flags for send extra data to zebraDonatas Abraitis4-14/+9
2020-12-14zebra: restart start-up delay timer when the first uplink comes upAnuradha Karuppiah1-12/+19
2020-12-14zebra: re-sync protodown state with the dplane on new ES addAnuradha Karuppiah2-15/+19
2020-12-14zebra: update protodown displayAnuradha Karuppiah2-6/+13
2020-12-14zebra: re-sync protodown state when a port/mbr is linked to an ES-bondAnuradha Karuppiah1-4/+2
2020-12-14ospf6d: Link LSA is not updated when router priority is modifiedMobashshera Rasool1-0/+1
2020-12-13ospf6d: ospfv3 disable on the interface, but interface prefix still shown in ...Yash Ranjan1-1/+2
2020-12-12bgpd: fix evpn route-map vni filter at originChirag Shah1-0/+2
2020-12-11zebra: routes stuck with 'q' when using dplane FPMDuncan Eastoe1-0/+9
2020-12-11zebra: dplane API to get provider output q lengthDuncan Eastoe2-0/+9
2020-12-11dplane_fpm_nl: queue peak counter never incrementsDuncan Eastoe1-1/+1
2020-12-11bgpd: Print afi/safi as strings when handling update/withdraw in zlog_debugDonatas Abraitis1-4/+10
2020-12-11bgpd: Print afi/safi as strings when handling capability in zlog_debugDonatas Abraitis1-2/+3
2020-12-11ospf6d: Fix for "show ipv6 ospf6 database link"Yash Ranjan1-3/+2
2020-12-11ospf6d: Fix for "show ipv6 ospf6 database intra-prefix"Yash Ranjan1-3/+2
2020-12-10isisd, ospfd: update 'client close' callback to 'ldp fail' apiKaren Schoener2-2/+2
2020-12-10zebra: Allow `show zebra client` to give clues about route update statusDonald Sharp1-0/+3
2020-12-10doc: Update doc for new global command `bgp suppress-fib-pending`Donald Sharp1-0/+5
2020-12-10bgpd: Add global `bgp suppress-fib-pending` commandDonald Sharp3-2/+49
2020-12-10doc: update doc comment on hash_cmp (round 2)Donatas Abraitis1-1/+1
2020-12-10zebra: unexpose label-manager util-funcs as staticHiroki Shirokura2-27/+16
2020-12-10bgpd: local routes use non-default distanceChirag Shah1-1/+5
2020-12-09ldpd, isisd, ospfd: Remove periodic ldp-sync hello messageKaren Schoener10-258/+0
2020-12-09isisd: fix null pointer dereference when parsing LSPRenato Westphal1-1/+1
2020-12-09ldpd: fix printfrr format specifiers in the child processesRenato Westphal1-2/+3
2020-12-09isisd, ospfd: IGPs detect LDP down via zapi client close messageKaren Schoener6-2/+105