@tsearle commented on this pull request.
} else if(str_eq(&key, "all")) {
+ ng_flags->all_legs = 1; + } else
I've re-tested with the "all" flag removed and it still gets put in flags. So the only thing lost is enforcing that either "all" or "from_tags" is sent, but not both. updating the patch to remove this code