[PATCH 3/5] make-secnet-sites: Allow sites with no address

Ian Jackson ijackson at chiark.greenend.org.uk
Sat Dec 17 22:03:15 GMT 2011


Signed-off-by: Ian Jackson <ijackson at chiark.greenend.org.uk>
---
 make-secnet-sites |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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",
-- 
1.5.6.5




More information about the sgo-software-discuss mailing list