summaryrefslogtreecommitdiffstats
path: root/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10540 from idryzhov/attr-extra-revertDonatas Abraitis2022-02-104-47/+10
|\
| * Revert "bgpd: Move out ipv6_ecommunity struct from attr to attr_extra"Igor Ryzhov2022-02-104-35/+4
| * Revert "bgpd: Move attr->pmsi_tnl_type to attr->extra->pmsi_tnl_type"Igor Ryzhov2022-02-101-12/+6
| * Revert "bgpd: Free only subattributes, not the whole attr_extra pointer"Igor Ryzhov2022-02-101-1/+1
* | bgpd: Use get/set helpers for attr->lcommunityDonatas Abraitis2022-02-109-82/+130
|/
* Merge pull request #10549 from idryzhov/bgp-coverityDonatas Abraitis2022-02-102-2/+5
|\
| * bgpd: fix null pointer dereferencesIgor Ryzhov2022-02-092-2/+5
* | Merge pull request #10550 from idryzhov/bgp-attr-undupDonatas Abraitis2022-02-104-43/+5
|\ \
| * | bgpd: remove bgp_attr_undupIgor Ryzhov2022-02-094-43/+5
| |/
* | bgpd: fix aspath memleak on error in vnc_direct_bgp_add_nveIgor Ryzhov2022-02-091-3/+3
* | bgpd: fix aspath memory leak in aggr_suppress_map_testIgor Ryzhov2022-02-091-0/+1
* | bgpd: fix missing bgp_attr_flush on errors in bgp_updateIgor Ryzhov2022-02-091-3/+6
|/
* Merge pull request #10531 from idryzhov/bgp-nexthop-cmpDonald Sharp2022-02-081-4/+1
|\
| * bgpd: avoid memcmp comparison of struct nexthopIgor Ryzhov2022-02-081-4/+1
* | Merge pull request #10530 from idryzhov/ipaddr-cmpMark Stapp2022-02-081-1/+1
|\ \
| * | *: use ipaddr_cmp instead of memcmpIgor Ryzhov2022-02-081-1/+1
| |/
* | Merge pull request #10492 from ton31337/feature/pmsi_tnl_type_attr_extraDonald Sharp2022-02-082-7/+13
|\ \
| * | bgpd: Free only subattributes, not the whole attr_extra pointerDonatas Abraitis2022-02-051-1/+1
| * | bgpd: Move attr->pmsi_tnl_type to attr->extra->pmsi_tnl_typeDonatas Abraitis2022-02-051-6/+12
* | | Merge pull request #10496 from ton31337/fix/move_struct_ecommunity_to_extraDonald Sharp2022-02-0819-210/+287
|\ \ \ | |_|/ |/| |
| * | bgpd: Use bgp_attr_[sg]et_ecommunity for struct ecommunityDonatas Abraitis2022-02-0419-210/+287
| |/
* | bgpd: Use AF_UNSPEC instead of setting to 0Donald Sharp2022-02-072-10/+10
* | bgpd: Print route-map name for filtred outgoing prefixesDonatas Abraitis2022-02-071-2/+3
* | bgpd: Flush temporary attributes after route-map applyDonatas Abraitis2022-02-071-1/+1
* | Merge pull request #10475 from ton31337/fix/coverity_bgpdIgor Ryzhov2022-02-062-5/+5
|\ \
| * | bgpd: Pass struct pfx_record to sizeofDonatas Abraitis2022-02-021-3/+3
| * | bgpd: Do not check for status from str2sockunion()Donatas Abraitis2022-02-021-2/+2
* | | bgpd: Prevent use after variable goes out of scopeDonald Sharp2022-02-041-1/+1
| |/ |/|
* | bgpd: strncmp -> strcmp in community hash fooQuentin Young2022-02-021-5/+2
|/
* Merge pull request #10428 from ton31337/fix/attr_extra_ipv6_ecommunityRuss White2022-02-014-4/+35
|\
| * bgpd: Move out ipv6_ecommunity struct from attr to attr_extraDonatas Abraitis2022-01-264-4/+35
* | Merge pull request #10431 from ton31337/fix/rpkiRuss White2022-02-011-22/+55
|\ \
| * | bgpd: Handle TCP connection errors with connection callbacks for RPKIDonatas Abraitis2022-01-271-22/+55
* | | Merge pull request #10430 from ton31337/fix/addpath_maximum-prefix-outIgor Ryzhov2022-02-0115-102/+92
|\ \ \
| * | | bgpd: Add bgp_check_selected() helper for abstractionDonatas Abraitis2022-02-014-11/+15
| * | | bgpd: Convert bgp_addpath_encode_[tr]x() to bool from intDonatas Abraitis2022-02-0115-91/+77
* | | | Merge pull request #10322 from iqras23/coverityIgor Ryzhov2022-02-016-41/+58
|\ \ \ \
| * | | | bgpd: Fix expected type from format string to unsigned intIqra Siddiqui2022-02-011-33/+42
| * | | | bgpd: Fixing dead codeIqra Siddiqui2022-02-012-4/+2
| * | | | bgpd: Fixing memcmp to avoid coverity issueIqra Siddiqui2022-02-014-4/+14
| |/ / /
* | | | Merge pull request #10442 from ton31337/fix/reuse_bgp_path_info_extra_getIgor Ryzhov2022-02-011-1/+1
|\ \ \ \
| * | | | bgpd: Reuse bgp_path_info_extra_get() for allocating new bgp path infoDonatas Abraitis2022-01-281-1/+1
| |/ / /
* / / / bgpd,pimd,isisd,nhrpd: Convert to vty_json()Donatas Abraitis2022-01-311-17/+5
|/ / /
* | | Merge pull request #10357 from ton31337/fix/peer_address_self_check_relaxRuss White2022-01-283-13/+31
|\ \ \
| * | | bgpd: Relax peer to be on the same hostDonatas Abraitis2022-01-173-13/+31
* | | | Merge pull request #10408 from idryzhov/no-opaque-by-defaultDonatas Abraitis2022-01-282-4/+2
|\ \ \ \
| * | | | *: do not send opaque data to zebra by defaultIgor Ryzhov2022-01-242-4/+2
| | |_|/ | |/| |
* | | | Merge pull request #10159 from taspelund/retain-peer-asnDonatas Abraitis2022-01-282-15/+25
|\ \ \ \ | |_|_|/ |/| | |
| * | | bgpd: retain peer asn even with remove-private-ASTrey Aspelund2022-01-242-15/+25
| |/ /
* | | Merge pull request #9880 from louis-oui/maximum-prefix-outDonatas Abraitis2022-01-279-25/+147
|\ \ \ | |/ / |/| |