mirror of
https://github.com/opnsense/docs.git
synced 2026-04-05 17:04:57 -04:00
18 lines
836 B
ReStructuredText
18 lines
836 B
ReStructuredText
Routing
|
|
~~~~~~~
|
|
|
|
.. csv-table:: Resources (SettingsController.php)
|
|
:header: "Method", "Module", "Controller", "Command", "Parameters"
|
|
:widths: 4, 15, 15, 30, 40
|
|
|
|
"``POST``","routing","settings","add_gateway",""
|
|
"``POST``","routing","settings","del_gateway","$uuid"
|
|
"``GET``","routing","settings","get",""
|
|
"``GET``","routing","settings","get_gateway","$uuid=null"
|
|
"``POST``","routing","settings","reconfigure",""
|
|
"``GET``","routing","settings","search_gateway",""
|
|
"``POST``","routing","settings","set",""
|
|
"``POST``","routing","settings","set_gateway","$uuid"
|
|
"``POST``","routing","settings","toggle_gateway","$uuid,$enabled=null"
|
|
|
|
"``<<uses>>``", "", "", "", "*model* `Gateways.xml <https://github.com/opnsense/core/blob/master/src/opnsense/mvc/app/models/OPNsense/Routing/Gateways.xml>`__"
|