loci: support OF_INSTRUCTION_BSN_DHCP_OFFLOAD
diff --git a/c_gen/templates/of_type_maps.c b/c_gen/templates/of_type_maps.c
index 69c4154..f4e2550 100644
--- a/c_gen/templates/of_type_maps.c
+++ b/c_gen/templates/of_type_maps.c
@@ -301,6 +301,7 @@
         switch (subtype) {
         case 0: *id = OF_INSTRUCTION_BSN_DISABLE_SRC_MAC_CHECK; break;
         case 1: *id = OF_INSTRUCTION_BSN_ARP_OFFLOAD; break;
+        case 2: *id = OF_INSTRUCTION_BSN_DHCP_OFFLOAD; break;
         }
         break;
     }