Skip to content

Commit 27e52ca

Browse files
committed
firewall(address): Add mac(addr) type display
1 parent c66fd75 commit 27e52ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Src/Private/Get-AbrFgtFirewall.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ function Get-AbrFgtFirewall {
128128
"fqdn" {
129129
$value = $add.fqdn
130130
}
131+
"mac" {
132+
$value = $add.macaddr.macaddr -join ", "
133+
}
131134
default {
132135
$value = "Unknown Type"
133136
}

0 commit comments

Comments
 (0)