GBP: use sclass in the DP for policy
[vpp.git] / src / plugins / gbp / gbp_types.h
index 0faa74b..5bd9735 100644 (file)
 
 #include <vnet/vnet.h>
 
-typedef u16 epg_id_t;
-#define EPG_INVALID ((u16)~0)
+typedef u32 vnid_t;
+#define VNID_INVALID ((u16)~0)
+
+typedef u16 sclass_t;
 #define SCLASS_INVALID ((u16)~0)
 
 #endif