mirror of
https://github.com/opnsense/core.git
synced 2026-02-03 20:39:42 -05:00
interfaces: class name was wrong, fix UI page link
This commit is contained in:
parent
e2d95ad672
commit
b95c81d08d
2 changed files with 2 additions and 2 deletions
2
plist
2
plist
|
|
@ -388,7 +388,7 @@
|
|||
/usr/local/opnsense/mvc/app/controllers/OPNsense/Interfaces/SettingsController.php
|
||||
/usr/local/opnsense/mvc/app/controllers/OPNsense/Interfaces/VipController.php
|
||||
/usr/local/opnsense/mvc/app/controllers/OPNsense/Interfaces/VlanController.php
|
||||
/usr/local/opnsense/mvc/app/controllers/OPNsense/Interfaces/VxLanController.php
|
||||
/usr/local/opnsense/mvc/app/controllers/OPNsense/Interfaces/VxlanController.php
|
||||
/usr/local/opnsense/mvc/app/controllers/OPNsense/Interfaces/forms/dialogBridge.xml
|
||||
/usr/local/opnsense/mvc/app/controllers/OPNsense/Interfaces/forms/dialogGif.xml
|
||||
/usr/local/opnsense/mvc/app/controllers/OPNsense/Interfaces/forms/dialogGre.xml
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
namespace OPNsense\Interfaces;
|
||||
|
||||
class VxLanController extends \OPNsense\Base\IndexController
|
||||
class VxlanController extends \OPNsense\Base\IndexController
|
||||
{
|
||||
public function indexAction()
|
||||
{
|
||||
Loading…
Reference in a new issue