DX NetOps

 View Only
  • 1.  XML-based Policy (legacy policy) search criteria question

    Posted Oct 06, 2016 04:26 PM

    Does anybody know if the "contains" match-type is case-sensivite or not? I have not found anything in old documentation.

     

    <policy-search-criteria name="Policy-Search monitored_links">

           <and>

            <attr-match match-type="contains" id="0x11f7e" value="SP-ALARM" />   

            <attr-match match-type="equal-to" id="0x12a79" value="0" /> 

           </and>

    </policy-search-criteria>



  • 2.  Re: XML-based Policy (legacy policy) search criteria question
    Best Answer

    Posted Oct 10, 2016 10:11 AM

    It has been a while since I used the policy xml files but in my testing it seems to indicate it is case sensitive. 

     

    Joe



  • 3.  Re: XML-based Policy (legacy policy) search criteria question

    Posted Oct 12, 2016 11:03 AM

    Thanks Joe. 

     

    Meanwhile, I had a chance to test it. And indeed it is case sensitive.

    Has anyone an idea to make/set it to ignore case?