"tetherctrl_counters " chain not listing in iptables -v -L o/p in Android 'S'.
Current behaviour:
Chain st_penalty_reject (0 references) pkts bytes target prot opt in out source destination 0 0 CONNMARK all -- any any anywhere anywhere CONNMARK or 0x2000000 0 0 NFLOG all -- any any anywhere anywhere 0 0 REJECT all -- any any anywhere anywhere reject-with icmp-port-unreachable
Chain tetherctrl_FORWARD (0 references) pkts bytes target prot opt in out source destination 0 0 DROP all -- any any anywhere anywhere
Expected Behaviour:
Chain tetherctrl_FORWARD (0 references) pkts bytes target prot opt in out source destination 0 0 bw_global_alert all any any anywhere anywhere 0 0 tetherctrl_counters all any any anywhere anywhere [goto]
Chain tetherctrl_counters (1 references) -----this chain is missing in iptables -L o/p. pkts bytes target prot opt in out source destination 0 0 RETURN all wlan0 wwan0 anywhere anywhere 0 0 RETURN all wwan0 wlan0 anywhere anywhere
Did we add any configs in the kernel config to get the missing chain?