X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blobdiff_plain;f=src%2Fplugins%2Fdhcp%2Fdhcp4_proxy_node.c;fp=src%2Fvnet%2Fdhcp%2Fdhcp4_proxy_node.c;h=10963c7ff47e6427c4d7e072b96da9b71c09c4a5;hp=3576f0cbf35b9d9ada6db7599dd17304f98f57ff;hb=02bfd641b;hpb=2c41a61d5fc87737b9b46b88cb9271d0f987721e diff --git a/src/vnet/dhcp/dhcp4_proxy_node.c b/src/plugins/dhcp/dhcp4_proxy_node.c similarity index 99% rename from src/vnet/dhcp/dhcp4_proxy_node.c rename to src/plugins/dhcp/dhcp4_proxy_node.c index 3576f0cbf35..10963c7ff47 100644 --- a/src/vnet/dhcp/dhcp4_proxy_node.c +++ b/src/plugins/dhcp/dhcp4_proxy_node.c @@ -17,13 +17,13 @@ #include #include -#include -#include +#include +#include #include static char *dhcp_proxy_error_strings[] = { #define dhcp_proxy_error(n,s) s, -#include +#include #undef dhcp_proxy_error };