Skip to content

Commit f125648

Browse files
authored
Release 8.5.2
Release 8.5.2 (#136) * [In sflow pipeline tagging template remove the check of proxy "blocked"](https://redmine.redborder.lan/issues/23114) --------- Developer: Miguel Negrón <[email protected]> Approved by: Daniel Castro <[email protected]>
1 parent a9392aa commit f125648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/templates/default/sflow_tagging.conf.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ filter {
3838
<% if @split_traffic_logstash %>
3939
if [tag2] {
4040
<% @proxy_nodes.each do |proxy_node| %>
41-
<% if !proxy_node["redborder"].nil? and proxy_node["redborder"]["blocked"]!=true %>
41+
<% if !proxy_node["redborder"].nil? %>
4242
if [peer_ip_src] == "<%=proxy_node[:ipaddress]%>" {
4343
ruby {
4444
code => "

0 commit comments

Comments
 (0)