X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blobdiff_plain;f=src%2Fplugins%2Fdhcp%2Fdhcp_proxy.h;fp=src%2Fvnet%2Fdhcp%2Fdhcp_proxy.h;h=2b120b5c5f47a5837bddd701cf7b8904577efc30;hp=60c4eb838c8a8662e47205321bb9c79264e2ebd6;hb=02bfd641b;hpb=2c41a61d5fc87737b9b46b88cb9271d0f987721e diff --git a/src/vnet/dhcp/dhcp_proxy.h b/src/plugins/dhcp/dhcp_proxy.h similarity index 98% rename from src/vnet/dhcp/dhcp_proxy.h rename to src/plugins/dhcp/dhcp_proxy.h index 60c4eb838c8..2b120b5c5f4 100644 --- a/src/vnet/dhcp/dhcp_proxy.h +++ b/src/plugins/dhcp/dhcp_proxy.h @@ -19,7 +19,7 @@ #define included_dhcp_proxy_h #include -#include +#include #include #include #include @@ -31,7 +31,7 @@ typedef enum { #define dhcp_proxy_error(n,s) DHCP_PROXY_ERROR_##n, -#include +#include #undef dhcp_proxy_error DHCP_PROXY_N_ERROR, } dhcp_proxy_error_t; @@ -39,7 +39,7 @@ typedef enum typedef enum { #define dhcpv6_proxy_error(n,s) DHCPV6_PROXY_ERROR_##n, -#include +#include #undef dhcpv6_proxy_error DHCPV6_PROXY_N_ERROR, } dhcpv6_proxy_error_t;