From: Ian Jackson Date: Sat, 17 Dec 2011 21:21:47 +0000 (+0000) Subject: make-secnet-sites: Allow sites with no address X-Git-Tag: debian/0.3.0_beta1~29 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=secnet.git;a=commitdiff_plain;h=fbc8bcc6698e847b27b3a43b6d60aa4d98547d62 make-secnet-sites: Allow sites with no address Signed-off-by: Ian Jackson --- diff --git a/make-secnet-sites b/make-secnet-sites index 5911a39..9d0c6a6 100755 --- a/make-secnet-sites +++ b/make-secnet-sites @@ -267,12 +267,12 @@ class sitelevel(level): 'networks':None, 'peer':None, 'pubkey':(lambda n,v:"key %s;\n"%v), + 'address':None, 'mobile':sp, }) require_properties={ 'dh':"Diffie-Hellman group", 'contact':"Site admin contact address", - 'address':"Site external access address", 'networks':"Networks claimed by the site", 'hash':"hash function", 'peer':"Gateway address of the site",