Skip to content

Commit de1aeda

Browse files
committed
haproxy: T5222: Enable backend completion in service ruleset
Enable completion for backend in haproxy service ruleset like so: ``` set load-balancing haproxy service NAME rule 10 set backend ```
1 parent fe50656 commit de1aeda

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

interface-definitions/include/haproxy/rule-frontend.xml.i

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@
5050
<regex>[-_a-zA-Z0-9]+</regex>
5151
</constraint>
5252
<constraintErrorMessage>Server name must be alphanumeric and can contain hyphen and underscores</constraintErrorMessage>
53+
<completionHelp>
54+
<path>load-balancing haproxy backend</path>
55+
</completionHelp>
5356
</properties>
5457
</leafNode>
5558
</children>

0 commit comments

Comments
 (0)