af_packet: Updated README regarding --with-latest-kernel.

This commit is contained in:
Jan Grashoefer 2017-11-22 17:42:09 +01:00 committed by Tim Wojtulewicz
parent 3adaef434b
commit 4eaa201821

View file

@ -32,9 +32,10 @@ kernel headers in a standard location::
# ./configure && make && make install # ./configure && make && make install
If the headers are installed somewhere non-standard, add If the headers are installed somewhere non-standard, add
``--with-kernel=<kernel-header-directory>`` to the ``configure`` ``--with-kernel=<kernel-header-directory>`` to the ``configure`` command. Furthermore,
command. If everything built and installed correctly, you should see ``--with-latest-kernel`` will use the latest headers available instead of looking for
this:: the headers matching the running kernel's version. If everything built and installed
correctly, you should see this::
# bro -NN Bro::AF_Packet # bro -NN Bro::AF_Packet
Bro::AF_Packet - Packet acquisition via AF_Packet (dynamic, version 1.2) Bro::AF_Packet - Packet acquisition via AF_Packet (dynamic, version 1.2)