Skip to content

Commit

Permalink
net/frr: style sweep
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Jul 17, 2023
1 parent c2aa21b commit 6adb47c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ public function searchOspfv3routeAction($format = "json"): array
public function searchOspfv3databaseAction(): array
{
$records = [];
$payload = $this->configdJson("ospfv3", "database") ;
$payload = $this->configdJson("ospfv3", "database");
foreach ($payload as $dbname => $database) {
foreach ($database as $topic) {
if (!empty($topic['lsa'])) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public function bfdAction()
'tabhead' => gettext('Counters'),
'type' => 'tree'
]
];
];
$this->view->default_tab = 'summary';
$this->view->pick('OPNsense/Quagga/diagnostics');
}
Expand Down Expand Up @@ -148,7 +148,7 @@ public function ospfv3Action()
'tabhead' => gettext('Interface'),
'type' => 'tree'
]
];
];
$this->view->default_tab = 'overview';
$this->view->pick('OPNsense/Quagga/diagnostics');
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,3 @@ command:/usr/local/bin/vtysh
parameters: -c 'show ipv6 ospf6 interface %s'
type:script_output
message:FRR diagnostics "show ipv6 ospf6 interface %s"

0 comments on commit 6adb47c

Please sign in to comment.