We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a2f44e commit 5df684fCopy full SHA for 5df684f
Src/Private/Get-AbrFgtRoute.ps1
@@ -197,7 +197,7 @@ function Get-AbrFgtRoute {
197
}
198
199
#There is always BGP config, only display if router-id is configured
200
- if ($BGP.'router-id' -ne "0.0.0.0" -and $InfoLevel.Route -ge 1) {
+ if ($BGP.'router-id' -and $InfoLevel.Route -ge 1) {
201
Section -Style Heading3 'BGP' {
202
Section -Style Heading3 'Configuration' {
203
$OutObj = @()
0 commit comments