CS代考 table ipv4_lpm {

table ipv4_lpm {
hdr.ipv4.dstAddr : lpm;
// standard match kinds:
// exact, ternary, lpm

Copyright By PowCoder代写 加微信 powcoder

// actions that can be invoked
actions = {
ipv4_forward;
// table properties
size = 1024;
default_action = NoAction();

程序代写 CS代考 加微信: powcoder QQ: 1823890830 Email: powcoder@163.com