Skip to content

Commit

Permalink
issues: add forgotten testcase for issue #246
Browse files Browse the repository at this point in the history
  • Loading branch information
grobian committed Feb 10, 2017
1 parent 0e77501 commit 3ef3a99
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions issues/issue246.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
cluster foo file /dev/stdout;

# sin_host_000-049
match ^sin\.foobar\.sin_1a_host0[0-4][0-9]\..+ send to foo
stop;

# sin_host_050-099
match ^sin\.foobar\.sin_1a_host0[5-9][0-9]\..+ send to foo
stop;

# sin_host_100-149
match ^sin\.foobar\.sin_1a_host1[0-4][0-9]\..+ send to foo
stop;

match * send to foo stop;

0 comments on commit 3ef3a99

Please sign in to comment.