Skip to content

Commit

Permalink
[filtermod] Resolve f5 UTF issue with glob (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Faircloth authored and GitHub committed Aug 10, 2020
1 parent 228e1ad commit 6f7ac0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/etc/conf.d/filters/f5/bigip.conf.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ filter f_f5_bigip {
};

filter f_f5_bigip_irule {
message("*,f5_irule=*" type(glob));
message('\,f5_irule\=');
};

filter f_f5_bigip_message {
Expand Down

0 comments on commit 6f7ac0d

Please sign in to comment.