Default source prefixes were encoded with src_plen == 0, even in v4. This leads to some bugs (comparison between prefixes), and may be confusing for long term maintenance. Now, the condition to know if a route is source- specific is handled by the new is_default() function, applied to the source prefix of the route.