From c2ad18e846a6862791762b512310707738985780 Mon Sep 17 00:00:00 2001 From: laforge Date: Sun, 20 Nov 2005 14:41:23 +0000 Subject: some plugins support packet and flow data types --- filter/ulogd_filter_IFINDEX.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'filter') diff --git a/filter/ulogd_filter_IFINDEX.c b/filter/ulogd_filter_IFINDEX.c index 886592b..b386f4a 100644 --- a/filter/ulogd_filter_IFINDEX.c +++ b/filter/ulogd_filter_IFINDEX.c @@ -132,12 +132,12 @@ static struct ulogd_plugin ifindex_plugin = { .input = { .keys = ifindex_inp, .num_keys = ARRAY_SIZE(ifindex_inp), - .type = ULOGD_DTYPE_PACKET, + .type = ULOGD_DTYPE_PACKET | ULOGD_DTYPE_FLOW, }, .output = { .keys = ifindex_keys, .num_keys = ARRAY_SIZE(ifindex_keys), - .type = ULOGD_DTYPE_PACKET, + .type = ULOGD_DTYPE_PACKET | ULOGD_DTYPE_FLOW, }, .interp = &interp_ifindex, -- cgit v1.2.3