Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dscp issue #94

Open
brettowe opened this issue Oct 23, 2022 · 0 comments
Open

dscp issue #94

brettowe opened this issue Oct 23, 2022 · 0 comments

Comments

@brettowe
Copy link

while attempting to take the idea found here: https://forum.openwrt.org/t/ultimate-sqm-settings-layer-cake-dscp-marks-new-script/53209

i created rules like
proto udp dport 53 mod dscp dscp-class CS5 ACCEPT;

but this creates a target of accept when looking at the iptables -L output
I find only using a target of DSCP does it function correctly
an example line that works for me looks like
iptables -t mangle -A dscpmarking -p udp --dport 53 -j DSCP --set-dscp-class CS5

so I'm unsure if the documentation is lacking enough that I'm confused how to use it or that something is broken in ferm related to dscp support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant