summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_routemap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #17836 from pguibert6WIND/limit_comm_list_countDonatas Abraitis13 days1-0/+76
|\
| * bgpd: add 'match community-count' command to restrict comm countPhilippe Guibert2025-01-141-0/+76
* | bgpd: su_remote and su_local are properties of the connectionDonald Sharp2025-01-101-7/+6
|/
* Revert "bgpd: Reinstall aggregated routes if using route-maps and it was chan...Enke Chen2025-01-081-1/+0
* bgpd: Use int, not long long for route-map action in Lua scriptDonatas Abraitis2024-11-181-2/+1
* bgpd: allow value 0 in aigp-metric settingEnke Chen2024-10-201-2/+2
* bgpd: changes for code maintainabilitysri-mohan12024-10-191-13/+13
* bgpd: fix several issues in sourcing AIGP attributeEnke Chen2024-10-161-10/+6
* Merge pull request #16946 from opensourcerouting/fix/match_src-peerRuss White2024-10-161-0/+109
|\
| * bgpd: Fallback to destination peer when using `match src-peer ...`Donatas Abraitis2024-09-271-0/+9
| * bgpd: Implement `match src-peer ...` commandDonatas Abraitis2024-09-271-0/+100
* | bgpd: Implement `set metric aigp` commandDonatas Abraitis2024-10-151-0/+6
* | bgpd: Implement `set metric igp` commandDonatas Abraitis2024-10-151-9/+17
* | bgpd: Set MED using a helper bgp_attr_set_med()Donatas Abraitis2024-10-151-2/+1
* | bgpd: Move some non BGP-specific route-map functions to libDonatas Abraitis2024-10-101-80/+0
* | bgpd: Cleanup multipath figuring out in bgpDonald Sharp2024-10-011-1/+1
|/
* bgpd: Return NOMATCH only if both conf_if/group does not existDonatas Abraitis2024-09-241-1/+1
* bgpd: fix as-path exclude modify crashLouis Scalbert2024-09-101-1/+1
* bgpd: Drop unused route-map typesDonatas Abraitis2024-09-021-11/+6
* bgpd: fix labels static-analyserLouis Scalbert2024-08-261-1/+1
* bgpd: Move evpn_overlay to a pointerDonatas Abraitis2024-08-111-3/+5
* bgpd: Show which AFI is affected when prefix-list is not foundDonatas Abraitis2024-07-311-3/+2
* Merge pull request #15838 from fdumontet6WIND/fix_regexx_excludeRuss White2024-06-241-36/+23
|\
| * bgpd: fix "bgp as-pah access-list" with "set aspath exclude" set/unset issuesFrancois Dumontet2024-05-161-36/+23
* | bgpd: move labels from extra to extra->labelsLouis Scalbert2024-06-051-1/+1
* | bgpd: add bgp_path_info_num_labels()Louis Scalbert2024-06-051-6/+3
* | bgpd: Fix `match peer` when switching between IPv4/IPv6/interfaceDonatas Abraitis2024-05-161-21/+17
|/
* bgpd: Allow using optional table id for negative `no set table X` commandDonatas Abraitis2024-05-031-2/+3
* bgpd: Fix `no set as-path prepend ASNUM...`Donatas Abraitis2024-05-021-4/+13
* Merge pull request #15782 from opensourcerouting/fix/drop_srte_color_flagRuss White2024-04-271-6/+0
|\
| * bgpd: Drop SRTE_COLOR attribute flagDonatas Abraitis2024-04-171-6/+0
* | bgpd: Implement draft-li-idr-link-bandwidth-ext-01Donatas Abraitis2024-04-221-20/+41
* | bgpd: Convert 32-bit to 64-bit link bandwidth variable (link_bw)Donatas Abraitis2024-04-221-6/+6
|/
* bgpd: Update default-originate route-map actual map structureDonatas Abraitis2024-03-151-0/+7
* bgpd: fix no bgp as-path access-list issueFrancois Dumontet2024-02-261-8/+26
* bgpd: move mp_nexthop_prefer_global boolean attribute to nh_flagsLouis Scalbert2024-02-221-2/+2
* bgpd: Reinstall aggregated routes if using route-maps and it was changedDonatas Abraitis2024-01-301-0/+1
* bgpd: fix export prefixes when rt extcomm set by route-mapPhilippe Guibert2023-11-211-0/+18
* bgpd: add 'match community-list any' functionPhilippe Guibert2023-10-021-69/+92
* bgpd: Move the peer->su to connection->suDonald Sharp2023-09-101-6/+6
* bgpd: peer_established should be connection orientedDonald Sharp2023-09-101-1/+1
* bgpd: Fix `no set as-path prepend` command for BGPDonatas Abraitis2023-09-061-18/+2
* bgpd: Free memory in set_aspath_exclude_access_listKeelan102023-08-191-1/+4
* bgpd: Free memory in set_aspath_replace_access_listKeelan102023-08-171-1/+4
* Merge pull request #14073 from fdumontet6WIND/as_path_replace_regDonatas Abraitis2023-08-091-7/+123
|\
| * bgpd: add set as-path exclude acl-list commandFrancois Dumontet2023-08-071-7/+123
* | Merge pull request #14099 from lkClare/formated_sync_0727Donatas Abraitis2023-08-091-4/+5
|\ \ | |/ |/|
| * bgpd: bgp_path_info_extra memory optimizationValerian_He2023-08-081-4/+5
* | bgpd: Remove deprecated COMMUNITY_INTERNET communityDonatas Abraitis2023-08-031-10/+0
* | bgpd: add set extended-comm-list <> delete commandFarid Mihoub2023-07-311-0/+125
|/