Project

General

Profile

Feature #1482

Updated by Yingdi Yu about 10 years ago

When building a demo application, developers may want to disable packet validation.  
 Current implementation of ValidatorConfig does not allow that.  

 We can support this feature by defining a special trust anchor: 

     trust-anchor 
     { 
       type any 
     } 

 As long as such a trust-anchor is defined in config file, 
 packet validation will be turned off. 

 Such a type of trust anchor is dangerous and may be abused by developers.  
 The risk Therefore, this type of using trust-anchor will be defined as a hidden option, i.e., it will be emphasized not show up in the document. 
 specification of Validator Config File Format.  

Back