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.  
 Therefore, this type of trust-anchor will be defined as a hidden option, i.e., it will not show up in the specification of Validator Config File Format. File.  

Back