diff options
| author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2021-05-19 18:24:20 +0300 |
|---|---|---|
| committer | Donatas Abraitis <donatas.abraitis@gmail.com> | 2021-05-20 21:12:20 +0300 |
| commit | d95a84e0a515c9d04efe0aae0da4f8f9c0d8defd (patch) | |
| tree | 35bf71ec06abedb62062e60f0c32b156e684710c /lib/compiler.h | |
| parent | 9f977b2def6b2d542d84913f59d4e6ced15e0f1a (diff) | |
bgpd: Show BGP community alias in JSON community list output
Before:
```
"community":{
"string":"first 65001:2 65001:3",
"list":[
"65001:1",
"65001:2",
"65001:3"
]
},
```
After:
```
"community":{
"string":"first 65001:2 65001:3",
"list":[
"first",
"65001:2",
"65001:3"
]
},
```
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
Diffstat (limited to 'lib/compiler.h')
0 files changed, 0 insertions, 0 deletions
