summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_routemap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8647 from sworleys/DVNI-Config-ChangesDonatas Abraitis2022-10-181-0/+18
|\
| * bgpd,lib: route-map/plist matching via type-2/5 routesStephen Worley2022-08-231-0/+18
* | Merge pull request #11899 from opensourcerouting/feature/route_validation_ext...Russ White2022-09-131-0/+97
|\ \
| * | bgpd: Handle Origin Validation State extended community via route-map matchDonatas Abraitis2022-09-041-0/+97
| |/
* | Merge pull request #11929 from opensourcerouting/fix/memory_leaksDonald Sharp2022-09-121-0/+2
|\ \
| * | bgpd: Fix memory leak for `set as-path replace` route-map commandDonatas Abraitis2022-09-101-0/+2
* | | bgpd: Thread is already done, drop useless assignment t_rmap_update to NULLDonatas Abraitis2022-09-121-2/+0
|/ /
* / bgpd: add resolution for l3vpn traffic over gre interfacesPhilippe Guibert2022-09-051-0/+81
|/
* bgpd: Send route update when modifying access/aspath/prefix listsDonatas Abraitis2022-08-051-6/+5
* Merge pull request #11344 from opensourcerouting/feature/wrap_ipv4_unicast_validRuss White2022-06-141-4/+4
|\
| * bgpd: Wrap IPV4_CLASS_DE into ipv4_unicast_valid() helperDonatas Abraitis2022-06-131-4/+4
* | bgpd: Initialize attr->local_pref to the configured default valueDonatas Abraitis2022-06-061-1/+1
|/
* bgpd: Add ability to match `match peer <PEERGROUPNAME>`Donald Sharp2022-05-311-3/+7
* bgpd: Add `set as-path replace <any|ASN>` cmd for route-mapsDonatas Abraitis2022-04-251-0/+91
* Merge pull request #10987 from opensourcerouting/fix/bgp_conditional_advertis...Russ White2022-04-131-0/+8
|\
| * bgpd: Do not forget to update conditional advertisements rmaps for peer-groupsDonatas Abraitis2022-04-081-0/+8
* | bgpd: Reuse bgp_attr_set_ecommunity() for setting attribute flagsDonatas Abraitis2022-04-121-4/+0
* | bgpd: Reuse bgp_attr_set_[l]community() for setting attribute flagsDonatas Abraitis2022-04-121-13/+0
* | bgpd: Allow setting BGP [large]community in route-mapsDonatas Abraitis2022-04-091-5/+5
|/
* *: Fix spelling of ojbectDonald Sharp2022-04-021-4/+4
* Merge pull request #10636 from ton31337/fix/use_get_set_for_communitiesRuss White2022-02-281-11/+13
|\
| * bgpd: Reuse get/set helpers for attr->communityDonatas Abraitis2022-02-251-11/+13
* | *: Change thread->func to return void instead of intDonald Sharp2022-02-241-3/+1
|/
* bgpd: evpn route-map match esr type-4 route-typeChirag Shah2022-02-171-2/+8
* bgpd: evpn route-map match ead type-1 route-typeChirag Shah2022-02-171-3/+9
* bgpd: Use get/set helpers for attr->lcommunityDonatas Abraitis2022-02-101-11/+13
* bgpd: Use bgp_attr_[sg]et_ecommunity for struct ecommunityDonatas Abraitis2022-02-041-6/+6
* Merge pull request #9610 from iqras23/best_pathRuss White2021-11-301-1/+1
|\
| * bgpd: NULL check for original bgp infoIqra Siddiqui2021-11-191-1/+1
* | bgpd: Add an ability to match ipv6 next-hop by prefix-listDonatas Abraitis2021-11-241-0/+96
* | bgpd: Add an ability to match ipv6 next-hop by access-listDonatas Abraitis2021-11-231-12/+106
* | bgpd, lib: fix inconsistency of match ip/ipv6 next-hop commandsIgor Ryzhov2021-11-191-4/+25
|/
* lib: Add autocomplete for access-listsDonatas Abraitis2021-10-311-4/+4
* lib: Add autocomplete for prefix-list under route-mapsDonatas Abraitis2021-10-281-2/+2
* Merge pull request #9837 from idryzhov/cleanup-if-by-name-vrf-allRuss White2021-10-271-2/+2
|\
| * bgpd: don't use if_lookup_by_name_all_vrfIgor Ryzhov2021-10-151-2/+2
* | Merge pull request #9847 from ton31337/feature/prefix-list_autocompleteIgor Ryzhov2021-10-201-10/+10
|\ \
| * | bgpd: Add autocomplete for community/large/extcommunity stuffDonatas Abraitis2021-10-201-10/+10
| |/
* / bgpd: Add autocomplete for as-path filtersDonatas Abraitis2021-10-191-2/+2
|/
* *: cleanup number-named access-lists in CLIIgor Ryzhov2021-10-081-8/+4
* Merge pull request #9469 from ton31337/fix/extcommunity_bandwidth_floating_to...Russ White2021-09-011-1/+3
|\
| * bgpd: Add `neighbor PEER link-bw-encoding-ieee`Donatas Abraitis2021-08-301-1/+3
* | bgpd: Add an ability to set extcommunity to none in route-mapsDonatas Abraitis2021-08-181-10/+94
|/
* bgpd: Return rmap match if large-community alias foundDonatas Abraitis2021-08-171-1/+1
* Merge pull request #9369 from idryzhov/comm-alias-memleaksDonatas Abraitis2021-08-161-4/+15
|\
| * bgpd: fix memory leaks in route_match_aliasIgor Ryzhov2021-08-131-4/+15
* | Merge pull request #9265 from ton31337/fix/extcommunity_lb_route-map_persistentIgor Ryzhov2021-08-161-2/+2
|\ \
| * | bgpd: Don't set `non-transitive` for extcommunity bandwidth by defaultDonatas Abraitis2021-08-031-2/+2
| |/
* / bgpd: Stop prepending peer-as if self-originated and lastas configuredDon Slice2021-08-131-4/+3
|/
* Merge pull request #8982 from dlqs/lua-func-stackQuentin Young2021-08-021-16/+17
|\