AW: also-notify with multiple occurrences of same IP address

2015-01-20 Thread Stefan.Lasche
Hi Graham, > Has anybody on-list got a clever(er?) trick? I suppose that 9.10 with > in-view might make the problem go away. Instead of notifying all views at once you could just create a "notification chain", where a view only notifies one other view: view_1 notifies view_2.

Re: also-notify with multiple occurrences of same IP address

2015-01-19 Thread Graham Clinch
On 19/01/2015 19:10, Evan Hunt wrote: > On Mon, Jan 19, 2015 at 05:56:52PM +, Graham Clinch wrote: >> I think this is down to an optimisation in lib/dns/zone.c which checks >> whether a notification is already queued to the same 'dst' address, >> ignoring whether the key differs (roughly line 9

Re: also-notify with multiple occurrences of same IP address

2015-01-19 Thread Evan Hunt
On Mon, Jan 19, 2015 at 05:56:52PM +, Graham Clinch wrote: > I think this is down to an optimisation in lib/dns/zone.c which checks > whether a notification is already queued to the same 'dst' address, > ignoring whether the key differs (roughly line 9990?). > > Is this the 'correct' behaviour

also-notify with multiple occurrences of same IP address

2015-01-19 Thread Graham Clinch
Hi List, Using BIND 9.9, I am trying to notify two different slave views on the same host using TSIG keys as the differentiator: also-notify { 127.0.0.1 key slave1; 127.0.0.1 key slave2; }; It appears that only the first (slave1) receives a notify. If I change the second address to a different