cpo@leaf-02# run show vrf MGMT processes 2282 sshd
There is no dhclient process running in given VRF. dhclient complains it can not send out packets via the given interface (as it's not bound to that VRF)
Aug 02 20:29:54 dhclient[1686]: send_packet: Network is unreachable Aug 02 20:29:54 dhclient[1686]: send_packet: please consult README file regarding broadcast address. Aug 02 20:29:54 dhclient[1686]: dhclient.c:3001: Failed to send 300 byte long packet over fallback interface.
In addition as the /var/lib/dhcp path is spread accross multiple Python files/modules take the opportunity and create a new path in python/vyos/defaults.py named 'isc_dhclient_dir' : '/var/lib/dhcp' which can later be referenced by all the consumers.