Skip to content

Commit

Permalink
docs(vrl): Update documentation for community_id to mention ICMP (#20677
Browse files Browse the repository at this point in the history
)

The source port and dest port arguments are overloaded for ICMP, which is layer 3 and so has no
concept of ports,

Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko authored Jul 10, 2024
1 parent 2544107 commit e52f312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/cue/reference/remap/functions/community_id.cue
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ remap: functions: community_id: {
},
{
name: "source_port"
description: "The source port."
description: "The source port or ICMP type."
required: false
type: ["integer"]
},
{
name: "destination_port"
description: "The destination port."
description: "The destination port or ICMP code."
required: false
type: ["integer"]
},
Expand Down

0 comments on commit e52f312

Please sign in to comment.