macvlan injecting route for parent interface gateway

Hi, I am testing the basic configuration for macvlan in the docs. https://help.mikrotik.com/docs/spaces/ROS/pages/217874440/MACVLAN

On ROS 17.16.1 when adding a macvlan to an interface and assigning it an ip via dhcp, a route is injected into the routing table. It has the macvlan as the interface with the parent interfaces gateway and distance of 0. This /32 route overrides the immediate gateway for the parent interface. Is there a way to turn this route injection off? I don’t see how to mangle routes with it on. Is this a bug?

Anyone? I confirmed that all traffic is going out the macvlan ip due to this route injection. There does not seem to be a way to override that behaviour.