ni / linux

Linux kernel source for NI Linux Real-Time
Other
80 stars 77 forks source link

nati_x86_64_defconfig: enable DSCP netfilter target #157

Closed gratian closed 4 months ago

gratian commented 4 months ago

Enable CONFIG_NETFILTER_XT_TARGET_DSCP as a module.

Per help:

"This option adds a `DSCP' target, which allows you to manipulate the IPv4/IPv6 header DSCP field (differentiated services codepoint). ... It also adds the "TOS" target, which allows you to create rules in the "mangle" table which alter the Type Of Service field of an IPv4 or the Priority field of an IPv6 packet, prior to routing."

This is useful for example for controlling the priority of network traffic via tools like 'iptables'.

AB#2729320

Testing

Note