loci: support bsn_acl
diff --git a/c_gen/templates/of_type_maps.c b/c_gen/templates/of_type_maps.c
index 8d89a36..c00694c 100644
--- a/c_gen/templates/of_type_maps.c
+++ b/c_gen/templates/of_type_maps.c
@@ -303,6 +303,8 @@
case 1: *id = OF_INSTRUCTION_BSN_ARP_OFFLOAD; break;
case 2: *id = OF_INSTRUCTION_BSN_DHCP_OFFLOAD; break;
case 3: *id = OF_INSTRUCTION_BSN_DISABLE_SPLIT_HORIZON_CHECK; break;
+ case 4: *id = OF_INSTRUCTION_BSN_PERMIT; break;
+ case 5: *id = OF_INSTRUCTION_BSN_DENY; break;
}
break;
}