/ip/firewall/connection/tracking/set doesn't work

Hello,

as in subj, I can’t make it work via api. It is classic cmdline command
/ip firewall connection tracking set enabled=no

I use Python client under Linux:
a.talk([‘/ip/firewall/connection/tracking/set’,‘enabled=false’])

I also tried many other ways (with dummy .id, tracking as .id …).
The command finishes successfully but value is not changed.

Anybody has clue ?

Thanks, Martin

maybe you should use ‘=enabled=false’?

/ip/firewall/connection/tracking/set
=enabled=false

works fine for me in v4.3

Ouu, shame on me :slight_smile: I forgot it. Thanks a much !