index
:
matthieu/frr.git
aceelindem/ospf6-area-no-config-delete
bgp_ls
debian/7.5
debian/bookworm
debian/buster
debian/master
dev/mgmtd
dev/omgmtd
dev/rust-skel
dev_isis_sr
fuzz
master
mergify/bp/dev/10.3/pr-17935
mergify/bp/dev/9.0/pr-13800
mergify/bp/dev/9.1/pr-13617
mergify/bp/stable/10.0/pr-18108
mergify/bp/stable/10.1/pr-18108
mergify/bp/stable/10.1/pr-18254
mergify/bp/stable/10.2/pr-18108
mergify/bp/stable/10.2/pr-18430
mergify/bp/stable/10.3/pr-18108
mergify/bp/stable/10.3/pr-18378
mergify/bp/stable/10.3/pr-18430
mergify/bp/stable/10.3/pr-18483
mergify/bp/stable/10.3/pr-18498
mergify/bp/stable/10.3/pr-18502
nb_conversions
old-fuzz
rc/10.0
rc/10.0.2
rc/10.0.3
rc/10.1
rc/10.1.1
rc/10.1.2
rc/10.2
rc/10.2.1
rc/10.3
rc/8.4
rc/8.4.6
rc/8.4.7
rc/8.5
rc/8.5.6
rc/8.5.7
rc/9.0
rc/9.0.4
rc/9.0.5
rc/9.1
rc/9.1.2
rc/9.1.3
revert-11334-fix/deprecation_warning
revert-13509-bgp_nht_other_if_cases
revert-5015-rpki_vrf_encapsulation
revert-5870-hash_backet
revert-6277-feature/show_bgp_afi_safi_sndpfx
revert-8216-add_rd_all
revert-8795-fix-ospf6-router-id
revert-9179-PR9001-for-8.0
stable/10.0
stable/10.1
stable/10.2
stable/10.3
stable/2.0
stable/3.0
stable/4.0
stable/5.0
stable/6.0
stable/7.0
stable/7.1
stable/7.2
stable/7.3
stable/7.4
stable/7.5
stable/8.0
stable/8.1
stable/8.2
stable/8.3
stable/8.4
stable/8.5
stable/9.0
stable/9.1
support_bundle
Unnamed repository; edit this file 'description' to name the repository.
Forgejo (Beyond coding. We forge.)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_attr.c
Age
Commit message (
Expand
)
Author
2021-01-18
bgpd: Use uint32_t for size value instead of int in ecommunity struct
Donald Sharp
2020-11-17
Merge pull request #7523 from donaldsharp/route_map_object_t
Russ White
2020-11-15
bgpd: Convert attr->vnc_subtlvs to use accessor functions
Donald Sharp
2020-11-15
bgpd: Convert attr->evpn_overlay to accessor functions
Donald Sharp
2020-11-15
bgpd: Abstract attr->cluster to accessor/set functions
Donald Sharp
2020-11-15
bgpd: Convert attr->transit to use accessor functions
Donald Sharp
2020-11-15
bgpd: Convert ipv6_ecommunity to use accessor functions
Donald Sharp
2020-11-15
bgpd: Add accessor for bgp_attr.pmsi_tnl_type
Donald Sharp
2020-11-15
bgpd: Allow NULL to be passed in for ecommunity_free
Donald Sharp
2020-11-13
*: Remove route_map_object_t from the system
Donald Sharp
2020-10-26
bgpd: support for DF election in EVPN-MH
Anuradha Karuppiah
2020-10-18
bgpd: Convert inet_ntoa to %pI4/inet_ntop
Donatas Abraitis
2020-09-19
bgpd: Define function to check if performing graceful shutdown
vivek
2020-09-04
Merge pull request #7046 from qlyoung/fix-various-integer-issues
Renato Westphal
2020-09-04
Merge pull request #7055 from qlyoung/fix-bgp-localpref-overflow
Renato Westphal
2020-09-03
bgpd: use stream_rewind_getp() to remove overflow
Quentin Young
2020-09-03
bgpd: fix asserting read of localpref
Quentin Young
2020-08-31
bgpd: Add support for SR-TE Policies in route-maps
Sebastien Merle
2020-08-21
bgp, zebra: add some alignments with remarks from community
Philippe Guibert
2020-08-21
bgpd: support for bgp ipv6 ext community, and flowspec redirect ipv6
Philippe Guibert
2020-08-19
bgpd: Use sizeof() in bgp_dump_attr()
Donatas Abraitis
2020-08-13
bgpd: Dump attributes before returning from bgp_attr_malformed()
Donatas Abraitis
2020-08-05
bgpd: extended-community and attrs for MAC-IP SYNC route handling
Anuradha Karuppiah
2020-08-05
bgpd: attr changes for EAD routes
Anuradha Karuppiah
2020-07-14
*: remove PRI[udx](8|16|32)
David Lamparter
2020-07-14
*: un-split strings across lines
David Lamparter
2020-05-06
bgpd: Ignore aggregator attribute if it's malformed (0.0.0.0)
Donatas Abraitis
2020-05-06
bgpd: Use slightly modified version of error message if AS path contains 0
Donatas Abraitis
2020-04-08
*: Do not cast to the same type
Donatas Abraitis
2020-04-07
Merge pull request #6173 from ton31337/fix/treat-as-withdraw_community
Russ White
2020-04-07
bgpd: Treat-as-withdraw if [el]community length is zero
Donatas Abraitis
2020-04-06
bgpd: treat 0-length cluster_list as withdraw
Quentin Young
2020-04-05
bgpd: fix multiple bugs with cluster_list attrs
Quentin Young
2020-04-05
Merge pull request #6105 from vivek-cumulus/bgp_link_bandwidth_unequal_cost_m...
Sri Mohana Singamsetty
2020-04-05
bgpd: fix memcmp(null, *) when parsing bgp attrs
Quentin Young
2020-03-30
bgpd: Check and extract link bandwidth value
vivek
2020-03-26
Merge pull request #6085 from donaldsharp/bgp_node_get_prefix
Sri Mohana Singamsetty
2020-03-26
lib, bgpd: Another round of `struct const prefix` cleanup
Donald Sharp
2020-03-26
bgpd: Print readable error message when parsing AGGREGATOR attribute
Donatas Abraitis
2020-03-22
bgpd: More `const struct prefix` work
Donald Sharp
2020-03-21
bgpd: Convert lots of int type functions to bool/void
Donatas Abraitis
2020-03-19
Merge pull request #6045 from rubenk/bgpd-use-correct-format-specifier
Quentin Young
2020-03-19
Merge pull request #5755 from slankdev/bgpd-fix-prefix-sid-parse-error
Quentin Young
2020-03-19
bgpd: use the right format specifier
Ruben Kerkhof
2020-03-17
Merge pull request #5954 from ton31337/feature/rfc7607
Russ White
2020-03-17
bgpd: Proscribe the use of AS 0 (zero)
Donatas Abraitis
2020-03-10
treewide: fix some issues found with -Werror=undef
Ruben Kerkhof
2020-03-05
bgpd: properly initialize SRv6 attributes
Quentin Young
2020-03-05
bgpd: correctly handle repeated SRv6 attributes
Quentin Young
2020-02-14
bgpd: refactor func prototype arround Prefix-SID
Hiroki Shirokura
[next]