projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mac80211: add pending patches for throughput based led blinking and replace the broke...
[openwrt.git]
/
package
/
wprobe
/
src
/
exporter
/
wprobe-export.c
diff --git
a/package/wprobe/src/exporter/wprobe-export.c
b/package/wprobe/src/exporter/wprobe-export.c
index
9255d76
..
a0e52e2
100644
(file)
--- a/
package/wprobe/src/exporter/wprobe-export.c
+++ b/
package/wprobe/src/exporter/wprobe-export.c
@@
-149,7
+149,10
@@
add_template_fields(ipfix_t *handle, ipfix_template_t *t, struct wprobe_mapping
if (map[i].counter)
continue;
if (map[i].counter)
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;
if (ipfix_add_field( handle, t, FOKUS_USERID, map[i].id + 1, 8) < 0)
exit(1);
g_data.addrs[f++] = &map[i].val->ss;
if (ipfix_add_field( handle, t, FOKUS_USERID, map[i].id + 1, 8) < 0)
exit(1);
This page took
0.023074 seconds
and
4
git commands to generate.