> + if (rdr->conf.flags & F_STICKY)
> + if (ioctl(env->sc_pf->dev, DIOCCLRSRCNODES, 0) == -1)
> + fatal("sync_table: cannot clear the tree of source
> tracking nodes");
> +
> free(addlist);
>
> log_debug("sync_table: table %s: %d added, %d deleted, %d changed",
>Good enough for now, it's in. We'll look for a way of clearing individual nodes later on.

