Open r12f opened 1 year ago
Merge protocol into a single parser in P4:
Here are some sample of Zion policies:
Eth({ether_type = ETH_IPV4}).IPv4({ dst_ip = lpm }) Eth({ether_type = ETH_MY_TUNNEL}).MyTunnel({proto_id = ETH_IPV4, dst_id = exact}).IPv4
Merge protocol into a single parser in P4:
Here are some sample of Zion policies: