I have been trying to figure out how to update the timeout of an ipset entry, with no luck so far, when using native ipset I would just simply use:
$ ipset add foo 192.168.0.5 timeout N -exist
but firewalld doesn't seems to implement this feature according to the manual (man), which is a...