Browse Source

update readme with new xtables mod location info

closes #578

Change-Id: I7a9fc78fa78bcb91bceca9a10271a49c725c5841
changes/32/25932/6
Richard Fuchs 7 years ago
parent
commit
c1e186e5e5
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      README.md

+ 4
- 2
README.md View File

@ -146,8 +146,10 @@ build all parts and run the test suite.
Required for in-kernel packet forwarding. Required for in-kernel packet forwarding.
With the `iptables` development headers installed, issuing `make` will compile the plugin for With the `iptables` development headers installed, issuing `make` will compile the plugin for
`iptables` and `ip6tables`. The file will be called `libxt_RTPENGINE.so` and should be copied
into the directory `/lib/xtables/`.
`iptables` and `ip6tables`. The file will be called `libxt_RTPENGINE.so` and needs to be copied
into the `xtables` module directory. The location of this directory can be determined through
`pkg-config xtables --variable=xtlibdir` on newer systems, and/or is usually either
`/lib/xtables/` or `/usr/lib/x86_64-linux-gnu/xtables/`.
* `kernel-module` * `kernel-module`


Loading…
Cancel
Save