Skip to content

Commit

Permalink
fix(address): Add geo, mac & dynamic/SDN to .DESCRIPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
alagoutte authored Jan 24, 2025
1 parent c097fc0 commit 95b490e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PowerFGT/Public/cmdb/firewall/address.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function Add-FGTFirewallAddress {
Add a FortiGate Address
.DESCRIPTION
Add a FortiGate Address (ipmask, iprange, fqdn)
Add a FortiGate Address (ipmask, iprange, fqdn, mac, geo, dynamic/SDN...)
.EXAMPLE
Add-FGTFirewallAddress -Name FGT -ip 192.0.2.0 -mask 255.255.255.0
Expand Down Expand Up @@ -269,7 +269,7 @@ function Get-FGTFirewallAddress {
Get list of all "address"
.DESCRIPTION
Get list of all "address" (ipmask, iprange, fqdn...)
Get list of all "address" (ipmask, iprange, fqdn, mac, geo, dynamic/SDN...)
.EXAMPLE
Get-FGTFirewallAddress
Expand Down

0 comments on commit 95b490e

Please sign in to comment.