1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-09-28 19:51:48 +02:00

Disable workaround for PF_RING from NTOP; Nightbuild version works nice

This commit is contained in:
Pavel Odintsov 2015-03-24 15:27:45 +03:00
parent c57c7f06ce
commit 5a51825caa
2 changed files with 4 additions and 4 deletions

@ -6,7 +6,7 @@ First of all, please install Epel repo:
Enable ntop repo: ```vim /etc/yum.repos.d/ntop.repo```
Repo file (it's nightbuild version. Stable did not work correctly):
Repo file (it's nightbuild version. Stable did not work correctly and haven't headers for ZC version):
```bash
[ntop]
name=ntop packages

@ -39,9 +39,9 @@ endif()
if (ENABLE_PFRING_SUPPORT)
# work around for broken 6.0.3 (which in reality very old 6.0.3) from ntop packages
if (WE_USE_PFRING_FROM_NTOP)
add_definitions(-DWE_USE_PFRING_FROM_NTOP)
endif()
#if (WE_USE_PFRING_FROM_NTOP)
# add_definitions(-DWE_USE_PFRING_FROM_NTOP)
#endif()
if (WE_USE_PFRING_FROM_NTOP)
# Because ntop will add libs and headers to global paths