Hi

Mandatory attributes inside RPC input are not honoured , therefore RPC's can be 
invoked without passing mandatory attributes.

rpc say-hello {
       input{
           leaf name{
              type string;
              mandatory true;
           }
       }
    }

Whereas with RESTCONF url's the mandatory attributes validation is working. Is 
this a bug?


Thanks
Vikram


_______________________________________________
controller-dev mailing list
controller-dev@lists.opendaylight.org
https://lists.opendaylight.org/mailman/listinfo/controller-dev

Reply via email to