aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/firewall/patches
Commit message (Collapse)AuthorAgeFilesLines
* firewall: options: fix parsing of boolean attributesHauke Mehrtens2020-10-161-0/+38
| | | | | | | | | | | Boolean attributes were parsed the same way as string attributes, so a value of { "bool_attr": "true" } would be parsed correctly, but { "bool_attr": true } (without quotes) was parsed as false. Fixes FS#3284 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> (cherry picked from commit 7f676b5ed6a2bcd6786a0fcb6a6db3ddfeedf795)
* firewall: backport patch for mss clamping in both directionsYousong Zhou2020-07-261-0/+33
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>