Skip to content

Commit ef0a649

Browse files
committed
BGP: Add more detail (name or ip) for (sub)table
1 parent dee8d6b commit ef0a649

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Src/Private/Get-AbrFgtRoute.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ function Get-AbrFgtRoute {
320320
}
321321

322322
$TableParams = @{
323-
Name = "BGP Neighbor Configuration"
323+
Name = "BGP Neighbor Configuration $($n.ip)"
324324
List = $false
325325
ColumnWidths = 34, 33, 33
326326
}
@@ -401,7 +401,7 @@ function Get-AbrFgtRoute {
401401
}
402402

403403
$TableParams = @{
404-
Name = "BGP Neighbor Group Configuration"
404+
Name = "BGP Neighbor Group Configuration $($n.name)"
405405
List = $false
406406
ColumnWidths = 34, 33, 33
407407
}

0 commit comments

Comments
 (0)