summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_routemap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
|\
| * lib: Add new MTYPE for script resultsDonald Lee2021-07-261-1/+1
| * bgpd: Use enum as input to Lua scriptDonald Lee2021-07-231-9/+3
| * bgpd: fix typoDonald Lee2021-07-231-1/+1
| * lib: formattingDonald Lee2021-07-191-1/+2
| * bgpd: Remove warning about not finding scriptDonald Lee2021-07-181-6/+1
| * bgpd: Use int encoder/decoderDonald Lee2021-07-181-7/+6
| * bgpd: Update bgpd example with get_resultDonald Lee2021-07-181-8/+13
| * lib: Rename frrscript_unload to deleteDonald Lee2021-07-181-1/+1
| * bgpd: Update bgpd example to call functionDonald Lee2021-07-181-3/+10
* | bgpd: Use strcmp comparing BGP alias with an actual entered aliasDonatas Abraitis2021-07-231-2/+2
* | bgpd: Add route-map `match alias` commandDonatas Abraitis2021-07-211-0/+105
|/
* Merge pull request #8888 from dlqs/lua-callQuentin Young2021-07-051-32/+15
|\
| * bgpd: Restore bgp_routemap logicDonald Lee2021-06-301-2/+13
| * bgpd: Update flag after frrscript callDonald Lee2021-06-271-0/+3
| * bgpd: Update routemap example with new script callDonald Lee2021-06-211-41/+10
* | Merge pull request #6695 from adharkar/frr-master-gateway_ipPatrick Ruddy2021-06-231-0/+213
|\ \ | |/ |/|
| * bgpd: Add "set evpn gateway-ip" clause for route-mapAmeya Dharkar2021-06-081-0/+213
* | bgpd: fix routemap update with disabled delay timerIgor Ryzhov2021-06-101-4/+5
|/
* bgpd: Convert to using peer_established(peer) functionDonald Sharp2021-06-071-1/+1