yang model revise: neutron-fwaas.yang
[neutron.git] / model / src / main / yang / neutron-constants.yang
index 617d1ccdc3eb9844c872345a9bf8270b80408a3a..74eea62f32a793d3646170d93b7536a5faee6f0b 100644 (file)
@@ -79,6 +79,26 @@ module neutron-constants {
         base probe-base;
     }
 
+    // FWaaS v1
+    identity fw-protocol-base {
+        description "Base identity for firewall protocol";
+    }
+
+    identity fw-protocol-tcp {
+        description "TCP protocol.";
+        base fw-protocol-base;
+    }
+
+    identity fw-protocol-udp {
+        description "UDP protocol.";
+        base fw-protocol-base;
+    }
+
+    identity fw-protocol-icmp {
+        description "ICMP protocol.";
+        base fw-protocol-base;
+    }
+
     // DIRECTION
     identity direction-base {
         description "Base identity for direction";