问题:ovs流量从in_port=1进入,然后从output:1出去,就是说,流量从哪个端口进来,然后从哪个端口出去

流表:

ovs-ofctl add-flow br-int in_port=10,actions=load:0->NXM_OF_IN_PORT[],10


参考链接:https://mail.openvswitch.org/pipermail/ovs-dev/2017-June/333783.html

相关文章:

  • 2021-11-20
  • 2022-12-23
  • 2022-12-23
  • 2022-02-08
  • 2021-06-18
  • 2022-12-23
  • 2021-10-25
  • 2021-04-21
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-14
  • 2021-10-17
  • 2022-12-23
相关资源
相似解决方案