summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_route.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-08-04*: remove test python fileMark Stapp1-22/+0
2022-08-04bgpd: fix show bgp l2vpn evpn route rd crashesTrey Aspelund1-2/+2
2022-08-03bgpd: bgp_best_path_select_defer never returns negativeDonatas Abraitis3-8/+5
2022-08-03doc: Add `show bgp access-list` commandDonatas Abraitis1-0/+4
2022-08-03bgpd: Add `show bgp access-list` command to filter routes by ACLDonatas Abraitis2-0/+26
2022-08-03zebra: fix bond down for evpn-mhanlan_cs1-0/+13
2022-08-03ospf6d: combine two conditions for lsa prefixanlan_cs1-4/+2
2022-08-02qpb: Tell coverity the actual size we are copyingDonald Sharp1-2/+4
2022-08-02build: unconditionally enable format checksDavid Lamparter1-4/+0
2022-08-02lib: Remove usage of inet_ntop in lib/sockopt.cDonald Sharp1-5/+2
2022-08-01lib: Correct valgrind errorsOlivier Dugeon2-4/+4
2022-08-01pimd: Simply the code a bit, reduce code complexityMobashshera Rasool1-16/+7
2022-07-30lib: Use pI4 instead of inet_ntop in sockopt.cDonald Sharp1-5/+2
2022-07-30zebra: Remove usage of newline in zlog_X messageDonald Sharp1-1/+1
2022-07-30bgpd: use pI4Donald Sharp1-8/+2
2022-07-30ospfd: Remove usage of inet_ntopDonald Sharp2-10/+5
2022-07-29lib: Coverity wants strlen to include null characterDonald Sharp1-1/+1
2022-07-29tests: Fix test_ospf_topo1 as that it sometimes failsDonald Sharp1-10/+20
2022-07-29tests: Split up test_multicast_pim_static_rp.py into 3 test suitesDonald Sharp3-2525/+3223
2022-07-29bgpd: fixed bmp vpnv4 monitoring are withdraws instead of updatesmxyns1-5/+7
2022-07-29bgpd: Do not check if the whole as-path has target ASN when using as-overrideDonatas Abraitis4-29/+26
2022-07-29doc: Update /doc/topotests.rst documentationKuldeep Kashyap36-3530/+2639
2022-07-29bgpd: Safi can be SAFI_MAX which would allow a write beyond allocedDonald Sharp1-0/+1
2022-07-28pimd: Update mroute IIF based on Nexthop received from ZebraSarita Patra1-1/+1
2022-07-28isisd: Prevent leak of global_ipv6_addrsDonald Sharp1-1/+1
2022-07-28bgpd: Unlock bgp_node after bgp_node_lookupDonatas Abraitis1-2/+9
2022-07-28tests: [PIMv6] Update topology for static rp suiteKuldeep Kashyap1-3/+5
2022-07-27ospf6d: corrected the debug stringsri-mohan11-1/+1
2022-07-27ospfd: Coverity warns that we could possibly use unininted dataDonald Sharp1-1/+1
2022-07-27bgpd: Improve indentation in bgp_updgrp_adv.cDonald Sharp1-87/+82
2022-07-27bgpd: Ensure we are not using AFI_MAXDonald Sharp1-0/+5
2022-07-27tests: Check if BGP as-override works correctlyDonatas Abraitis10-0/+195
2022-07-27ospfclient: condition optimizationsri-mohan11-6/+6
2022-07-27bgpd: Reset BGP sessions when changing the portDonatas Abraitis2-0/+4
2022-07-27bgpd: Allow setting custom port for BGP unnumbered peersDonatas Abraitis1-5/+5
2022-07-26tools/gcc-plugins: make GCC 12 compatibleDavid Lamparter2-1/+6
2022-07-26pimd: Fix a couple coverity issues with mtracebis_netlink.cDonald Sharp1-8/+13
2022-07-26tests: Fixup more missing pytestmark annotationsDonald Sharp14-1/+28
2022-07-26zebra: Fix lost memory on lsp freeDonald Sharp1-8/+19
2022-07-26bgpd: Fixup pbr rule changes that were missedDonald Sharp1-0/+5
2022-07-26bgpd: Remove newlines from zlog, they are not allowedDonald Sharp1-2/+2
2022-07-25bgpd: Rename baa_new/baa_free/etc functions to be human-readableDonatas Abraitis4-23/+27
2022-07-25bgpd: Cleanup subgroup hash when we delete/merge a subgroupDonatas Abraitis3-2/+5
2022-07-24tests: [PIMv6] Add test_multicast_pimv6_static_rp suiteKuldeep Kashyap2-0/+609
2022-07-24tests: [PIMv6] APIs for multicast PIMv6 configKuldeep Kashyap5-96/+451
2022-07-22topotests: Drop static routeChromico1-2/+0
2022-07-22bgpd: Make sure hdr length is at a minimum of what is expectedDonald Sharp1-0/+8
2022-07-22isisd: Ensure rcap is freed in error caseDonald Sharp1-4/+4
2022-07-22ospfclient: Ensure ospf_apiclient_lsa_originate cannot accidently write into ...Donald Sharp1-0/+6
2022-07-22bgpd: Free memory for as-path filter if regexp is wrongDonatas Abraitis1-0/+1