[master] 70693bee0 do we want to retire backend.list -v ?

Dridi Boukelmoune dridi at varni.sh
Fri Feb 15 14:14:44 UTC 2019


On Tue, Feb 5, 2019 at 11:52 AM Nils Goroll <nils.goroll at uplex.de> wrote:
>
>
> commit 70693bee053043f696b221cb5daba8f040b9b06e
> Author: Nils Goroll <nils.goroll at uplex.de>
> Date:   Tue Feb 5 11:51:34 2019 +0100
>
>     do we want to retire backend.list -v ?
>
> diff --git a/bin/varnishd/cache/cache_director.c b/bin/varnishd/cache/cache_director.c
> index 3b21903f4..bff135a1f 100644
> --- a/bin/varnishd/cache/cache_director.c
> +++ b/bin/varnishd/cache/cache_director.c
> @@ -371,6 +371,10 @@ cli_backend_list(struct cli *cli, const char * const *av, void *priv)
>         struct list_args la[1];
>         int i;
>
> +       /*
> +        * XXX for all cases in varnish-cache, -v is synonymous to
> +        * -p and -v is not documented. Retire?

I think we should kill it before the March release, good catch!

> +        */
>         (void)priv;
>         ASSERT_CLI();
>         INIT_OBJ(la, LIST_ARGS_MAGIC);
> _______________________________________________
> varnish-commit mailing list
> varnish-commit at varnish-cache.org
> https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit


More information about the varnish-commit mailing list