diff options
author | Tony Ambardar <itugrok@yahoo.com> | 2018-12-13 11:48:55 -0800 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2019-03-14 22:54:59 +0100 |
commit | 0b57a2165a4c9c0f5f5032d7924ef65539571b1f (patch) | |
tree | b70b39a5811059f47498879c394a38abda23074b /tools/pkg-config | |
parent | f61359e16ef911a8fc01e7028942d9cad0bd8a96 (diff) | |
download | upstream-0b57a2165a4c9c0f5f5032d7924ef65539571b1f.tar.gz upstream-0b57a2165a4c9c0f5f5032d7924ef65539571b1f.tar.bz2 upstream-0b57a2165a4c9c0f5f5032d7924ef65539571b1f.zip |
iproute2: tc: enable and fix support for using .so plugins
This enables using the tc module m_xt.so, which uses the act_ipt kernel
module to allow tc actions based on iptables targets. e.g.
tc filter add dev eth0 parent 1: prio 10 protocol ip \
u32 match u32 0 0 action xt -j DSCP --set-dscp-class BE
Make the SHARED_LIBS parameter configurable and based on tc package
selection.
Fix a problem using the tc m_xt.so plugin as also described in
https://bugs.debian.org/868059:
Sync include/xtables.h from iptables to make sure the right offset is
used when accessing structure members defined in libxtables. One could
get “Extension does not know id …” otherwise. (See also: #868059)
Patch to sync the included xtables.h with system iptables 1.6.x. This
continues to work with iptables 1.8.2.
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
Diffstat (limited to 'tools/pkg-config')
0 files changed, 0 insertions, 0 deletions