Parse config options with ragel and support a configuration file.

This commit is contained in:
Nicholas J. Kain
2014-04-14 15:06:31 -04:00
parent 51033d3664
commit a501789e04
7 changed files with 386 additions and 179 deletions

View File

@ -122,7 +122,7 @@ static struct arp_data garp = {
.server_replied = false,
};
void set_arp_relentless_def(void) { garp.relentless_def = true; }
void set_arp_relentless_def(bool v) { garp.relentless_def = v; }
static void arp_reply_clear(void)
{