I was trying to script OpenVPN server setup to modify metric of pushed routes so these are higher than any other interface:
push "route-metric 700" This is needed to overcome https://community.openvpn.net/openvpn/ticket/1004 bug.
Though 700 seems to be high enough since I've seen 600 to be used for the wireless interface at least on my system.
But where are these defaults stored or hardcoded in the system (for different interface types) so I can parse this value and increment of at least so that I'm sure that 700 metric is enough?