QoS: Add support for direction
[neutron.git] / model / src / main / yang / neutron-qos.yang
index 29e522bd5471713fb25be0241caa6555fab7cdae..879e9cf52d8e9df0ccad5f7bed3720fc42682dcc 100644 (file)
@@ -52,6 +52,12 @@ module neutron-qos {
             type uint64;
             description "The burst over the maximum KBPS value";
         }
+        leaf direction {
+            type identityref {
+                base "constants:direction-base";
+            }
+            description "The traffic direction";
+        }
     }
 
     grouping dscpmarking-rule-attributes {