Private GIT

Skip to content
Snippets Groups Projects
Commit 37bc4cd3 authored by Miha Petkovsek's avatar Miha Petkovsek
Browse files

Disabled OSPF module

parent 7d78ef43
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,6 @@ ...@@ -4,6 +4,6 @@
print "<ul class='nav nav-tabs' style='margin-bottom:20px;'>"; print "<ul class='nav nav-tabs' style='margin-bottom:20px;'>";
$class = $_GET['subnetId']=="bgp" ? "active" : ""; $class = $_GET['subnetId']=="bgp" ? "active" : "";
print " <li role='presentation' class='$class'><a href='".create_link($_GET['page'], "routing", "bgp")."'>"._('BGP routing')."</a></li>"; print " <li role='presentation' class='$class'><a href='".create_link($_GET['page'], "routing", "bgp")."'>"._('BGP routing')."</a></li>";
$class = $_GET['subnetId']=="ospf" ? "active" : ""; // $class = $_GET['subnetId']=="ospf" ? "active" : "";
print " <li role='presentation' class='$class'><a href='".create_link($_GET['page'], "routing", "ospf")."'>"._("OSPF routing")."</a></li>"; // print " <li role='presentation' class='$class'><a href='".create_link($_GET['page'], "routing", "ospf")."'>"._("OSPF routing")."</a></li>";
print "</ul>"; print "</ul>";
\ No newline at end of file
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
+ Sessions can be now stored in database (#516); + Sessions can be now stored in database (#516);
+ Two-factor authentication - otp (Google Authenticator); + Two-factor authentication - otp (Google Authenticator);
+ Customers module (#694); + Customers module (#694);
+ Routing module (BGP, OSPF) (#2135); + Routing module (BGP) (#2135);
+ Search for free subnet inside whole section; + Search for free subnet inside whole section;
Enhancements, changes: Enhancements, changes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment