1
0
mirror of https://github.com/netsampler/goflow2.git synced 2024-05-06 15:54:52 +00:00

producer: add missing renderer for bgp_next_hop (#210)

This commit is contained in:
Louis
2023-08-31 22:31:34 -07:00
committed by GitHub
parent 026fef546e
commit 8988f2c244
2 changed files with 2 additions and 1 deletions

View File

@ -162,7 +162,7 @@ There is a support for virtual columns (eg: `icmp_name`).
Renderers are a special handling of fields:
```yaml
formatter
formatter:
render:
src_mac: mac
dst_mac: mac

View File

@ -37,6 +37,7 @@ var (
"DstAddr": IPRenderer,
"SamplerAddress": IPRenderer,
"NextHop": IPRenderer,
"BgpNextHop": IPRenderer,
"MplsLabelIp": IPRenderer,
"Etype": EtypeRenderer,
"Proto": ProtoRenderer,