ip dhcp-server network configuration with VRF

Hi,

working excessively with VRFs I noted one drawback.
How can I configure different DHCP network settings in case different VRFs share the same network?

For example if several VRFs use common networks like 192.168.1.0/24?

/ip dhcp-server network does not offer a possibility to bind network settings to a unique VRF, yet. :confused:

[user@router] /ip dhcp-server network> add
Creates new item with specified property values.

address -- Network address
boot-file-name -- Boot file name
caps-manager --
comment -- Short description of the item
copy-from -- Item number
dhcp-option --
dhcp-option-set --
dns-none -- no servers will be sent to client
dns-server -- DNS server address
domain -- Domain name
gateway -- Default gateway
netmask -- Network mask to give out
next-server -- IP address of next server to use in bootstrap
ntp-server -- NTP server
wins-server -- WINS server

Do you have a hint how to resolve this issue?

Thanks