Does it follow longest prefix match rule ? Eg: route1 is /test/aa/* route2 is /test/aa/cc/dd So what's the match result ? @spacewander
Does it follow longest prefix match rule ?
Eg:
route1 is /test/aa/*
route2 is /test/aa/cc/dd
So what's the match result ?
@spacewander