Consolidate DHCP v4 and V6 implementation. No functional change intended
[vpp.git] / src / vnet / dhcp / dhcp6_packet.h
similarity index 97%
rename from src/vnet/dhcpv6/packet.h
rename to src/vnet/dhcp/dhcp6_packet.h
index 8634b5d..ddcde7a 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef included_vnet_dhcp_packet_h
-#define included_vnet_dhcp_packet_h
+#ifndef included_vnet_dhcp6_packet_h
+#define included_vnet_dhcp6_packet_h
 
 /*
  * DHCP packet format
@@ -180,4 +180,4 @@ typedef CLIB_PACKED (struct {
 }) dhcpv6_client_mac_t;
 
 
-#endif /* included_vnet_dhcp_packet_h */
+#endif /* included_vnet_dhcp6_packet_h */