Hi Team,
I see that " tailf:cli-show-long-obu-diffs" is supported on lists only. But, i want to do the same for leaf-lists, Is there any way to do that via some tailfs for C style CLIs?
Below is the Model
// ip name-server
container name-server {
leaf-list no-vrf-ordered {
tailf:cli-drop-node-name;
tailf:cli-flat-list-syntax;
ordered-by user;
description
“Domain server IPv4/IPv6 address (maximum of 6)”;
max-elements “6”;
type union {
type inet:ipv4-address;
type inet:ipv6-address;
}
}
Thanks & Regards,
Sai Abhishek Sure.