Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.

Commit

Permalink
rc: disable CTF if IPTraffic is enabled (regression from 7838 merge)
Browse files Browse the repository at this point in the history
  • Loading branch information
RMerl committed Nov 11, 2015
1 parent d0aed5e commit 9b60cb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release/src/router/rc/sysdeps/init-broadcom.c
Expand Up @@ -1506,6 +1506,7 @@ void init_switch()
// ctf should be disabled when some functions are enabled
if ((nvram_get_int("qos_enable") == 1 && nvram_get_int("qos_type") == 0) || nvram_get_int("ctf_disable_force")
|| nvram_get_int("sw_mode") == SW_MODE_REPEATER
|| nvram_get_int("cstats_enable") == 1
//#ifdef RTCONFIG_USB_MODEM
// || nvram_get_int("ctf_disable_modem")
//#endif
Expand Down

0 comments on commit 9b60cb8

Please sign in to comment.