Skip to content

Commit

Permalink
traffic(log): fix typo for fiter_value of dstip
Browse files Browse the repository at this point in the history
dstcip => dstip

Fix #227
  • Loading branch information
alagoutte committed Feb 1, 2024
1 parent 2727124 commit 71f5682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PowerFGT/Public/log/traffic.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ function Get-FGTLogTraffic {
$filter_attribute = "srcintf"
}
"dstip" {
$filter_value = $dstcip
$filter_value = $dstip
$filter_attribute = "dstip"
}
"dstintf" {
Expand Down

0 comments on commit 71f5682

Please sign in to comment.