table_add
table_add(t, "*", NULL);
table_add(t, hostname, NULL);
table_add(t, "localhost", NULL);
table_add(t, hostname, NULL);
table_add(t, "local", NULL);
table_add(t, "0.0.0.0/0", NULL);
table_add(t, "::/0", NULL);
table_add(t, "local", NULL);
table_add(t, ss_to_text(&ss), NULL);
table_add(localnames, ss_to_text(&ss), NULL);
table_add(t, ss_to_text(&ss), NULL);
table_add(localnames, ss_to_text(&ss), NULL);
table_add(t, $1, NULL);
table_add(table, $1, $3);
table_add(table, $1, NULL);
void table_add(struct table *, const char *, const char *);