Comment 1 for bug 26661

Revision history for this message
Martin Pitt (pitti) wrote :

Strange, the subnet mask should be automatically figured out from the 'subnet' stanza, like

subnet 172.16.0.0 netmask 255.255.255.0 {
  range 172.16.0.2 172.16.0.200;
}

However, I'm fine with adding the example lines, they can't hurt.