add licence, readme and disable dns col in node_ip

This commit is contained in:
Oliver Gorwits
2012-01-13 22:20:35 +00:00
parent 3a4b0a9280
commit 0ba97ae31c
4 changed files with 153 additions and 2 deletions

View File

@@ -39,8 +39,8 @@ __PACKAGE__->set_primary_key("mac", "ip");
# XXX uncomment the following two lines if you have a "dns" column XXX
# XXX in your node_ip table which caches the host's name XXX
__PACKAGE__->add_column("dns" =>
{ data_type => "text", is_nullable => 1, accessor => undef });
#__PACKAGE__->add_column("dns" =>
# { data_type => "text", is_nullable => 1, accessor => undef });
# XXX ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ XXX
# some customize their node_ip table to have a dns column which