Cleanup switch certificate chain handling
[openflowplugin.git] / openflowplugin-api / src / main / yang / openflow-provider-config.yang
index 775dece99c717eaeda041924a20e1f5d06d07d4a..66645a52f72a2c7f0017598a43a2c7b143df026e 100644 (file)
@@ -221,12 +221,5 @@ module openflow-provider-config {
             type non-zero-uint32-type;
             default 500;
         }
-
-        leaf enable-custom-trust-manager {
-            description "When true would use customtrustmanager to get switch certificate for TLS
-            authentication failure notification. ";
-            type boolean;
-            default "false";
-       }
     }
 }