You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: base/src/intermediate/timenow/ipfixcol-timenow-inter.dbk
+2-42Lines changed: 2 additions & 42 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
<year>2016</year>
12
12
<holder>CESNET, z.s.p.o.</holder>
13
13
</copyright>
14
-
<date>10 October 2016</date>
14
+
<date>22 November 2016</date>
15
15
<authorgroup>
16
16
<author>
17
17
<personname>
@@ -40,10 +40,7 @@
40
40
<title>Description</title>
41
41
<simpara>
42
42
The <command>ipfix-timenow-inter</command> plugin is a part of IPFIXcol (IPFIX collector).
43
-
It fills MAC addresses according to IP-MAC mapping stored in sqlite3 database.
44
-
It can be used to set MAC addresses retrieved from DHCP log.
45
-
Only IPv4 addresses are currently supported.
46
-
MAC addresses for IP addresses not found in the database are set to zero.
43
+
The plugin updates flowStartMilliseconds and flowEndMilliseconds elements in flows to make the flow records up to date. The new time is computed as "old_time + (now - export_time)".
47
44
</simpara>
48
45
</refsect1>
49
46
@@ -56,47 +53,10 @@
56
53
<programlisting>
57
54
<![CDATA[
58
55
<timenow>
59
-
<path>/path/to/sql.db</path>
60
-
<pair>
61
-
<ip en="0" id="225"/>
62
-
<mac en="0" id="81"/>
63
-
</pair>
64
-
<pair>
65
-
<ip en="0" id="226"/>
66
-
<mac en="0" id="57"/>
67
-
</pair>
68
56
</timenow>
69
57
]]>
70
58
</programlisting>
71
59
72
-
<para>
73
-
<variablelist>
74
-
<varlistentry>
75
-
<term><command>path</command></term>
76
-
<listitem>
77
-
<simpara>Path to SQL database file.</simpara>
78
-
</listitem>
79
-
</varlistentry>
80
-
<varlistentry>
81
-
<term><command>pair</command></term>
82
-
<listitem>
83
-
<simpara>IP-MAC pair. MAC address for IP address from given elements is retrieved and substituted.</simpara>
84
-
</listitem>
85
-
<varlistentry>
86
-
<term><command>ip</command></term>
87
-
<listitem>
88
-
<simpara>IPv4 address element enterprise number and id.</simpara>
89
-
</listitem>
90
-
</varlistentry>
91
-
<varlistentry>
92
-
<term><command>mac</command></term>
93
-
<listitem>
94
-
<simpara>MAC address element enterprise number and id.</simpara>
0 commit comments