Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 117381 Details for
Bug 176213
net-analyzer/sflowtool - add support for mysql storage
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Mysql support functions header
sql.h (text/plain), 761 bytes, created by
Juan Pedro Escalona Rueda
on 2007-04-27 08:07:46 UTC
(
hide
)
Description:
Mysql support functions header
Filename:
MIME Type:
Creator:
Juan Pedro Escalona Rueda
Created:
2007-04-27 08:07:46 UTC
Size:
761 bytes
patch
obsolete
>/* > * sFlowtool modification to insert into mysql database > * Author: Colin and Nathan, TransACT Communications > * Date: 17-10-2005 > * > * */ > >#define sflow_to_mysql \ >"INSERT INTO sflow (\ >agent_ip,\ >in_int,\ >out_int,\ >src_mac,\ >dst_mac,\ >eth_type,\ >in_vlan,\ >out_vlan,\ >src_ip,\ >dst_ip,\ >ip_protocol,\ >ip_tos,\ >ip_ttl,\ >src_port,\ >dst_port,\ >tcp_flags,\ >packet_size,\ >ip_size,\ >sample_rate,\ >src_mask,\ >dst_mask,\ >my_as,\ >src_as,\ >src_peer_as,\ >dst_as_path_len,\ >dst_peer_as,\ >dst_as) \ >VALUES\ > (\ > '%s',\ > %d,\ > %d,\ > '%02x%02x%02x%02x%02x%02x',\ > '%02x%02x%02x%02x%02x%02x',\ > '0x%04x',\ > %d,\ > %d,\ > '%s',\ > '%s',\ > %d,\ > '0x%02x',\ > %d,\ > %d,\ > %d,\ > '0x%02x',\ > %d,\ > %d,\ > %d,\ > %d,\ > %d,\ > %d,\ > %d,\ > %d,\ > %d,\ > %d,\ > %d)"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 176213
:
117375
|
117376
|
117378
|
117380
| 117381 |
117383
|
117385
|
117386