flow_rule.rss.3tuple.tcp.defaultΒΆ

<>

{
  attr {
    ingress 1
  },
  pattern {
    ip4:{
      dst-addr plain:'0a 89 03 01'H,
      src-addr script:"expr:rand()"
    },
    tcp:{
      dst-port plain:9201,
      src-port script:"expr:rand()"
    }
  },
  actions {
    {
      type rss,
      conf rss:{
        queue {
          1, 5, 2, 4
        }
      }
    }
  }
}