Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libvmod-cluster
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
uplex-varnish
libvmod-cluster
Commits
c910feee
Commit
c910feee
authored
Mar 26, 2019
by
Nils Goroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
6.1 compat
parent
eaa6e855
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
16 deletions
+4
-16
vmod_compat.h
src/vmod_compat.h
+4
-0
cfg.vtc
src/vtc/cfg.vtc
+0
-16
No files found.
src/vmod_compat.h
View file @
c910feee
...
...
@@ -8,6 +8,10 @@
#define VARGS(x) vmod_ ## x ## _arg
#endif
#ifndef VPFX
#define VPFX(x) vmod_ ## x
#endif
/* ------------------------------------------------------------
* workaround missing VRT_DirectorResolve
* Ref https://github.com/varnishcache/varnish-cache/pull/2680
...
...
src/vtc/cfg.vtc
View file @
c910feee
...
...
@@ -193,19 +193,3 @@ client c1 {
} -run
logexpect l1 -wait
varnish v1 -errvcl {Can not deny the NULL backend} {
import cluster;
import directors;
backend dummy { .host = "${bad_ip}"; }
sub vcl_init {
new rr = directors.round_robin();
rr.add_backend(dummy);
new cl = cluster.cluster(
rr.backend(),
deny=directors.lookup("null"),
real=dummy);
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment