Skip to content

Commit

Permalink
net/haproxy: rephrase for clarity, refs opnsense#264
Browse files Browse the repository at this point in the history
  • Loading branch information
fraenki committed Nov 5, 2017
1 parent 4c4eabf commit 0bbe10d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,11 @@
<id>action.use_server</id>
<label>Use server</label>
<type>dropdown</type>
<help><![CDATA[HAProxy will use this server if the condition evaluates to true.]]></help>
<help><![CDATA[HAProxy will use this server instead of other servers that are specified in the Backend Pool. The server must exist in the context where this rule is applied.]]></help>
</field>
<field>
<label>NOTE: The specified server must be present in the Backend Pool where this rule is applied.</label>
<type>info</type>
<field>
<label>Parameters</label>
<type>header</type>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1023,8 +1023,8 @@
<Required>Y</Required>
<!-- XXX TODO: use more user-friendly names instead of HAProxys option names -->
<OptionValues>
<use_backend>Use specified backend</use_backend>
<use_server>Use specified server</use_server>
<use_backend>Use specified Backend Pool</use_backend>
<use_server>Override server in Backend Pool</use_server>
<http-request_allow>http-request allow</http-request_allow>
<http-request_deny>http-request deny</http-request_deny>
<http-request_tarpit>http-request tarpit</http-request_tarpit>
Expand Down

0 comments on commit 0bbe10d

Please sign in to comment.