2024-05-04 04:03:42 -04:00
|
|
|
Dhcrelay
|
|
|
|
|
~~~~~~~~
|
|
|
|
|
|
|
|
|
|
.. csv-table:: Service (ServiceController.php)
|
|
|
|
|
:header: "Method", "Module", "Controller", "Command", "Parameters"
|
|
|
|
|
:widths: 4, 15, 15, 30, 40
|
|
|
|
|
|
|
|
|
|
"``POST``","dhcrelay","service","reconfigure",""
|
|
|
|
|
|
|
|
|
|
.. csv-table:: Resources (SettingsController.php)
|
|
|
|
|
:header: "Method", "Module", "Controller", "Command", "Parameters"
|
|
|
|
|
:widths: 4, 15, 15, 30, 40
|
|
|
|
|
|
2025-04-29 14:00:06 -04:00
|
|
|
"``POST``","dhcrelay","settings","add_dest",""
|
|
|
|
|
"``POST``","dhcrelay","settings","add_relay",""
|
|
|
|
|
"``POST``","dhcrelay","settings","del_dest","$uuid"
|
|
|
|
|
"``POST``","dhcrelay","settings","del_relay","$uuid"
|
2024-05-04 04:03:42 -04:00
|
|
|
"``GET``","dhcrelay","settings","get",""
|
2025-04-29 14:00:06 -04:00
|
|
|
"``GET``","dhcrelay","settings","get_dest","$uuid=null"
|
|
|
|
|
"``GET``","dhcrelay","settings","get_relay","$uuid=null"
|
2025-05-01 07:06:32 -04:00
|
|
|
"``GET,POST``","dhcrelay","settings","search_dest",""
|
|
|
|
|
"``GET,POST``","dhcrelay","settings","search_relay",""
|
2024-05-04 04:03:42 -04:00
|
|
|
"``POST``","dhcrelay","settings","set",""
|
2025-04-29 14:00:06 -04:00
|
|
|
"``POST``","dhcrelay","settings","set_dest","$uuid"
|
|
|
|
|
"``POST``","dhcrelay","settings","set_relay","$uuid"
|
|
|
|
|
"``POST``","dhcrelay","settings","toggle_relay","$uuid,$enabled=null"
|
2024-05-04 04:03:42 -04:00
|
|
|
|
|
|
|
|
"``<<uses>>``", "", "", "", "*model* `DHCRelay.xml <https://github.com/opnsense/core/blob/master/src/opnsense/mvc/app/models/OPNsense/DHCRelay/DHCRelay.xml>`__"
|