Skip to content

Commit

Permalink
routing-instance selection
Browse files Browse the repository at this point in the history
  • Loading branch information
mirackle-spb committed Dec 30, 2021
1 parent cb152e8 commit 70b25e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ function load() {
}
else if (preg_match("/^show route advertising-protocol bgp\s+([\d\.A-Fa-f:\/]+)$/", $exec, $exec_exp))
{
$exec = 'show route advertising-protocol '.$exec_exp[1].' table '.$table;
$exec = 'show route advertising-protocol bgp '.$exec_exp[1].' table '.$table;
}
}

Expand Down

0 comments on commit 70b25e7

Please sign in to comment.