mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-03-03 12:10:55 +00:00
wprobe: fix up data lengths in the ipfix exporter
SVN-Revision: 18919
This commit is contained in:
parent
fdd4a4e613
commit
496df32d91
@ -149,7 +149,10 @@ add_template_fields(ipfix_t *handle, ipfix_template_t *t, struct wprobe_mapping
|
|||||||
if (map[i].counter)
|
if (map[i].counter)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
g_data.lens[f] = 8;
|
||||||
g_data.addrs[f++] = &map[i].val->s;
|
g_data.addrs[f++] = &map[i].val->s;
|
||||||
|
|
||||||
|
g_data.lens[f] = 8;
|
||||||
g_data.addrs[f++] = &map[i].val->ss;
|
g_data.addrs[f++] = &map[i].val->ss;
|
||||||
if (ipfix_add_field( handle, t, FOKUS_USERID, map[i].id + 1, 8) < 0)
|
if (ipfix_add_field( handle, t, FOKUS_USERID, map[i].id + 1, 8) < 0)
|
||||||
exit(1);
|
exit(1);
|
||||||
|
Loading…
Reference in New Issue
Block a user