diff --git a/src/packages/fff/fff-network/files/etc/uci-defaults/50-packet-steering b/src/packages/fff/fff-network/files/etc/uci-defaults/50-packet-steering new file mode 100644 index 00000000..1427573d --- /dev/null +++ b/src/packages/fff/fff-network/files/etc/uci-defaults/50-packet-steering @@ -0,0 +1,10 @@ +#!/bin/sh +# SPDX-License-Identifier: GPL-3.0-or-later + +# Enable RPS +uci batch <<-__EOF__ + set network.globals=globals + set network.globals.packet_steering='1' +__EOF__ + +uci -q commit network