** Showstoppers
-> Document database layout and choices
	@rick, I think this todo van be closed, because exodusmodels.dot is available

* Input fields validation
* Conversion Genesis -> Exodus
* Exodus, support Genesis output
* Add check that a domain has a dnsserver if not, named.conf generation gets broken
* Add reverse lookup fields for named.conf
* Fix dhcpd.conf template
* Add ssh_keys

* remove hardcoding in wllogic.py for 172.17 and higher as master ip 
* Interface cleanups:
** option to edit/delete fields
** allignment input fields
** combine input fields where possible and link
** Interlink add code
	->desc
	->remove hardcoding of 172.16 in freeinterlink ip code
	->Check if link is possible, ie. master can have multiple interlinks, managed can only have 1
	->generate SSID
	->Put correct modes on NIC
	->Check that: freeinterlinkip() works going from 17.16.0.255 to 172.16.1.0
	->Check if 1 has an omni, omni needs to be master
	

* Think:
** class Interlink return self.iface1 or self.iface1.node

* Genesis compatibility
	-> add files
		dhcpd.conf
		named.conf
		rc.local
		rc.node.local
		resolv.conf
		snmpd.local.conf

DONE:
15/08/08 * Make admin work with models.py
23/08/08 * Interlink add code; Generate ipaddresses and netmask for link works.
03/09/08 - RZ
* Check urls and response redirects; Make urls depend on urls.py instead of hardcoding them into
	views.py and the templates. See:
	http://www.djangoproject.com/documentation/url_dispatch/#reverse

	
