Fixing regex pattern in OVSDB and NM module
[groupbasedpolicy.git] / neutron-ovsdb / src / main / yang / module-settings.yang
index 6ae12cb12f84c66fa725b10518abac2809161fcc..f3c3d332112024d84a84e494d17b13c016690f3f 100644 (file)
@@ -28,7 +28,7 @@ module neutron-ovsdb-impl {
         leaf openflow-protocol {
             mandatory true;
             type string {
-                pattern "^tcp$|^udp$";
+                pattern "tcp|udp";
            }
         }
     }