summaryrefslogtreecommitdiffstats
path: root/tools/symalyzer.py (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-08tests: add c-ares "exercise" toolDavid Lamparter3-0/+92
2021-11-08tests: allow common_cli.c with logging enabledDavid Lamparter2-1/+4
2021-11-08lib: fix c-ares thread misuseDavid Lamparter1-68/+110
2021-11-08tests: fix bgp_community_change_updateIgor Ryzhov2-2/+2
2021-11-08doc: We must install rpki packages to enable RPKI supportDonatas Abraitis1-2/+3
2021-11-07tests: Remove debugs from topotestsDonald Sharp400-1583/+1583
2021-11-06lib: keep vty listeners in a proper struct & listDavid Lamparter1-49/+51
2021-11-06lib: replace vtyvec/vtyshvec with listsDavid Lamparter2-54/+48
2021-11-06lib: remove unused vty_log() functionsDavid Lamparter2-109/+0
2021-11-05pimd: remove usage of inet_ntopDonald Sharp2-8/+6
2021-11-05ospf6d: Prevent crash in adj_okDonald Sharp3-1/+6
2021-11-05ospf6d: Prevent use after freeDonald Sharp3-2/+7
2021-11-05doc: Drop misleading explanation about `neighbor X interface IFNAME`Donatas Abraitis1-3/+0
2021-11-05tests: pim_basic needs to wait for event to happen under loadDonald Sharp1-1/+5
2021-11-05tests: Ensure ospf has reconverged before continuingDonald Sharp2-3/+29
2021-11-05tests: test_ospf_topo1.py ensure rib has time to convergeDonald Sharp1-2/+26
2021-11-04zebra: remove ifp reference against the macs before deleting the ifp->mac_listAnuradha Karuppiah1-13/+19
2021-11-04doc: Cosmetic minor changes for zebra.rstDonatas Abraitis1-24/+24
2021-11-04tests: Fix route replace test in all_protocol_startupDonald Sharp1-0/+8
2021-11-04zebra: Send up ifindex for redistribution when appropriateDonald Sharp1-4/+0
2021-11-04bgpd: update BFD config on update-source changeRafael Zalamena2-16/+42
2021-11-04bgpd: fix BFD configuration update on TTL changeRafael Zalamena1-0/+16
2021-11-04lib: constify read only parametersRafael Zalamena2-4/+8
2021-11-04lib: fix BFD IPv6 session address changeRenato Westphal1-2/+1
2021-11-03zebra: netfilter operations notif sent back to daemonPhilippe Guibert1-3/+3
2021-11-03zebra: update dataplane flowspec address family in ipset_infoPhilippe Guibert2-0/+4
2021-11-03zebra: fix flowspec ipset operationsPhilippe Guibert1-1/+1
2021-11-03ospf6d: avoid writing dumb ospf6 info at startupPhilippe Guibert1-0/+4
2021-11-03lib: fix crash when terminating inactive VRFsIgor Ryzhov1-1/+4
2021-11-03zebra: fix stale pointer when netns is deletedIgor Ryzhov2-3/+2
2021-11-02tests: clean up temp files in libpcep testsMark Stapp2-13/+53
2021-11-01tests: All_protocol_startup sporadic failureDonald Sharp1-0/+3
2021-11-01lib: Return Null when we have an empty string for script nameDonald Sharp1-0/+4
2021-11-01tests: isis_topo1 needs to wait for results under loadDonald Sharp1-4/+20
2021-10-31bgpd: Add Long-lived Graceful Restart capability (restarter)Donatas Abraitis6-0/+259
2021-10-29tests: Fix zebra_seg6_route to not always reinstall the same routeDonald Sharp2-17/+11
2021-10-29tests: zebra_seg6local has a race conditionDonald Sharp1-9/+11
2021-10-29lib: Fix comparison function in link_state.cOlivier Dugeon2-30/+206
2021-10-28tests: Fix `check_ping` function in test_bgp_srv6l3vpn_to_bgp_vrf.pyDonald Sharp1-3/+4
2021-10-28lib: make if_lookup_by_index_all_vrf internalIgor Ryzhov2-2/+2
2021-10-28zebra: don't use if_lookup_by_index_all_vrfIgor Ryzhov2-8/+6
2021-10-28ospf6d: don't use if_lookup_by_index_all_vrfIgor Ryzhov1-11/+13
2021-10-28lib: remove wrong setting of interface configured flagIgor Ryzhov1-7/+0
2021-10-28bgpd: don't use if_lookup_by_index_all_vrfIgor Ryzhov1-2/+3
2021-10-28zebra: debug_nl.c ensure we can read RTM_NEWNEIGH bridge nested attrsDonald Sharp1-1/+1
2021-10-28zebra: Fix netlink RTM_NEWNEXTHOP parsing for nested attributesDonald Sharp2-2/+3
2021-10-28ospf6d: Add autocomplete for `area X filter-list prefix`Donatas Abraitis1-2/+2
2021-10-28ospfd: Add autocomplete for `area X filter-list prefix`Donatas Abraitis1-2/+2
2021-10-28lib: Add autocomplete for prefix-list under route-mapsDonatas Abraitis4-12/+14
2021-10-27isisd: fix unpack_item_ext_subtlvs TLV parsing issuesJuraj Vijtiuk2-4/+74