Hi,I am trying to write the klish xml to handle enum in a yang like below,leaf lb_type {type enumeration {enum L4 ;enum L7 ;}default "L4";description " Loadbalancer type for the loadbalancer service ";}my CLI configuration are working without the def...