On 03/12/18 01:37 AM, John Crispin wrote:
Hi,
sched-core is dependet on by these 2 packages and should only contain
features required by them
package/network/utils/iproute2/Makefile: DEPENDS:=+kmod-sched-core
+(PACKAGE_devlink||PACKAGE_rdma):libmnl
package/network/config/qos-scripts/Makefile:
On 28/11/2018 17:59, Jonathan Thibault wrote:
Greetings,
Next in my series of 'OpenWRT as a network swiss army knife' patches, I
suggest having the ability to accept/drop frames with TC as part of
sched-core. This can be useful in cases where you need very fast (if
simplistic) packet filtering
Greetings,
Next in my series of 'OpenWRT as a network swiss army knife' patches, I
suggest having the ability to accept/drop frames with TC as part of
sched-core. This can be useful in cases where you need very fast (if
simplistic) packet filtering. I believe they are basic enough to be
consider