Merge pull request #74 from tomato64/arm-master

libshared: Default DSCP fix to off.
arm-master
pedro 7 months ago committed by GitHub
commit 4ffc0fda99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -986,7 +986,7 @@ struct nvram_tuple router_defaults[] = {
{ "udpxy_wanface", "" , 0 }, /* alternative wanface */
#endif /* TCONFIG_PROXY */
{ "ne_syncookies", "0" , 0 }, /* tcp_syncookies */
{ "DSCP_fix_enable", "1" , 0 }, /* Comacst DSCP fix */
{ "DSCP_fix_enable", "0" , 0 }, /* Comacst DSCP fix */
{ "ne_snat", "0" , 0 }, /* use SNAT instead of MASQUERADE */
{ "wan_dhcp_pass", "0" , 0 }, /* allow DHCP responses */
{ "fw_blackhole", "1" , 0 }, /* MTU black hole detection */

Loading…
Cancel
Save