Skip to content

Commit c6654fa

Browse files
author
Petr Velan
committed
Committed forgotten man page
1 parent 0d3899e commit c6654fa

File tree

1 file changed

+2
-42
lines changed

1 file changed

+2
-42
lines changed

base/src/intermediate/timenow/ipfixcol-timenow-inter.dbk

Lines changed: 2 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<year>2016</year>
1212
<holder>CESNET, z.s.p.o.</holder>
1313
</copyright>
14-
<date>10 October 2016</date>
14+
<date>22 November 2016</date>
1515
<authorgroup>
1616
<author>
1717
<personname>
@@ -40,10 +40,7 @@
4040
<title>Description</title>
4141
<simpara>
4242
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)".
4744
</simpara>
4845
</refsect1>
4946

@@ -56,47 +53,10 @@
5653
<programlisting>
5754
<![CDATA[
5855
<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>
6856
</timenow>
6957
]]>
7058
</programlisting>
7159

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>
95-
</listitem>
96-
</varlistentry>
97-
</varlistentry>
98-
</variablelist>
99-
</para>
10060
</refsect1>
10161

10262
<refsect1>

0 commit comments

Comments
 (0)