index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #10540 from idryzhov/attr-extra-revert
Donatas Abraitis
2022-02-10
4
-47
/
+10
|
\
|
*
Revert "bgpd: Move out ipv6_ecommunity struct from attr to attr_extra"
Igor Ryzhov
2022-02-10
4
-35
/
+4
|
*
Revert "bgpd: Move attr->pmsi_tnl_type to attr->extra->pmsi_tnl_type"
Igor Ryzhov
2022-02-10
1
-12
/
+6
|
*
Revert "bgpd: Free only subattributes, not the whole attr_extra pointer"
Igor Ryzhov
2022-02-10
1
-1
/
+1
*
|
bgpd: Use get/set helpers for attr->lcommunity
Donatas Abraitis
2022-02-10
9
-82
/
+130
|
/
*
Merge pull request #10549 from idryzhov/bgp-coverity
Donatas Abraitis
2022-02-10
2
-2
/
+5
|
\
|
*
bgpd: fix null pointer dereferences
Igor Ryzhov
2022-02-09
2
-2
/
+5
*
|
Merge pull request #10550 from idryzhov/bgp-attr-undup
Donatas Abraitis
2022-02-10
4
-43
/
+5
|
\
\
|
*
|
bgpd: remove bgp_attr_undup
Igor Ryzhov
2022-02-09
4
-43
/
+5
|
|
/
*
|
bgpd: fix aspath memleak on error in vnc_direct_bgp_add_nve
Igor Ryzhov
2022-02-09
1
-3
/
+3
*
|
bgpd: fix aspath memory leak in aggr_suppress_map_test
Igor Ryzhov
2022-02-09
1
-0
/
+1
*
|
bgpd: fix missing bgp_attr_flush on errors in bgp_update
Igor Ryzhov
2022-02-09
1
-3
/
+6
|
/
*
Merge pull request #10531 from idryzhov/bgp-nexthop-cmp
Donald Sharp
2022-02-08
1
-4
/
+1
|
\
|
*
bgpd: avoid memcmp comparison of struct nexthop
Igor Ryzhov
2022-02-08
1
-4
/
+1
*
|
Merge pull request #10530 from idryzhov/ipaddr-cmp
Mark Stapp
2022-02-08
1
-1
/
+1
|
\
\
|
*
|
*: use ipaddr_cmp instead of memcmp
Igor Ryzhov
2022-02-08
1
-1
/
+1
|
|
/
*
|
Merge pull request #10492 from ton31337/feature/pmsi_tnl_type_attr_extra
Donald Sharp
2022-02-08
2
-7
/
+13
|
\
\
|
*
|
bgpd: Free only subattributes, not the whole attr_extra pointer
Donatas Abraitis
2022-02-05
1
-1
/
+1
|
*
|
bgpd: Move attr->pmsi_tnl_type to attr->extra->pmsi_tnl_type
Donatas Abraitis
2022-02-05
1
-6
/
+12
*
|
|
Merge pull request #10496 from ton31337/fix/move_struct_ecommunity_to_extra
Donald Sharp
2022-02-08
19
-210
/
+287
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
bgpd: Use bgp_attr_[sg]et_ecommunity for struct ecommunity
Donatas Abraitis
2022-02-04
19
-210
/
+287
|
|
/
*
|
bgpd: Use AF_UNSPEC instead of setting to 0
Donald Sharp
2022-02-07
2
-10
/
+10
*
|
bgpd: Print route-map name for filtred outgoing prefixes
Donatas Abraitis
2022-02-07
1
-2
/
+3
*
|
bgpd: Flush temporary attributes after route-map apply
Donatas Abraitis
2022-02-07
1
-1
/
+1
*
|
Merge pull request #10475 from ton31337/fix/coverity_bgpd
Igor Ryzhov
2022-02-06
2
-5
/
+5
|
\
\
|
*
|
bgpd: Pass struct pfx_record to sizeof
Donatas Abraitis
2022-02-02
1
-3
/
+3
|
*
|
bgpd: Do not check for status from str2sockunion()
Donatas Abraitis
2022-02-02
1
-2
/
+2
*
|
|
bgpd: Prevent use after variable goes out of scope
Donald Sharp
2022-02-04
1
-1
/
+1
|
|
/
|
/
|
*
|
bgpd: strncmp -> strcmp in community hash foo
Quentin Young
2022-02-02
1
-5
/
+2
|
/
*
Merge pull request #10428 from ton31337/fix/attr_extra_ipv6_ecommunity
Russ White
2022-02-01
4
-4
/
+35
|
\
|
*
bgpd: Move out ipv6_ecommunity struct from attr to attr_extra
Donatas Abraitis
2022-01-26
4
-4
/
+35
*
|
Merge pull request #10431 from ton31337/fix/rpki
Russ White
2022-02-01
1
-22
/
+55
|
\
\
|
*
|
bgpd: Handle TCP connection errors with connection callbacks for RPKI
Donatas Abraitis
2022-01-27
1
-22
/
+55
*
|
|
Merge pull request #10430 from ton31337/fix/addpath_maximum-prefix-out
Igor Ryzhov
2022-02-01
15
-102
/
+92
|
\
\
\
|
*
|
|
bgpd: Add bgp_check_selected() helper for abstraction
Donatas Abraitis
2022-02-01
4
-11
/
+15
|
*
|
|
bgpd: Convert bgp_addpath_encode_[tr]x() to bool from int
Donatas Abraitis
2022-02-01
15
-91
/
+77
*
|
|
|
Merge pull request #10322 from iqras23/coverity
Igor Ryzhov
2022-02-01
6
-41
/
+58
|
\
\
\
\
|
*
|
|
|
bgpd: Fix expected type from format string to unsigned int
Iqra Siddiqui
2022-02-01
1
-33
/
+42
|
*
|
|
|
bgpd: Fixing dead code
Iqra Siddiqui
2022-02-01
2
-4
/
+2
|
*
|
|
|
bgpd: Fixing memcmp to avoid coverity issue
Iqra Siddiqui
2022-02-01
4
-4
/
+14
|
|
/
/
/
*
|
|
|
Merge pull request #10442 from ton31337/fix/reuse_bgp_path_info_extra_get
Igor Ryzhov
2022-02-01
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
bgpd: Reuse bgp_path_info_extra_get() for allocating new bgp path info
Donatas Abraitis
2022-01-28
1
-1
/
+1
|
|
/
/
/
*
/
/
/
bgpd,pimd,isisd,nhrpd: Convert to vty_json()
Donatas Abraitis
2022-01-31
1
-17
/
+5
|
/
/
/
*
|
|
Merge pull request #10357 from ton31337/fix/peer_address_self_check_relax
Russ White
2022-01-28
3
-13
/
+31
|
\
\
\
|
*
|
|
bgpd: Relax peer to be on the same host
Donatas Abraitis
2022-01-17
3
-13
/
+31
*
|
|
|
Merge pull request #10408 from idryzhov/no-opaque-by-default
Donatas Abraitis
2022-01-28
2
-4
/
+2
|
\
\
\
\
|
*
|
|
|
*: do not send opaque data to zebra by default
Igor Ryzhov
2022-01-24
2
-4
/
+2
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #10159 from taspelund/retain-peer-asn
Donatas Abraitis
2022-01-28
2
-15
/
+25
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
bgpd: retain peer asn even with remove-private-AS
Trey Aspelund
2022-01-24
2
-15
/
+25
|
|
/
/
*
|
|
Merge pull request #9880 from louis-oui/maximum-prefix-out
Donatas Abraitis
2022-01-27
9
-25
/
+147
|
\
\
\
|
|
/
/
|
/
|
|
[next]