diff options
| author | Moritz Warning | 2018-04-05 10:22:34 +0000 |
|---|---|---|
| committer | GitHub | 2018-04-05 10:22:34 +0000 |
| commit | 448ca58e4cb205eb71f0b889c66e64ce9a028780 (patch) | |
| tree | ec9b28296a035d2688845b733bb4b926aa5ff2e5 | |
| parent | 63cae8f571a61ecffb6a1cdad08c551f14b5ae99 (diff) | |
| parent | 86be0095b475fb2ab5bb208b53925cd0bf73192f (diff) | |
| download | routing-448ca58e4cb205eb71f0b889c66e64ce9a028780.tar.gz | |
Merge pull request #359 from bluewavenet/patch-4
nodogsplash2: Add compatibility with mwan3 v2
| -rw-r--r-- | nodogsplash2/files/nodogsplash.config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nodogsplash2/files/nodogsplash.config b/nodogsplash2/files/nodogsplash.config index b6ca368..37269bd 100644 --- a/nodogsplash2/files/nodogsplash.config +++ b/nodogsplash2/files/nodogsplash.config @@ -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' |