fn parse_origin(
origin: &Value,
origins: &FeedOrigins,
dst_is_v6: bool,
) -> Option<u32>Expand description
Resolve a feed line’s origin value to an origin ID:
an origin ID (number or numeric string) of a configured origin, or "all".
A specific origin must match the target’s IP version.