ovs flow操作

Posted dream397

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ovs flow操作相关的知识,希望对你有一定的参考价值。

 

[root@kunpeng82 ovs]# ovs-ofctl dump-flows s1
 cookie=0x0, duration=432.489s, table=0, n_packets=1, n_bytes=70, in_port="s1_p1" actions=output:"s1_p1"
 cookie=0x0, duration=3457.887s, table=0, n_packets=26, n_bytes=2012, priority=0 actions=NORMAL
[root@kunpeng82 ovs]# ovs-ofctl del-flow s1  in_port=10
ovs-ofctl: unknown command del-flow; use --help for help
[root@kunpeng82 ovs]# ovs-ofctl del-flows s1  in_port=10
[root@kunpeng82 ovs]# ovs-ofctl dump-flows s1
 cookie=0x0, duration=3509.246s, table=0, n_packets=26, n_bytes=2012, priority=0 actions=NORMAL

 

以上是关于ovs flow操作的主要内容,如果未能解决你的问题,请参考以下文章

Openvswitch原理与代码分析:用户态流表flow table的操作

OVS中的key解析

OVS VxLAN Flow 分析 - 每天5分钟玩转 OpenStack(149)

Neutron 理解 : Neutron OVS OpenFlow 流表 和 L2 Population [Netruon OVS OpenFlow tables + L2 Population

SDN第三次上机作业

ovs tag