summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_apiserver.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-17zebra: Fix use after free in debug pathDonald Sharp1-1/+10
2020-10-17doc: Add %pBD print formatter to docDonald Sharp1-0/+2
2020-10-17bgpd: Use bgp_dest_get_prefix accessor functionDonald Sharp2-5/+8
2020-10-17bgpd: More bgp_node -> bgp_dest cleanupDonald Sharp4-149/+161
2020-10-17bgpd: Convert to %pFX or %pBD where possibleDonald Sharp2-71/+44
2020-10-17bgpd: add `%pBD` for printing `struct bgp_dest *`David Lamparter8-23/+36
2020-10-17sharpd: Fix nexthop group name collisionDonald Sharp1-2/+3
2020-10-17tests: fix spurious failures in the TI-LFA topotestRenato Westphal6-20/+0
2020-10-16bgpd: replace bgp_evpn_route2str with prefix2strPat Ruddy5-118/+50
2020-10-15vrrpd: Convert to using %pFXPat Ruddy2-17/+8
2020-10-15lib: align prefixevpn2str output with bgp_evpn_route2strPat Ruddy1-49/+42
2020-10-15ospfd: fix invocation of ospfTrapNbrStateChangeBabis Chalios1-14/+19
2020-10-15isisd: fix check for area-tag modificationIgor Ryzhov1-6/+1
2020-10-14bgpd: print error when as-path filter doesn't existIgor Ryzhov1-2/+4
2020-10-14isisd: change debug messages to use uppercase SPFRenato Westphal2-27/+19
2020-10-14doc: document new IS-IS TI-LFA commands and optionsRenato Westphal1-2/+15
2020-10-14tests: add IS-IS TI-LFA topotestRenato Westphal182-0/+13318
2020-10-14tests: add IS-IS TI-LFA unit testsRenato Westphal4-4/+1908
2020-10-14isisd: implement TI-LFA protection for Adj-SIDsRenato Westphal5-16/+146
2020-10-14isisd: add support for Topology Independent LFA (TI-LFA)Renato Westphal16-154/+1705
2020-10-14yang, isisd: add TI-LFA YANG nodes and corresponding skeleton callbacksRenato Westphal5-0/+249
2020-10-14ospfd: fix SA warnings in ospfd, ospfclientMark Stapp2-9/+96
2020-10-14ospfd: make reason string production saferMark Stapp3-35/+66
2020-10-14ospfd: Store neighbor Adjacency SID in SR databaseOlivier Dugeon2-19/+23
2020-10-13*: Consolidate on first git blame ignore revsDonald Sharp2-10/+11
2020-10-13zebra: Isolate mlag_rd_buf_offset to the actual using functionDonald Sharp3-3/+2
2020-10-13Revert "zebra: the mlag_rd_buf_offset variable was write only"Donald Sharp3-1/+6
2020-10-13zebra: quiet the zebra opaque message debugsMark Stapp1-10/+9
2020-10-13tests: Enable evpn_type5_test_topo1 suite to run in CIKuldeep Kashyap1-1/+1
2020-10-13ospfd: Prevent crash if transferring config amongst instancesDonald Sharp1-2/+15
2020-10-13ospfd: fix "no ip ospf area"Igor Ryzhov1-3/+6
2020-10-13doc, zebra: remove keep_kernel option everywhereEmanuele Bovisio2-5/+0
2020-10-13zebra: ifi_link_state is the link stateRoy Marples1-25/+69
2020-10-13tools: use function chownfrrEmanuele Bovisio1-1/+1
2020-10-13tests: Add bgp_communities_topo1 test suiteKuldeep Kashyap2-0/+613
2020-10-13bgpd: use common api in bgp_getChirag Shah3-32/+26
2020-10-13bgpd: fix crash in bgp instance creationChirag Shah2-10/+64
2020-10-13bgpd: rename router bgp callbacksChirag Shah3-6/+6
2020-10-12bgpd: fix show bgp neighbor routes for labeled-unicastTrey Aspelund1-4/+4
2020-10-12nhrp: Make vici socket path configurableZoran Pericic4-2/+15
2020-10-12bgpd: Correctly calculate threshold being reachedDonald Sharp1-1/+2
2020-10-12*: Use proper semantics for turning off threadDonald Sharp11-36/+15
2020-10-11ospfd: When failing to set socket options just note the failureDonald Sharp1-2/+0
2020-10-11ripngd: Intentionally ignore return code for str2prefix_ipv6Donald Sharp1-1/+1
2020-10-11ospf6d, tests: Prevent use after freeDonald Sharp9-60/+69
2020-10-11ospf6d: Make ospf6_lsa_lock follow normal FRR patternDonald Sharp2-4/+4
2020-10-11zebra: zevpn cannot be null passed into zebra_evpn_es_evi_show_one_evpnDonald Sharp1-0/+2
2020-10-11zebra: n->mac is derefed in all pathsDonald Sharp1-3/+2
2020-10-09staticd: To set the default value of blackhole type correctlyvdhingra1-0/+1
2020-10-09ospfclient: Provide some protection against blindly trusting inputDonald Sharp1-2/+17