summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_pbr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: bgp_path_info_extra memory optimizationValerian_He2023-08-081-8/+8
* *: Add a hash_clean_and_free() functionDonald Sharp2023-03-211-16/+6
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* bgpd: inet_ntop() adjustmentsDonatas Abraitis2022-11-291-3/+2
* bgpd: fix "storing the address of local variable"David Lamparter2022-11-041-0/+3
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-4/+4
* *: remove the checking returned value for hash_get()anlan_cs2022-05-021-3/+3
* Merge pull request #10531 from idryzhov/bgp-nexthop-cmpDonald Sharp2022-02-081-4/+1
|\
| * bgpd: avoid memcmp comparison of struct nexthopIgor Ryzhov2022-02-081-4/+1
* | bgpd: Use bgp_attr_[sg]et_ecommunity for struct ecommunityDonatas Abraitis2022-02-041-2/+2
|/
* bgpd: flowspec redirect vrf uses vrf table instead of allocated table idPhilippe Guibert2021-08-011-1/+11
* bgpd: reduce cut-n-paste of bgp_zebra_announce_default for installDonald Sharp2021-05-121-11/+13
* bgpd: reduce cut-n-paste code in bgp_pbr.cDonald Sharp2021-05-121-32/+14
* bgpd: Another call path with uninited dataDonald Sharp2021-05-051-0/+3
* bgpd: Prevent test against uninited dataDonald Sharp2021-05-041-0/+1
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-6/+6
* bgpd: Remove #if 0 codeDonald Sharp2021-01-281-13/+0
* bgpd: Use uint32_t for size value instead of int in ecommunity structDonald Sharp2021-01-181-1/+1
* bgpd: Convert ipv6_ecommunity to use accessor functionsDonald Sharp2020-11-151-2/+2
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-11/+8
* bgpd: remove warnings related to line too longs in bgp codePhilippe Guibert2020-08-211-9/+16
* bgpd: remove sprintf() usage on flowspecPhilippe Guibert2020-08-211-1/+1
* bgpd: fallback proto icmp/v6 to appropriate l3 filterPhilippe Guibert2020-08-211-1/+5
* bgpd: limit policy routing with flowlabel, fragment, and prefix offsetPhilippe Guibert2020-08-211-0/+17
* bgpd: support for flowspec interface list per address-familyPhilippe Guibert2020-08-211-3/+6
* bgpd: support for bgp ipv6 ext community, and flowspec redirect ipv6Philippe Guibert2020-08-211-3/+50
* bgp, zebra: add family attribute to ipset and iptable contextPhilippe Guibert2020-08-211-0/+7
* bgpd: support for redirect ipv6 simpson methodPhilippe Guibert2020-08-211-20/+74
* bgpd, lib: support for flow_label flowspec typePhilippe Guibert2020-08-211-4/+81
* bgpd: ipv6 flowspec address decoding and validationPhilippe Guibert2020-08-211-94/+196
* bgpd: flowspec code support for ipv6Philippe Guibert2020-08-211-4/+3
* *: un-split strings across linesDavid Lamparter2020-07-141-40/+19
* *: sprintf -> snprintfQuentin Young2020-04-211-2/+4
* bgpd: Ability to add/update unique extended communitiesvivek2020-03-311-1/+2
* bgpd: Rework code to use `const struct prefix`Donald Sharp2020-03-241-4/+4
* bgpd: Print out vrf name as well as idDonald Sharp2020-02-141-2/+7
* *: Replace s_addr 0 => INADDR_ANYDonatas Abraitis2020-02-061-5/+7
* *: don't null after XFREE; XFREE does this itselfQuentin Young2020-02-031-1/+0
* bgpd, ospfd, zebra: Do not use 0 as VRF_DEFAULTDonald Sharp2020-01-151-1/+1
* bgpd: `struct bgp_path_info *`->attr must not be NULLDonald Sharp2019-10-161-1/+1
* bgpd: discard traffic when at least traffic-rate 0 is observedPhilippe Guibert2019-07-081-0/+13
* bgp, zebra, lib: add protocol support for iptablesPhilippe Guibert2019-07-081-0/+8
* lib: hashing functions should take const argumentsQuentin Young2019-05-141-10/+10
* bgpd: simplify lookup list call with fs pbr entriesPhilippe Guibert2019-03-291-5/+5
* bgpd: do not allocate lists on fs entries of bgp entries.Philippe Guibert2019-03-281-4/+8
* *: use proper bool initializers & fix comparisonsQuentin Young2019-02-261-3/+3
* *: Rename backet to bucketTim Bray2019-02-251-16/+16
* bgpd: display the list of iprules attached to a fs entryPhilippe Guibert2019-01-291-5/+31
* bgpd: change priority of fs pbr rulesPhilippe Guibert2019-01-291-0/+1
* bgpd: notify callback when ip rule from/to rule has been configuredPhilippe Guibert2019-01-291-0/+33