• Poul-Henning Kamp's avatar
    Change the backend names to be <vclname>.<backendname> · 6f99a39a
    Poul-Henning Kamp authored
    The backend matching function now uses shell-like glob'ing:
    
    	backend.list *	-> all backends in active vcl
    	backend.list *.* -> all backends in all vcls
    	backend.list *.foo -> all backends named 'foo' in all vcls
    	backend.list bar.* -> all backends in the vcl named bar
    6f99a39a
c00048.vtc 1.13 KB