Skip to content

Commit

Permalink
remove some examples and add word to allow.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
pront committed Sep 25, 2023
1 parent 352eb16 commit eae1345
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
1 change: 1 addition & 0 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ rpms
rstest
rsyslog
rsyslogd
security-tab
servlet
snyk
socketaddr
Expand Down
21 changes: 0 additions & 21 deletions website/cue/reference/remap/functions/community_id.cue
Original file line number Diff line number Diff line change
Expand Up @@ -55,26 +55,5 @@ remap: functions: community_id: {
"""#
return: "1:wCb3OG7yAFWelaUydu0D+125CLM="
},
{
title: "UDP"
#"""
community_id!(source_ip: "1.2.3.4", destination_ip: "5.6.7.8", source_port: 1122, destination_port: 3344, protocol: 17)
"""#
return: "1:0Mu9InQx6z4ZiCZM/7HXi2WMhOg="
},
{
title: "ICMP"
#"""
community_id!(source_ip: "1.2.3.4", destination_ip: "5.6.7.8", source_port: 8, destination_port: 0, protocol: 1)
"""#
return: "1:crodRHL2FEsHjbv3UkRrfbs4bZ0="
},
{
title: "RSVP"
#"""
community_id!(source_ip: "1.2.3.4", destination_ip: "5.6.7.8", protocol: 46)
"""#
return: "1:ikv3kmf89luf73WPz1jOs49S768="
},
]
}

0 comments on commit eae1345

Please sign in to comment.