mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
ipsec: fix typo in actions file
This commit is contained in:
parent
b83cb18e76
commit
aa5acaa00c
@ -13,31 +13,31 @@ message:IPsec list ip address pools
|
||||
[connect]
|
||||
command:/usr/local/opnsense/scripts/ipsec/connect.py
|
||||
parameters:%s
|
||||
type=script
|
||||
type:script
|
||||
message:IPsec connect %s
|
||||
|
||||
[disconnect]
|
||||
command:/usr/local/opnsense/scripts/ipsec/disconnect.py
|
||||
parameters:%s
|
||||
type=script
|
||||
type:script
|
||||
message:IPsec disconnect %s
|
||||
|
||||
[start]
|
||||
command:/usr/local/sbin/ipsec start
|
||||
parameters:
|
||||
type=script
|
||||
type:script
|
||||
message:IPsec service start
|
||||
|
||||
[stop]
|
||||
command:/usr/local/sbin/ipsec stop
|
||||
parameters:
|
||||
type=script
|
||||
type:script
|
||||
message:IPsec service stop
|
||||
|
||||
[restart]
|
||||
command:/usr/local/sbin/ipsec restart
|
||||
parameters:
|
||||
type=script
|
||||
type:script
|
||||
message:IPsec service restart
|
||||
|
||||
[reconfigure]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user