Son Dinh <dinhtrason@xxxxxxxxx> wrote: > Support nested map lookups combined with vmap lookup as shown > in the example below. This syntax enables flexibility to use the > values of a map as keys for looking up vmap when users have two > distinct maps for different purposes and do not want to alter any > packet-related objects (e.g., packet mark, ct mark, ip fields) > to store the value returned from the first map lookup for the > final vmap lookup. This needs at least one test case.