Skip to content

Commit

Permalink
MINOR: proxy: add hash-type none
Browse files Browse the repository at this point in the history
  • Loading branch information
oliwer authored and mjuraga committed Nov 27, 2023
1 parent 52f98a3 commit 0e185e8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
7 changes: 5 additions & 2 deletions models/hash_type.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions specification/build/haproxy_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8940,6 +8940,7 @@ definitions:
- djb2
- wt6
- crc32
- none
type: string
method:
enum:
Expand Down
2 changes: 1 addition & 1 deletion specification/models/configuration/hash_type.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ hash_type:
enum: [map-based, consistent]
function:
type: string
enum: [sdbm, djb2, wt6, crc32]
enum: [sdbm, djb2, wt6, crc32, none]
modifier:
type: string
enum: [avalanche]

0 comments on commit 0e185e8

Please sign in to comment.