X-Git-Url: http://git.archive.openwrt.org/?p=project%2Ffirewall3.git;a=blobdiff_plain;f=defaults.c;h=2cfb426cda14f02c28c6c4b35cd51c2d46d7e066;hp=07468873730b12e31a546a5fa7d3d306cffcfb35;hb=c114b1e380849d8377bc122687eee02831c59aeb;hpb=a25bb666ddff27f2a541a29aff759081961b9de1 diff --git a/defaults.c b/defaults.c index 0746887..2cfb426 100644 --- a/defaults.c +++ b/defaults.c @@ -58,7 +58,7 @@ const struct fw3_option fw3_flag_opts[] = { FW3_OPT("synflood_burst", int, defaults, syn_flood_rate.burst), FW3_OPT("tcp_syncookies", bool, defaults, tcp_syncookies), - FW3_OPT("tcp_ecn", bool, defaults, tcp_ecn), + FW3_OPT("tcp_ecn", int, defaults, tcp_ecn), FW3_OPT("tcp_window_scaling", bool, defaults, tcp_window_scaling), FW3_OPT("accept_redirects", bool, defaults, accept_redirects),