``` route_name: resource: "@CompanyBundle/Resources/config/routing.yml" condition: "request.getHost() matches '/^someprefix\./'" ``` The condition config is not "inherited" to the sub routes inside the imported routing file.