Found a few issues in v9 that need fixing, will respin as v10: - Commit message for patch 1 references removing MAX_ENCAP_DEPTH, which was dropped in an earlier revision. Needs cleanup.
- Masked VLAN format string produces output that cannot be parsed back (round-trip failure for vlan key with masks). - Negative test in patch 2 lacks a return flow for in_port(2), so ping fails regardless of whether pop_vlan works correctly. Need to add a return flow to make the negative case meaningful. Minxi
