You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tony Ambardar 0b57a2165a 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>
5 years ago
..
001-tc-fix-undefined-XATTR_SIZE_MAX.patch iproute2: update to 4.20.0 5 years ago
100-configure.patch iproute2: fix broken configuration patch 5 years ago
110-darwin_fixes.patch iproute2: update to 4.17.0 6 years ago
115-add-config-xtlibdir.patch iproute2: simplify Makefile, patches and fix feature detection 5 years ago
120-no_arpd.patch iproute2: update to 4.17.0 6 years ago
130-no_netem.patch iproute2: update to 4.17.0 6 years ago
135-sync-iptables-header.patch iproute2: tc: enable and fix support for using .so plugins 5 years ago
140-allow_pfifo_fast.patch iproute2: update to 4.19.0 6 years ago
140-keep_libmnl_optional.patch iproute2: update to 4.20.0 5 years ago
145-keep_libelf_optional.patch iproute2: support eBFP/XDP object file loading, simplify linking libelf 5 years ago
160-libnetlink-pic.patch iproute2: update to 4.17.0 6 years ago
170-ip_tiny.patch iproute2: update to 4.20.0 5 years ago
180-drop_FAILED_POLICY.patch iproute2: update to 4.19.0 6 years ago
200-drop_libbsd_dependency.patch iproute2: drop libbsd dependency 5 years ago