Skip to content

Commit 7ab831e

Browse files
oktalzmjuraga
authored andcommitted
MINOR: bind: add v4v6 option
1 parent bbfefa3 commit 7ab831e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build/haproxy_spec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,8 @@ definitions:
689689
x-nullable: true
690690
transparent:
691691
type: boolean
692+
v4v6:
693+
type: boolean
692694
verify:
693695
enum:
694696
- none

models/haproxy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,8 @@ bind:
439439
process:
440440
type: string
441441
pattern: '^[^\s]+$'
442+
v4v6:
443+
type: boolean
442444
ssl:
443445
type: boolean
444446
ssl_certificate:
@@ -1203,7 +1205,6 @@ log_target:
12031205
required: true
12041206
length:
12051207
type: integer
1206-
x-dependency:
12071208
x-dependency:
12081209
global:
12091210
value: false

0 commit comments

Comments
 (0)