#openvswitch
Вопрос:
У меня есть два потока в таблице 101. У них есть только приоритетное поле.
Я могу удалить priority 0
поток.
Но я не могу удалить priority 4
поток.
Уникальное различие в этих двух потоках-n_packets. Почему так случилось?
[root@ecm0001 ~ ]# ovs-ofctl del-flows br-int "table=101, priority=4" --strict [root@ecm0001 ~ ]# ovs-ofctl dump-flows br-int table=101 cookie=0xf0a0a9ad507bdecd, duration=11771.043s, table=101, n_packets=11739, n_bytes=1129502, priority=5,in_port="tap871a016c-4d" actions=resubmit(,102) cookie=0xf0a0a9ad507bdecd, duration=11766.134s, table=101, n_packets=3944, n_bytes=213032, priority=5,in_port="ha-90a95544-87" actions=resubmit(,102) cookie=0x0, duration=6412.506s, table=101, n_packets=1095574, n_bytes=199769035, priority=4 actions=NORMAL cookie=0x0, duration=202.736s, table=101, n_packets=0, n_bytes=0, priority=0 actions=NORMAL [root@ecm0001 ~ ]# ovs-ofctl del-flows br-int "table=101, priority=0" --strict [root@ecm0001 ~ ]# ovs-ofctl dump-flows br-int table=101 cookie=0xf0a0a9ad507bdecd, duration=11771.043s, table=101, n_packets=11739, n_bytes=1129502, priority=5,in_port="tap871a016c-4d" actions=resubmit(,102) cookie=0xf0a0a9ad507bdecd, duration=11766.134s, table=101, n_packets=3944, n_bytes=213032, priority=5,in_port="ha-90a95544-87" actions=resubmit(,102) cookie=0x0, duration=6412.506s, table=101, n_packets=1095574, n_bytes=199769035, priority=4 actions=NORMAL