Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
2f2e50e4
Commit
2f2e50e4
authored
Feb 10, 2016
by
Nils Goroll
Committed by
Lasse Karstensen
Feb 11, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
improve documentation for ban.list
parent
edf2a349
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
1 deletion
+17
-1
varnish-cli.rst
doc/sphinx/reference/varnish-cli.rst
+17
-1
No files found.
doc/sphinx/reference/varnish-cli.rst
View file @
2f2e50e4
...
...
@@ -149,7 +149,23 @@ ban <field> <operator> <arg> [&& <field> <oper> <arg> ...]
Mark obsolete all objects where all the conditions match.
ban.list
List the active bans.
List the active bans. The output format is:
* time the ban was issued
* reference count
* ``C`` for completed bans (replaced by a newer ban) or ``-``
* if ``lurker`` debugging is enabled
* ``R`` for bans on request properties or ``-``
* ``O`` for bans on object properties or ``-``
* pointer to the ban object
* ban specification
Backend Expression
------------------
...
...
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