I have problem whit the follw script from ROS 2.9.x->3.1

I have used the following script :

{/ip route set [/ip route find dst 0.0.0.0/0] gateway 192.168.1.1}

with combination of NETWATCH,
and the question is how it look like for ROS 3.1?
Thanks a lot in advance!

{ /ip route set [/ip route find dst-address=“0.0.0.0/0”] gateway=192.168.1.1 }

Thanks so much for the help! It works! :smiley: