# Question on "tailf:cli-show-long-obu-diffs"

**URL:** https://dmap-community.ductus.global/t/question-on-tailf-cli-show-long-obu-diffs/4774
**Category:** YANG
**Created:** [September 16, 2024, 4:50pm UTC](https://dmap-community.ductus.global/t/question-on-tailf-cli-show-long-obu-diffs/4774 "2024-09-16T16:50:59Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![absure](https://avatars.discourse-cdn.com/v4/letter/a/a6a055/32.png) [@absure](https://dmap-community.ductus.global/u/absure)
#### Post date: [September 16, 2024, 4:50pm UTC](https://dmap-community.ductus.global/t/question-on-tailf-cli-show-long-obu-diffs/4774/1 "2024-09-16T16:50:59Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![cohult](https://yyz2.discourse-cdn.com/flex010/user_avatar/dmap-community.ductus.global/cohult/32/221_2.png) [@cohult](https://dmap-community.ductus.global/u/cohult)
#### Post date: [September 23, 2024, 10:28am UTC](https://dmap-community.ductus.global/t/question-on-tailf-cli-show-long-obu-diffs/4774/2 "2024-09-23T10:28:09Z")

</div>

Hi, see the `tailf:cli-replace-all; tailf:cli-flat-list-syntax;` combination
