mirror of
https://github.com/opnsense/core.git
synced 2026-02-03 20:39:42 -05:00
ipsec: same same, switch class name not file name
This commit is contained in:
parent
b95c81d08d
commit
e771a800d5
2 changed files with 3 additions and 3 deletions
2
plist
2
plist
|
|
@ -338,7 +338,7 @@
|
||||||
/usr/local/opnsense/mvc/app/controllers/OPNsense/IPsec/Api/KeyPairsController.php
|
/usr/local/opnsense/mvc/app/controllers/OPNsense/IPsec/Api/KeyPairsController.php
|
||||||
/usr/local/opnsense/mvc/app/controllers/OPNsense/IPsec/Api/LeasesController.php
|
/usr/local/opnsense/mvc/app/controllers/OPNsense/IPsec/Api/LeasesController.php
|
||||||
/usr/local/opnsense/mvc/app/controllers/OPNsense/IPsec/Api/LegacySubsystemController.php
|
/usr/local/opnsense/mvc/app/controllers/OPNsense/IPsec/Api/LegacySubsystemController.php
|
||||||
/usr/local/opnsense/mvc/app/controllers/OPNsense/IPsec/Api/ManualSPDController.php
|
/usr/local/opnsense/mvc/app/controllers/OPNsense/IPsec/Api/ManualSpdController.php
|
||||||
/usr/local/opnsense/mvc/app/controllers/OPNsense/IPsec/Api/PoolsController.php
|
/usr/local/opnsense/mvc/app/controllers/OPNsense/IPsec/Api/PoolsController.php
|
||||||
/usr/local/opnsense/mvc/app/controllers/OPNsense/IPsec/Api/PreSharedKeysController.php
|
/usr/local/opnsense/mvc/app/controllers/OPNsense/IPsec/Api/PreSharedKeysController.php
|
||||||
/usr/local/opnsense/mvc/app/controllers/OPNsense/IPsec/Api/SadController.php
|
/usr/local/opnsense/mvc/app/controllers/OPNsense/IPsec/Api/SadController.php
|
||||||
|
|
|
||||||
|
|
@ -31,10 +31,10 @@ namespace OPNsense\IPsec\Api;
|
||||||
use OPNsense\Base\ApiMutableModelControllerBase;
|
use OPNsense\Base\ApiMutableModelControllerBase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Class ManualSPD
|
* Class ManualSpd
|
||||||
* @package OPNsense\IPsec\Api
|
* @package OPNsense\IPsec\Api
|
||||||
*/
|
*/
|
||||||
class ManualSPDController extends ApiMutableModelControllerBase
|
class ManualSpdController extends ApiMutableModelControllerBase
|
||||||
{
|
{
|
||||||
protected static $internalModelName = 'swanctl';
|
protected static $internalModelName = 'swanctl';
|
||||||
protected static $internalModelClass = 'OPNsense\IPsec\Swanctl';
|
protected static $internalModelClass = 'OPNsense\IPsec\Swanctl';
|
||||||
Loading…
Reference in a new issue