(pat, info=line)
| 1772 | # a starvation attack already drained. Informational, not an alarm. |
| 1773 | verdict = 'clean' |
| 1774 | reasons.append(offer_err) |
| 1775 | elif not offers: |
| 1776 | reasons.append("no DHCP server answered — static addressing, or the " |
| 1777 | "pool may be exhausted") |
| 1778 | |
| 1779 | return { |