Re: [vpp-dev] Crash on setting interface as DHCP client #vpp #vpp-20.01

2020-06-15 Thread aish84
Hi Ben, This patch seems to be already applied in VPP20.01. int dhcp_client_for_us (u32 bi, vlib_buffer_t * b, ip4_header_t * ip, udp_header_t * udp, dhcp_header_t * dhcp) { dhcp_client_main_t *dcm = &dhcp_client_main; *vlib_main_t *vm = dcm->vlib_main;* dhcp_client_t *c; uword *p; *f64 now = vlib

Re: [vpp-dev] Crash on setting interface as DHCP client #vpp #vpp-20.01

2020-06-15 Thread Benoit Ganne (bganne) via lists.fd.io
Hi, This should have been fixed with https://gerrit.fd.io/r/c/vpp/+/27183 It is merged in master and VPP 20.05 (but not 20.01 which is no longer maintained). The best should be to upgrade to 20.05. ben > -Original Message- > From: vpp-dev@lists.fd.io On Behalf Of > ais...@gmail.com > S