You configure a default route with the esa/data-topologies and a default gateway in the admin/mgmt
topology. But you have only one Linux. Yes, it might work.
If you don't how linux with multiple routing tables and routing rules works:
Dont' use it!
For the others:root@ewc41:~# ip route show table all | grep 254
default via 192.168.10.254 dev eth0 table mgmt
default via 10.0.40.254 dev csi1 proto zebra
root@ewc41:~# ip rule show
0: from all lookup local
32765: from 192.168.10.1 lookup mgmt
32766: from all lookup main
32767: from all lookup default
Edit: removed some