소스 검색

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 년 전
부모
커밋
f2aae5735c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"/>