Browse Source

Set the suitable value of CONFIG priority by default.

git-svn-id: https://klish.googlecode.com/svn/trunk@124 0eaa4687-2ee9-07dd-09d9-bcdd2d2dd5fb
Serj Kalichev 13 years ago
parent
commit
f2aae5735c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      clish.xsd

+ 1 - 1
clish.xsd

@@ -378,7 +378,7 @@
 
     <xs:complexType name="config_t">
         <xs:attribute name="operation" type="operation_t" use="optional" default="set"/>
-        <xs:attribute name="priority" type="xs:string" use="optional" default="100"/>
+        <xs:attribute name="priority" type="xs:string" use="optional" default="0x7f00"/>
         <xs:attribute name="pattern" type="xs:string" use="optional" default="${cmd}"/>
         <xs:attribute name="file" type="xs:string" use="optional" default="startup-config"/>
         <xs:attribute name="splitter" type="bool_t" use="optional" default="true"/>