Merge pull request #359 from bluewavenet/patch-4

nodogsplash2: Add compatibility with mwan3 v2
This commit is contained in:
Moritz Warning 2018-04-05 12:22:34 +02:00 committed by GitHub
commit 448ca58e4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -73,6 +73,6 @@ config nodogsplash
#list trustedmac '00:00:C0:01:D0:1D'
# Set FW_MARK for compatibilty with other OpenWrt Packages eg mwan3, sqm etc.
list fw_mark_authenticated '520'
list fw_mark_trusted '510'
list fw_mark_blocked '500'
list fw_mark_authenticated '30000'
list fw_mark_trusted '20000'
list fw_mark_blocked '10000'