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_pbr.c
Age
Commit message (
Expand
)
Author
2025-02-11
bgpd: don't reuse nexthop variable in loop/switch
David Lamparter
2023-08-08
bgpd: bgp_path_info_extra memory optimization
Valerian_He
2023-03-21
*: Add a hash_clean_and_free() function
Donald Sharp
2023-02-09
*: auto-convert to SPDX License IDs
David Lamparter
2022-11-29
bgpd: inet_ntop() adjustments
Donatas Abraitis
2022-11-04
bgpd: fix "storing the address of local variable"
David Lamparter
2022-05-11
*: Properly use memset() when zeroing
Donatas Abraitis
2022-05-03
*: remove the checking returned value for hash_get()
anlan_cs
2022-02-08
Merge pull request #10531 from idryzhov/bgp-nexthop-cmp
Donald Sharp
2022-02-08
bgpd: avoid memcmp comparison of struct nexthop
Igor Ryzhov
2022-02-04
bgpd: Use bgp_attr_[sg]et_ecommunity for struct ecommunity
Donatas Abraitis
2021-08-01
bgpd: flowspec redirect vrf uses vrf table instead of allocated table id
Philippe Guibert
2021-05-12
bgpd: reduce cut-n-paste of bgp_zebra_announce_default for install
Donald Sharp
2021-05-12
bgpd: reduce cut-n-paste code in bgp_pbr.c
Donald Sharp
2021-05-05
bgpd: Another call path with uninited data
Donald Sharp
2021-05-03
bgpd: Prevent test against uninited data
Donald Sharp
2021-03-17
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-01-28
bgpd: Remove #if 0 code
Donald Sharp
2021-01-18
bgpd: Use uint32_t for size value instead of int in ecommunity struct
Donald Sharp
2020-11-15
bgpd: Convert ipv6_ecommunity to use accessor functions
Donald Sharp
2020-10-22
:* Convert prefix2str to %pFX
Donatas Abraitis
2020-08-21
bgpd: remove warnings related to line too longs in bgp code
Philippe Guibert
2020-08-21
bgpd: remove sprintf() usage on flowspec
Philippe Guibert
2020-08-21
bgpd: fallback proto icmp/v6 to appropriate l3 filter
Philippe Guibert
2020-08-21
bgpd: limit policy routing with flowlabel, fragment, and prefix offset
Philippe Guibert
2020-08-21
bgpd: support for flowspec interface list per address-family
Philippe Guibert
2020-08-21
bgpd: support for bgp ipv6 ext community, and flowspec redirect ipv6
Philippe Guibert
2020-08-21
bgp, zebra: add family attribute to ipset and iptable context
Philippe Guibert
2020-08-21
bgpd: support for redirect ipv6 simpson method
Philippe Guibert
2020-08-21
bgpd, lib: support for flow_label flowspec type
Philippe Guibert
2020-08-21
bgpd: ipv6 flowspec address decoding and validation
Philippe Guibert
2020-08-21
bgpd: flowspec code support for ipv6
Philippe Guibert
2020-07-14
*: un-split strings across lines
David Lamparter
2020-04-20
*: sprintf -> snprintf
Quentin Young
2020-03-30
bgpd: Ability to add/update unique extended communities
vivek
2020-03-24
bgpd: Rework code to use `const struct prefix`
Donald Sharp
2020-02-14
bgpd: Print out vrf name as well as id
Donald Sharp
2020-02-06
*: Replace s_addr 0 => INADDR_ANY
Donatas Abraitis
2020-02-03
*: don't null after XFREE; XFREE does this itself
Quentin Young
2020-01-15
bgpd, ospfd, zebra: Do not use 0 as VRF_DEFAULT
Donald Sharp
2019-10-16
bgpd: `struct bgp_path_info *`->attr must not be NULL
Donald Sharp
2019-07-08
bgpd: discard traffic when at least traffic-rate 0 is observed
Philippe Guibert
2019-07-08
bgp, zebra, lib: add protocol support for iptables
Philippe Guibert
2019-05-14
lib: hashing functions should take const arguments
Quentin Young
2019-03-29
bgpd: simplify lookup list call with fs pbr entries
Philippe Guibert
2019-03-28
bgpd: do not allocate lists on fs entries of bgp entries.
Philippe Guibert
2019-02-25
*: use proper bool initializers & fix comparisons
Quentin Young
2019-02-25
*: Rename backet to bucket
Tim Bray
2019-01-29
bgpd: display the list of iprules attached to a fs entry
Philippe Guibert
2019-01-29
bgpd: change priority of fs pbr rules
Philippe Guibert
[next]