rndc flush /recursive ?

2012-02-27 Thread Stephane Bortzmeyer
With Unbound, there are two commands to clear the cache, one which
deletes only the records with the exact name and one which is
recursive (deletes everything under the name).

With BIND, I find only the first one, rndc flushname. Any command
that I missed to delete recursively?
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: rndc flush /recursive ?

2012-02-27 Thread Bill Owens
On Mon, Feb 27, 2012 at 02:32:31PM +0100, Stephane Bortzmeyer wrote:
 With Unbound, there are two commands to clear the cache, one which
 deletes only the records with the exact name and one which is
 recursive (deletes everything under the name).
 
 With BIND, I find only the first one, rndc flushname. Any command
 that I missed to delete recursively?

It's in the new 9.9.0 rndc:

  flush Flushes all of the server's caches.
  flush [view]  Flushes the server's cache for a view.
  flushname name [view]
Flush the given name from the server's cache(s)
  flushtree name [view]
Flush all names under the given name from the server's cache(s)

Bill.
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: rndc flush /recursive ?

2012-02-27 Thread Mark Andrews

flushtree

In message 20120227133231.ga3...@nic.fr, Stephane Bortzmeyer writes:
 With Unbound, there are two commands to clear the cache, one which
 deletes only the records with the exact name and one which is
 recursive (deletes everything under the name).
 
 With BIND, I find only the first one, rndc flushname. Any command
 that I missed to delete recursively?
 ___
 Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe
  from this list
 
 bind-users mailing list
 bind-users@lists.isc.org
 https://lists.isc.org/mailman/listinfo/bind-users
-- 
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742 INTERNET: ma...@isc.org
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: rndc flush /recursive ?

2012-02-27 Thread Stephane Bortzmeyer
On Mon, Feb 27, 2012 at 08:36:28AM -0500,
 Bill Owens ow...@nysernet.org wrote 
 a message of 18 lines which said:

 It's in the new 9.9.0 rndc:

Thanks, exactly what I needed.

On Tue, Feb 28, 2012 at 12:37:17AM +1100,
 Mark Andrews ma...@isc.org wrote 
 a message of 21 lines which said:

 flushtree

Not in any released (much yet packaged) version.
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: rndc flush /recursive ?

2012-02-27 Thread Mark Andrews

In message 20120227134537.ga3...@nic.fr, Stephane Bortzmeyer writes:
 On Mon, Feb 27, 2012 at 08:36:28AM -0500,
  Bill Owens ow...@nysernet.org wrote 
  a message of 18 lines which said:
 
  It's in the new 9.9.0 rndc:
 
 Thanks, exactly what I needed.
 
 On Tue, Feb 28, 2012 at 12:37:17AM +1100,
  Mark Andrews ma...@isc.org wrote 
  a message of 21 lines which said:
 
  flushtree
 
 Not in any released (much yet packaged) version.

It's packaged.

FreeBSD: ports/dns/bind99/Makefile
PORTNAME=   bind99
PORTVERSION=9.9.0.rc2
PKGNAMESUFFIX=  -devel

 ___
 Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe
  from this list
 
 bind-users mailing list
 bind-users@lists.isc.org
 https://lists.isc.org/mailman/listinfo/bind-users
-- 
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742 INTERNET: ma...@isc.org
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users