* 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
* Modular handing/edit/add/delete of Location/DNS/Networks, without using the
  'admin' interface, but have some table look alike code instead

** Interlink add code
	->desc
	->Check if link is possible, ie. master can have multiple interlinks, managed can only have 1
	->Put correct modes on NIC
	->Check if 1 has an omni, omni needs to be master

* 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

	
