NETVIRT-1121: Add IGMP Protocol types
[neutron.git] / model / src / main / yang / neutron-constants.yang
index c8f23162790460febce87cfb05729c79998eb8d8..4b5ce029e549b8683185eb59006db6d661594de6 100644 (file)
@@ -61,6 +61,11 @@ module neutron-constants {
         base protocol-base;
     }
 
+    identity protocol-igmp {
+        description "IGMP protocol.";
+        base protocol-base;
+    }
+
     // PROBE
     identity probe-base {
         description "Base identity for all probes";