func (vcfg *VCFG) mergeRoutes(b *VCFG) error {
    if vcfg.Routing == nil {
        vcfg.Routing = b.Routing
    } else if b.Routing != nil {