[Blahzdns-cvs] blahzdns/outputInterfaces bind9.py,1.7,1.8
Status: Alpha
Brought to you by:
msroest
From: Mike R. <ms...@us...> - 2005-05-26 02:42:01
|
Update of /cvsroot/blahzdns/blahzdns/outputInterfaces In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6702/outputInterfaces Modified Files: bind9.py Log Message: More A6 updates. Index: bind9.py =================================================================== RCS file: /cvsroot/blahzdns/blahzdns/outputInterfaces/bind9.py,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** bind9.py 13 May 2005 20:10:12 -0000 1.7 --- bind9.py 26 May 2005 02:41:53 -0000 1.8 *************** *** 217,221 **** outputLine = record+"\t\t"+ttl+"\tIN A\t"+value+"\n" #Handle A6 Records ! if type == 'A5': if(ttl == None): ttl = globalttl --- 217,221 ---- outputLine = record+"\t\t"+ttl+"\tIN A\t"+value+"\n" #Handle A6 Records ! if type == 'A6': if(ttl == None): ttl = globalttl |