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 c7bf849 commit be70547Copy full SHA for be70547
Src/Private/Get-AbrFgtRoute.ps1
@@ -194,7 +194,7 @@ function Get-AbrFgtRoute {
194
}
195
196
#There is always BGP config, only display if router-id is configured
197
- if ($BGP.'router-id' -ne "0.0.0.0" -and $InfoLevel.Route -ge 1) {
+ if ($BGP.'router-id' -and $InfoLevel.Route -ge 1) {
198
Section -Style Heading3 'BGP' {
199
Section -Style Heading3 'Configuration' {
200
$OutObj = @()
0 commit comments