Code

frontend/grammar: Drop support for the special 'host' field.
authorSebastian Harl <sh@tokkee.org>
Thu, 6 Nov 2014 09:10:06 +0000 (10:10 +0100)
committerSebastian Harl <sh@tokkee.org>
Thu, 6 Nov 2014 09:10:06 +0000 (10:10 +0100)
commit499930e768ea550803018bc938783056e5921aa5
treeaa98a681a0ec28d9cd433ca273b738505b666778
parent4065234b3744f0472ce33e4c7fda5bb8cdd1d2e3
frontend/grammar: Drop support for the special 'host' field.

The old implementation didn't work when querying services or metrics and for
hosts it's the same as querying the 'name' field.
src/frontend/grammar.y
t/integration/matching.sh
t/unit/core/store_lookup_test.c
t/unit/frontend/parser_test.c