[ovirt-users] oVIRT 4 / OVN / Communication issues of instances between nodes.
Devin Acosta
devin at pabstatencio.com
Tue Dec 6 15:49:59 UTC 2016
Lance,
I have attached the output of each into different files. I really
appreciate your help very much.
--
Devin Acosta
Red Hat Certified Architect, LinuxStack
devin at linuxguru.co
On Tue, Dec 6, 2016 at 7:36 AM, Lance Richardson <lrichard at redhat.com>
wrote:
> > From: "Devin Acosta" <devin at pabstatencio.com>
> > To: "Lance Richardson" <lrichard at redhat.com>
> > Cc: "Marcin Mirecki" <mmirecki at redhat.com>, "users" <Users at ovirt.org>
> > Sent: Monday, December 5, 2016 11:28:17 PM
> > Subject: Re: [ovirt-users] oVIRT 4 / OVN / Communication issues of
> instances between nodes.
> >
> > Lance,
> >
> > Well I installed the new kernel module and it cleared up a lot of the
> > errors I was seeing in the log, but what I notice is that I still can't
> > ping instances between hosts. I'm starting to wonder am I missing
> > something fundamental here? I don't see anything in the ovs-vswitchd.log
> to
> > show tunnel?
> >
>
> Hi Devin,
>
> OK, some small progress then. I think the best next step would be to look
> at the current state of your system. Could you send the output of the
> following commands?
>
> On the nodes running ovn-controller:
>
> ps -fwwC ovn-controller
> ovs-vsctl show
> ovs-dpctl show -s
> ovs-ofctl -O OpenFlow13 dump-flows br-int
>
> On the node running ovn-northd:
>
> ovn-sbctl show
> ovn-sbctl dump-flows
>
> Thanks,
>
> Lance
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ovirt.org/pipermail/users/attachments/20161206/e1ffd905/attachment-0001.html>
-------------- next part --------------
[root at dev001-022-002 ~]# ovn-sbctl show
Chassis "c0dc0909-4274-400d-826e-82348fee47e9"
hostname: "las01-902-001.dev.mosaic451.com"
Encap geneve
ip: "172.10.10.73"
options: {csum="true"}
Chassis "252778b5-bc63-486d-8d82-c3e4350ee650"
hostname: "las01-902-003.dev.mosaic451.com"
Encap geneve
ip: "172.10.10.75"
options: {csum="true"}
Port_Binding "34fd5a0d-28c6-47a8-8230-bb0c398af271"
Port_Binding "937595fd-c8db-43ff-babb-ebf566e407f6"
Chassis "45694909-7882-4d7a-948a-bdf34e6472cb"
hostname: "las01-902-002.dev.mosaic451.com"
Encap geneve
ip: "172.10.10.74"
options: {csum="true"}
Port_Binding "56432d2b-a96d-4ac7-b0e9-3450a006e1d4"
[root at dev001-022-002 ~]# ovn-sbctl dump-flows
Datapath: "devins-net" (605b5285-46cd-42d6-b611-94ad4bb5516d) Pipeline: ingress
table=0 (ls_in_port_sec_l2 ), priority=100 , match=(eth.src[40]), action=(drop;)
table=0 (ls_in_port_sec_l2 ), priority=100 , match=(vlan.present), action=(drop;)
table=0 (ls_in_port_sec_l2 ), priority=50 , match=(inport == "6b289418-8b8e-42b4-8334-c71584afcd3e"), action=(next;)
table=0 (ls_in_port_sec_l2 ), priority=50 , match=(inport == "6cc29f8b-2746-4701-bbaa-10409f6ae6e2"), action=(next;)
table=0 (ls_in_port_sec_l2 ), priority=50 , match=(inport == "71ef81f1-7c20-4c68-b536-d274703f7541"), action=(next;)
table=0 (ls_in_port_sec_l2 ), priority=50 , match=(inport == "91d4f4f5-4b9f-42c0-aa2c-8a101474bb84"), action=(next;)
table=1 (ls_in_port_sec_ip ), priority=0 , match=(1), action=(next;)
table=2 (ls_in_port_sec_nd ), priority=0 , match=(1), action=(next;)
table=3 (ls_in_pre_acl ), priority=0 , match=(1), action=(next;)
table=4 (ls_in_pre_lb ), priority=0 , match=(1), action=(next;)
table=5 (ls_in_pre_stateful ), priority=100 , match=(reg0[0] == 1), action=(ct_next;)
table=5 (ls_in_pre_stateful ), priority=0 , match=(1), action=(next;)
table=6 (ls_in_acl ), priority=0 , match=(1), action=(next;)
table=7 (ls_in_qos_mark ), priority=0 , match=(1), action=(next;)
table=8 (ls_in_lb ), priority=0 , match=(1), action=(next;)
table=9 (ls_in_stateful ), priority=100 , match=(reg0[1] == 1), action=(ct_commit(ct_label=0/1); next;)
table=9 (ls_in_stateful ), priority=100 , match=(reg0[2] == 1), action=(ct_lb;)
table=9 (ls_in_stateful ), priority=0 , match=(1), action=(next;)
table=10(ls_in_arp_rsp ), priority=0 , match=(1), action=(next;)
table=11(ls_in_dhcp_options ), priority=100 , match=(inport == "6b289418-8b8e-42b4-8334-c71584afcd3e" && eth.src == 00:1a:4a:16:01:5c && ip4.src == 0.0.0.0 && ip4.dst == 255.255.255.255 && udp.src == 68 && udp.dst == 67), action=(reg0[3] = put_dhcp_opts(offerip = 10.10.10.4, netmask = 255.255.255.0, router = 10.10.10.1, server_id = 10.10.10.0, lease_time = 4294967295); next;)
table=11(ls_in_dhcp_options ), priority=100 , match=(inport == "6cc29f8b-2746-4701-bbaa-10409f6ae6e2" && eth.src == 00:1a:4a:16:01:62 && ip4.src == 0.0.0.0 && ip4.dst == 255.255.255.255 && udp.src == 68 && udp.dst == 67), action=(reg0[3] = put_dhcp_opts(offerip = 10.10.10.5, netmask = 255.255.255.0, router = 10.10.10.1, server_id = 10.10.10.0, lease_time = 4294967295); next;)
table=11(ls_in_dhcp_options ), priority=100 , match=(inport == "71ef81f1-7c20-4c68-b536-d274703f7541" && eth.src == 00:1a:4a:16:01:61 && ip4.src == 0.0.0.0 && ip4.dst == 255.255.255.255 && udp.src == 68 && udp.dst == 67), action=(reg0[3] = put_dhcp_opts(offerip = 10.10.10.3, netmask = 255.255.255.0, router = 10.10.10.1, server_id = 10.10.10.0, lease_time = 4294967295); next;)
table=11(ls_in_dhcp_options ), priority=100 , match=(inport == "91d4f4f5-4b9f-42c0-aa2c-8a101474bb84" && eth.src == 00:1a:4a:16:01:5e && ip4.src == 0.0.0.0 && ip4.dst == 255.255.255.255 && udp.src == 68 && udp.dst == 67), action=(reg0[3] = put_dhcp_opts(offerip = 10.10.10.2, netmask = 255.255.255.0, router = 10.10.10.1, server_id = 10.10.10.0, lease_time = 4294967295); next;)
table=11(ls_in_dhcp_options ), priority=0 , match=(1), action=(next;)
table=12(ls_in_dhcp_response), priority=100 , match=(inport == "6b289418-8b8e-42b4-8334-c71584afcd3e" && eth.src == 00:1a:4a:16:01:5c && ip4.src == 0.0.0.0 && ip4.dst == 255.255.255.255 && udp.src == 68 && udp.dst == 67 && reg0[3]), action=(eth.dst = eth.src; eth.src = de:ad:be:ef:fe:ed; ip4.dst = 10.10.10.4; ip4.src = 10.10.10.0; udp.src = 67; udp.dst = 68; outport = inport; flags.loopback = 1; output;)
table=12(ls_in_dhcp_response), priority=100 , match=(inport == "6cc29f8b-2746-4701-bbaa-10409f6ae6e2" && eth.src == 00:1a:4a:16:01:62 && ip4.src == 0.0.0.0 && ip4.dst == 255.255.255.255 && udp.src == 68 && udp.dst == 67 && reg0[3]), action=(eth.dst = eth.src; eth.src = de:ad:be:ef:fe:ed; ip4.dst = 10.10.10.5; ip4.src = 10.10.10.0; udp.src = 67; udp.dst = 68; outport = inport; flags.loopback = 1; output;)
table=12(ls_in_dhcp_response), priority=100 , match=(inport == "71ef81f1-7c20-4c68-b536-d274703f7541" && eth.src == 00:1a:4a:16:01:61 && ip4.src == 0.0.0.0 && ip4.dst == 255.255.255.255 && udp.src == 68 && udp.dst == 67 && reg0[3]), action=(eth.dst = eth.src; eth.src = de:ad:be:ef:fe:ed; ip4.dst = 10.10.10.3; ip4.src = 10.10.10.0; udp.src = 67; udp.dst = 68; outport = inport; flags.loopback = 1; output;)
table=12(ls_in_dhcp_response), priority=100 , match=(inport == "91d4f4f5-4b9f-42c0-aa2c-8a101474bb84" && eth.src == 00:1a:4a:16:01:5e && ip4.src == 0.0.0.0 && ip4.dst == 255.255.255.255 && udp.src == 68 && udp.dst == 67 && reg0[3]), action=(eth.dst = eth.src; eth.src = de:ad:be:ef:fe:ed; ip4.dst = 10.10.10.2; ip4.src = 10.10.10.0; udp.src = 67; udp.dst = 68; outport = inport; flags.loopback = 1; output;)
table=12(ls_in_dhcp_response), priority=0 , match=(1), action=(next;)
table=13(ls_in_l2_lkup ), priority=100 , match=(eth.mcast), action=(outport = "_MC_flood"; output;)
table=13(ls_in_l2_lkup ), priority=50 , match=(eth.dst == 00:1a:4a:16:01:5c), action=(outport = "6b289418-8b8e-42b4-8334-c71584afcd3e"; output;)
table=13(ls_in_l2_lkup ), priority=50 , match=(eth.dst == 00:1a:4a:16:01:5e), action=(outport = "91d4f4f5-4b9f-42c0-aa2c-8a101474bb84"; output;)
table=13(ls_in_l2_lkup ), priority=50 , match=(eth.dst == 00:1a:4a:16:01:61), action=(outport = "71ef81f1-7c20-4c68-b536-d274703f7541"; output;)
table=13(ls_in_l2_lkup ), priority=50 , match=(eth.dst == 00:1a:4a:16:01:62), action=(outport = "6cc29f8b-2746-4701-bbaa-10409f6ae6e2"; output;)
Datapath: "devins-net" (605b5285-46cd-42d6-b611-94ad4bb5516d) Pipeline: egress
table=0 (ls_out_pre_lb ), priority=0 , match=(1), action=(next;)
table=1 (ls_out_pre_acl ), priority=0 , match=(1), action=(next;)
table=2 (ls_out_pre_stateful), priority=100 , match=(reg0[0] == 1), action=(ct_next;)
table=2 (ls_out_pre_stateful), priority=0 , match=(1), action=(next;)
table=3 (ls_out_lb ), priority=0 , match=(1), action=(next;)
table=4 (ls_out_acl ), priority=34000, match=(outport == "6b289418-8b8e-42b4-8334-c71584afcd3e" && eth.src == de:ad:be:ef:fe:ed && ip4.src == 10.10.10.0 && udp && udp.src == 67 && udp.dst == 68), action=(next;)
table=4 (ls_out_acl ), priority=34000, match=(outport == "6cc29f8b-2746-4701-bbaa-10409f6ae6e2" && eth.src == de:ad:be:ef:fe:ed && ip4.src == 10.10.10.0 && udp && udp.src == 67 && udp.dst == 68), action=(next;)
table=4 (ls_out_acl ), priority=34000, match=(outport == "71ef81f1-7c20-4c68-b536-d274703f7541" && eth.src == de:ad:be:ef:fe:ed && ip4.src == 10.10.10.0 && udp && udp.src == 67 && udp.dst == 68), action=(next;)
table=4 (ls_out_acl ), priority=34000, match=(outport == "91d4f4f5-4b9f-42c0-aa2c-8a101474bb84" && eth.src == de:ad:be:ef:fe:ed && ip4.src == 10.10.10.0 && udp && udp.src == 67 && udp.dst == 68), action=(next;)
table=4 (ls_out_acl ), priority=0 , match=(1), action=(next;)
table=5 (ls_out_qos_mark ), priority=0 , match=(1), action=(next;)
table=6 (ls_out_stateful ), priority=100 , match=(reg0[1] == 1), action=(ct_commit(ct_label=0/1); next;)
table=6 (ls_out_stateful ), priority=100 , match=(reg0[2] == 1), action=(ct_lb;)
table=6 (ls_out_stateful ), priority=0 , match=(1), action=(next;)
table=7 (ls_out_port_sec_ip ), priority=0 , match=(1), action=(next;)
table=8 (ls_out_port_sec_l2 ), priority=100 , match=(eth.mcast), action=(output;)
table=8 (ls_out_port_sec_l2 ), priority=50 , match=(outport == "6b289418-8b8e-42b4-8334-c71584afcd3e"), action=(output;)
table=8 (ls_out_port_sec_l2 ), priority=50 , match=(outport == "6cc29f8b-2746-4701-bbaa-10409f6ae6e2"), action=(output;)
table=8 (ls_out_port_sec_l2 ), priority=50 , match=(outport == "71ef81f1-7c20-4c68-b536-d274703f7541"), action=(output;)
table=8 (ls_out_port_sec_l2 ), priority=50 , match=(outport == "91d4f4f5-4b9f-42c0-aa2c-8a101474bb84"), action=(output;)
Datapath: "devin-new-net" (69c24ece-8823-4e33-9521-7fa4594280aa) Pipeline: ingress
table=0 (ls_in_port_sec_l2 ), priority=100 , match=(eth.src[40]), action=(drop;)
table=0 (ls_in_port_sec_l2 ), priority=100 , match=(vlan.present), action=(drop;)
table=0 (ls_in_port_sec_l2 ), priority=50 , match=(inport == "34fd5a0d-28c6-47a8-8230-bb0c398af271"), action=(next;)
table=0 (ls_in_port_sec_l2 ), priority=50 , match=(inport == "56432d2b-a96d-4ac7-b0e9-3450a006e1d4"), action=(next;)
table=0 (ls_in_port_sec_l2 ), priority=50 , match=(inport == "937595fd-c8db-43ff-babb-ebf566e407f6"), action=(next;)
table=1 (ls_in_port_sec_ip ), priority=0 , match=(1), action=(next;)
table=2 (ls_in_port_sec_nd ), priority=0 , match=(1), action=(next;)
table=3 (ls_in_pre_acl ), priority=0 , match=(1), action=(next;)
table=4 (ls_in_pre_lb ), priority=0 , match=(1), action=(next;)
table=5 (ls_in_pre_stateful ), priority=100 , match=(reg0[0] == 1), action=(ct_next;)
table=5 (ls_in_pre_stateful ), priority=0 , match=(1), action=(next;)
table=6 (ls_in_acl ), priority=0 , match=(1), action=(next;)
table=7 (ls_in_qos_mark ), priority=0 , match=(1), action=(next;)
table=8 (ls_in_lb ), priority=0 , match=(1), action=(next;)
table=9 (ls_in_stateful ), priority=100 , match=(reg0[1] == 1), action=(ct_commit(ct_label=0/1); next;)
table=9 (ls_in_stateful ), priority=100 , match=(reg0[2] == 1), action=(ct_lb;)
table=9 (ls_in_stateful ), priority=0 , match=(1), action=(next;)
table=10(ls_in_arp_rsp ), priority=100 , match=(arp.tpa == 10.20.20.2 && arp.op == 1 && inport == "56432d2b-a96d-4ac7-b0e9-3450a006e1d4"), action=(next;)
table=10(ls_in_arp_rsp ), priority=100 , match=(arp.tpa == 10.20.20.3 && arp.op == 1 && inport == "937595fd-c8db-43ff-babb-ebf566e407f6"), action=(next;)
table=10(ls_in_arp_rsp ), priority=100 , match=(arp.tpa == 10.20.20.4 && arp.op == 1 && inport == "34fd5a0d-28c6-47a8-8230-bb0c398af271"), action=(next;)
table=10(ls_in_arp_rsp ), priority=50 , match=(arp.tpa == 10.20.20.2 && arp.op == 1), action=(eth.dst = eth.src; eth.src = 00:1a:4a:16:01:64; arp.op = 2; /* ARP reply */ arp.tha = arp.sha; arp.sha = 00:1a:4a:16:01:64; arp.tpa = arp.spa; arp.spa = 10.20.20.2; outport = inport; flags.loopback = 1; output;)
table=10(ls_in_arp_rsp ), priority=50 , match=(arp.tpa == 10.20.20.3 && arp.op == 1), action=(eth.dst = eth.src; eth.src = 00:1a:4a:16:01:65; arp.op = 2; /* ARP reply */ arp.tha = arp.sha; arp.sha = 00:1a:4a:16:01:65; arp.tpa = arp.spa; arp.spa = 10.20.20.3; outport = inport; flags.loopback = 1; output;)
table=10(ls_in_arp_rsp ), priority=50 , match=(arp.tpa == 10.20.20.4 && arp.op == 1), action=(eth.dst = eth.src; eth.src = 00:1a:4a:16:01:5c; arp.op = 2; /* ARP reply */ arp.tha = arp.sha; arp.sha = 00:1a:4a:16:01:5c; arp.tpa = arp.spa; arp.spa = 10.20.20.4; outport = inport; flags.loopback = 1; output;)
table=10(ls_in_arp_rsp ), priority=0 , match=(1), action=(next;)
table=11(ls_in_dhcp_options ), priority=100 , match=(inport == "34fd5a0d-28c6-47a8-8230-bb0c398af271" && eth.src == 00:1a:4a:16:01:5c && ip4.src == 0.0.0.0 && ip4.dst == 255.255.255.255 && udp.src == 68 && udp.dst == 67), action=(reg0[3] = put_dhcp_opts(offerip = 10.20.20.4, netmask = 255.255.255.0, router = 10.20.20.1, server_id = 10.20.20.0, lease_time = 86400); next;)
table=11(ls_in_dhcp_options ), priority=100 , match=(inport == "56432d2b-a96d-4ac7-b0e9-3450a006e1d4" && eth.src == 00:1a:4a:16:01:64 && ip4.src == 0.0.0.0 && ip4.dst == 255.255.255.255 && udp.src == 68 && udp.dst == 67), action=(reg0[3] = put_dhcp_opts(offerip = 10.20.20.2, netmask = 255.255.255.0, router = 10.20.20.1, server_id = 10.20.20.0, lease_time = 86400); next;)
table=11(ls_in_dhcp_options ), priority=100 , match=(inport == "937595fd-c8db-43ff-babb-ebf566e407f6" && eth.src == 00:1a:4a:16:01:65 && ip4.src == 0.0.0.0 && ip4.dst == 255.255.255.255 && udp.src == 68 && udp.dst == 67), action=(reg0[3] = put_dhcp_opts(offerip = 10.20.20.3, netmask = 255.255.255.0, router = 10.20.20.1, server_id = 10.20.20.0, lease_time = 86400); next;)
table=11(ls_in_dhcp_options ), priority=0 , match=(1), action=(next;)
table=12(ls_in_dhcp_response), priority=100 , match=(inport == "34fd5a0d-28c6-47a8-8230-bb0c398af271" && eth.src == 00:1a:4a:16:01:5c && ip4.src == 0.0.0.0 && ip4.dst == 255.255.255.255 && udp.src == 68 && udp.dst == 67 && reg0[3]), action=(eth.dst = eth.src; eth.src = 02:00:00:00:00:00; ip4.dst = 10.20.20.4; ip4.src = 10.20.20.0; udp.src = 67; udp.dst = 68; outport = inport; flags.loopback = 1; output;)
table=12(ls_in_dhcp_response), priority=100 , match=(inport == "56432d2b-a96d-4ac7-b0e9-3450a006e1d4" && eth.src == 00:1a:4a:16:01:64 && ip4.src == 0.0.0.0 && ip4.dst == 255.255.255.255 && udp.src == 68 && udp.dst == 67 && reg0[3]), action=(eth.dst = eth.src; eth.src = 02:00:00:00:00:00; ip4.dst = 10.20.20.2; ip4.src = 10.20.20.0; udp.src = 67; udp.dst = 68; outport = inport; flags.loopback = 1; output;)
table=12(ls_in_dhcp_response), priority=100 , match=(inport == "937595fd-c8db-43ff-babb-ebf566e407f6" && eth.src == 00:1a:4a:16:01:65 && ip4.src == 0.0.0.0 && ip4.dst == 255.255.255.255 && udp.src == 68 && udp.dst == 67 && reg0[3]), action=(eth.dst = eth.src; eth.src = 02:00:00:00:00:00; ip4.dst = 10.20.20.3; ip4.src = 10.20.20.0; udp.src = 67; udp.dst = 68; outport = inport; flags.loopback = 1; output;)
table=12(ls_in_dhcp_response), priority=0 , match=(1), action=(next;)
table=13(ls_in_l2_lkup ), priority=100 , match=(eth.mcast), action=(outport = "_MC_flood"; output;)
table=13(ls_in_l2_lkup ), priority=50 , match=(eth.dst == 00:1a:4a:16:01:5c), action=(outport = "34fd5a0d-28c6-47a8-8230-bb0c398af271"; output;)
table=13(ls_in_l2_lkup ), priority=50 , match=(eth.dst == 00:1a:4a:16:01:64), action=(outport = "56432d2b-a96d-4ac7-b0e9-3450a006e1d4"; output;)
table=13(ls_in_l2_lkup ), priority=50 , match=(eth.dst == 00:1a:4a:16:01:65), action=(outport = "937595fd-c8db-43ff-babb-ebf566e407f6"; output;)
Datapath: "devin-new-net" (69c24ece-8823-4e33-9521-7fa4594280aa) Pipeline: egress
table=0 (ls_out_pre_lb ), priority=0 , match=(1), action=(next;)
table=1 (ls_out_pre_acl ), priority=0 , match=(1), action=(next;)
table=2 (ls_out_pre_stateful), priority=100 , match=(reg0[0] == 1), action=(ct_next;)
table=2 (ls_out_pre_stateful), priority=0 , match=(1), action=(next;)
table=3 (ls_out_lb ), priority=0 , match=(1), action=(next;)
table=4 (ls_out_acl ), priority=34000, match=(outport == "34fd5a0d-28c6-47a8-8230-bb0c398af271" && eth.src == 02:00:00:00:00:00 && ip4.src == 10.20.20.0 && udp && udp.src == 67 && udp.dst == 68), action=(next;)
table=4 (ls_out_acl ), priority=34000, match=(outport == "56432d2b-a96d-4ac7-b0e9-3450a006e1d4" && eth.src == 02:00:00:00:00:00 && ip4.src == 10.20.20.0 && udp && udp.src == 67 && udp.dst == 68), action=(next;)
table=4 (ls_out_acl ), priority=34000, match=(outport == "937595fd-c8db-43ff-babb-ebf566e407f6" && eth.src == 02:00:00:00:00:00 && ip4.src == 10.20.20.0 && udp && udp.src == 67 && udp.dst == 68), action=(next;)
table=4 (ls_out_acl ), priority=0 , match=(1), action=(next;)
table=5 (ls_out_qos_mark ), priority=0 , match=(1), action=(next;)
table=6 (ls_out_stateful ), priority=100 , match=(reg0[1] == 1), action=(ct_commit(ct_label=0/1); next;)
table=6 (ls_out_stateful ), priority=100 , match=(reg0[2] == 1), action=(ct_lb;)
table=6 (ls_out_stateful ), priority=0 , match=(1), action=(next;)
table=7 (ls_out_port_sec_ip ), priority=0 , match=(1), action=(next;)
table=8 (ls_out_port_sec_l2 ), priority=100 , match=(eth.mcast), action=(output;)
table=8 (ls_out_port_sec_l2 ), priority=50 , match=(outport == "34fd5a0d-28c6-47a8-8230-bb0c398af271"), action=(output;)
table=8 (ls_out_port_sec_l2 ), priority=50 , match=(outport == "56432d2b-a96d-4ac7-b0e9-3450a006e1d4"), action=(output;)
table=8 (ls_out_port_sec_l2 ), priority=50 , match=(outport == "937595fd-c8db-43ff-babb-ebf566e407f6"), action=(output;)
-------------- next part --------------
[root at las01-902-001 ~]# ps -fwwC ovn-controller
UID PID PPID C STIME TTY TIME CMD
root 24411 24410 0 Dec05 ? 00:00:06 ovn-controller unix:/var/run/openvswitch/db.sock -vconsole:emer -vsyslog:err -vfile:info --no-chdir --log-file=/var/log/openvswitch/ovn-controller.log --pidfile=/var/run/openvswitch/ovn-controller.pid --detach --monitor
[root at las01-902-001 ~]# ovs-vsctl show
4c817c66-9842-471d-b53a-963e27e3364f
Bridge br-int
fail_mode: secure
Port "ovn-252778-0"
Interface "ovn-252778-0"
type: geneve
options: {csum="true", key=flow, remote_ip="172.10.10.75"}
Port "ovn-456949-0"
Interface "ovn-456949-0"
type: geneve
options: {csum="true", key=flow, remote_ip="172.10.10.74"}
Port br-int
Interface br-int
type: internal
ovs_version: "2.6.90"
[root at las01-902-001 ~]# ovs-dpctl show -s
system at ovs-system:
lookups: hit:12 missed:12 lost:0
flows: 0
masks: hit:18 total:0 hit/pkt:0.75
port 0: ovs-system (internal)
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 aborted:0 carrier:0
collisions:0
RX bytes:0 TX bytes:0
port 2: br-int (internal)
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 aborted:0 carrier:0
collisions:0
RX bytes:0 TX bytes:0
port 4: genev_sys_6081 (geneve)
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:16 aborted:0 carrier:0
collisions:0
RX bytes:0 TX bytes:0
[root at las01-902-001 ~]# ovs-ofctl -O OpenFlow13 dump-flows br-int
OFPST_FLOW reply (OF1.3) (xid=0x2):
cookie=0x0, duration=60913.132s, table=0, n_packets=0, n_bytes=0, priority=100,in_port=2 actions=move:NXM_NX_TUN_ID[0..23]->OXM_OF_METADATA[0..23],move:NXM_NX_TUN_METADATA0[16..30]->NXM_NX_REG14[0..14],move:NXM_NX_TUN_METADATA0[0..15]->NXM_NX_REG15[0..15],resubmit(,33)
cookie=0x0, duration=38672.486s, table=0, n_packets=0, n_bytes=0, priority=100,in_port=4 actions=move:NXM_NX_TUN_ID[0..23]->OXM_OF_METADATA[0..23],move:NXM_NX_TUN_METADATA0[16..30]->NXM_NX_REG14[0..14],move:NXM_NX_TUN_METADATA0[0..15]->NXM_NX_REG15[0..15],resubmit(,33)
cookie=0x0, duration=59534.634s, table=32, n_packets=0, n_bytes=0, priority=100,reg15=0xffff,metadata=0x1 actions=load:0x1->NXM_NX_TUN_ID[0..23],set_field:0xffff/0xffffffff->tun_metadata0,move:NXM_NX_REG14[0..14]->NXM_NX_TUN_METADATA0[16..30],output:4,output:2
cookie=0x0, duration=60913.132s, table=32, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,33)
cookie=0x0, duration=60913.132s, table=34, n_packets=0, n_bytes=0, priority=0 actions=set_field:0->reg0,set_field:0->reg1,set_field:0->reg2,set_field:0->reg3,set_field:0->reg4,set_field:0->reg5,set_field:0->reg6,set_field:0->reg7,set_field:0->reg8,set_field:0->reg9,resubmit(,48)
cookie=0x0, duration=60913.132s, table=64, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,65)
-------------- next part --------------
[root at ovirt-node2 ~]# ps -fwwC ovn-controller
UID PID PPID C STIME TTY TIME CMD
root 11763 11762 0 05:01 ? 00:00:14 ovn-controller unix:/var/run/openvswitch/db.sock -vconsole:emer -vsyslog:err -vfile:info --no-chdir --log-file=/var/log/openvswitch/ovn-controller.log --pidfile=/var/run/openvswitch/ovn-controller.pid --detach --monitor
[root at ovirt-node2 ~]# ovs-vsctl show
c9653e11-c913-4bd3-851b-f728c112fb98
Bridge br-int
fail_mode: secure
Port "vnet0"
Interface "vnet0"
Port br-int
Interface br-int
type: internal
Port "ovn-252778-0"
Interface "ovn-252778-0"
type: geneve
options: {csum="true", key=flow, remote_ip="172.10.10.75"}
Port "ovn-c0dc09-0"
Interface "ovn-c0dc09-0"
type: geneve
options: {csum="true", key=flow, remote_ip="172.10.10.73"}
ovs_version: "2.6.90"
system at ovs-system:
lookups: hit:133 missed:62 lost:0
flows: 0
masks: hit:172 total:0 hit/pkt:0.88
port 0: ovs-system (internal)
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 aborted:0 carrier:0
collisions:0
RX bytes:0 TX bytes:0
port 1: vnet0
RX packets:92 errors:0 dropped:0 overruns:0 frame:0
TX packets:17 errors:0 dropped:0 aborted:0 carrier:0
collisions:0
RX bytes:8676 (8.5 KiB) TX bytes:1246 (1.2 KiB)
port 2: br-int (internal)
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 aborted:0 carrier:0
collisions:0
RX bytes:0 TX bytes:0
port 3: genev_sys_6081 (geneve)
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:6 errors:0 dropped:16 aborted:0 carrier:0
collisions:0
RX bytes:0 TX bytes:504
[root at ovirt-node2 ~]# ovs-ofctl -O OpenFlow13 dump-flows br-int
OFPST_FLOW reply (OF1.3) (xid=0x2):
cookie=0x0, duration=38570.180s, table=0, n_packets=0, n_bytes=0, priority=100,in_port=7 actions=move:NXM_NX_TUN_ID[0..23]->OXM_OF_METADATA[0..23],move:NXM_NX_TUN_METADATA0[16..30]->NXM_NX_REG14[0..14],move:NXM_NX_TUN_METADATA0[0..15]->NXM_NX_REG15[0..15],resubmit(,33)
cookie=0x0, duration=38570.180s, table=0, n_packets=8, n_bytes=672, priority=100,in_port=5 actions=set_field:0x1->reg13,set_field:0x1->metadata,set_field:0x1->reg14,resubmit(,16)
cookie=0x0, duration=38570.180s, table=0, n_packets=0, n_bytes=0, priority=100,in_port=6 actions=move:NXM_NX_TUN_ID[0..23]->OXM_OF_METADATA[0..23],move:NXM_NX_TUN_METADATA0[16..30]->NXM_NX_REG14[0..14],move:NXM_NX_TUN_METADATA0[0..15]->NXM_NX_REG15[0..15],resubmit(,33)
cookie=0x0, duration=38570.180s, table=16, n_packets=0, n_bytes=0, priority=100,metadata=0x1,dl_src=01:00:00:00:00:00/01:00:00:00:00:00 actions=drop
cookie=0x0, duration=38570.180s, table=16, n_packets=0, n_bytes=0, priority=100,metadata=0x1,vlan_tci=0x1000/0x1000 actions=drop
cookie=0x0, duration=38570.180s, table=16, n_packets=0, n_bytes=0, priority=50,reg14=0x2,metadata=0x1 actions=resubmit(,17)
cookie=0x0, duration=38570.180s, table=16, n_packets=0, n_bytes=0, priority=50,reg14=0x3,metadata=0x1 actions=resubmit(,17)
cookie=0x0, duration=38570.180s, table=16, n_packets=8, n_bytes=672, priority=50,reg14=0x1,metadata=0x1 actions=resubmit(,17)
cookie=0x0, duration=38570.180s, table=17, n_packets=8, n_bytes=672, priority=0,metadata=0x1 actions=resubmit(,18)
cookie=0x0, duration=38570.180s, table=18, n_packets=8, n_bytes=672, priority=0,metadata=0x1 actions=resubmit(,19)
cookie=0x0, duration=38570.180s, table=19, n_packets=8, n_bytes=672, priority=0,metadata=0x1 actions=resubmit(,20)
cookie=0x0, duration=38570.180s, table=20, n_packets=8, n_bytes=672, priority=0,metadata=0x1 actions=resubmit(,21)
cookie=0x0, duration=38570.180s, table=21, n_packets=0, n_bytes=0, priority=100,ipv6,reg0=0x1/0x1,metadata=0x1 actions=ct(table=22,zone=NXM_NX_REG13[0..15])
cookie=0x0, duration=38570.180s, table=21, n_packets=0, n_bytes=0, priority=100,ip,reg0=0x1/0x1,metadata=0x1 actions=ct(table=22,zone=NXM_NX_REG13[0..15])
cookie=0x0, duration=38570.180s, table=21, n_packets=8, n_bytes=672, priority=0,metadata=0x1 actions=resubmit(,22)
cookie=0x0, duration=38570.180s, table=22, n_packets=8, n_bytes=672, priority=0,metadata=0x1 actions=resubmit(,23)
cookie=0x0, duration=38570.180s, table=23, n_packets=8, n_bytes=672, priority=0,metadata=0x1 actions=resubmit(,24)
cookie=0x0, duration=38570.180s, table=24, n_packets=8, n_bytes=672, priority=0,metadata=0x1 actions=resubmit(,25)
cookie=0x0, duration=38570.180s, table=25, n_packets=0, n_bytes=0, priority=100,ipv6,reg0=0x4/0x4,metadata=0x1 actions=ct(table=26,zone=NXM_NX_REG13[0..15],nat)
cookie=0x0, duration=38570.180s, table=25, n_packets=0, n_bytes=0, priority=100,ip,reg0=0x4/0x4,metadata=0x1 actions=ct(table=26,zone=NXM_NX_REG13[0..15],nat)
cookie=0x0, duration=38570.180s, table=25, n_packets=0, n_bytes=0, priority=100,ip,reg0=0x2/0x2,metadata=0x1 actions=ct(commit,zone=NXM_NX_REG13[0..15],exec(load:0->NXM_NX_CT_LABEL[0])),resubmit(,26)
cookie=0x0, duration=38570.180s, table=25, n_packets=0, n_bytes=0, priority=100,ipv6,reg0=0x2/0x2,metadata=0x1 actions=ct(commit,zone=NXM_NX_REG13[0..15],exec(load:0->NXM_NX_CT_LABEL[0])),resubmit(,26)
cookie=0x0, duration=38570.180s, table=25, n_packets=8, n_bytes=672, priority=0,metadata=0x1 actions=resubmit(,26)
cookie=0x0, duration=38570.180s, table=26, n_packets=0, n_bytes=0, priority=100,arp,reg14=0x1,metadata=0x1,arp_tpa=10.20.20.2,arp_op=1 actions=resubmit(,27)
cookie=0x0, duration=38570.180s, table=26, n_packets=0, n_bytes=0, priority=100,arp,reg14=0x3,metadata=0x1,arp_tpa=10.20.20.4,arp_op=1 actions=resubmit(,27)
cookie=0x0, duration=38570.180s, table=26, n_packets=0, n_bytes=0, priority=100,arp,reg14=0x2,metadata=0x1,arp_tpa=10.20.20.3,arp_op=1 actions=resubmit(,27)
cookie=0x0, duration=38570.180s, table=26, n_packets=0, n_bytes=0, priority=50,arp,metadata=0x1,arp_tpa=10.20.20.4,arp_op=1 actions=move:NXM_OF_ETH_SRC[]->NXM_OF_ETH_DST[],set_field:00:1a:4a:16:01:5c->eth_src,set_field:2->arp_op,move:NXM_NX_ARP_SHA[]->NXM_NX_ARP_THA[],set_field:00:1a:4a:16:01:5c->arp_sha,move:NXM_OF_ARP_SPA[]->NXM_OF_ARP_TPA[],set_field:10.20.20.4->arp_spa,move:NXM_NX_REG14[]->NXM_NX_REG15[],load:0x1->NXM_NX_REG10[0],resubmit(,32)
cookie=0x0, duration=38570.180s, table=26, n_packets=2, n_bytes=84, priority=50,arp,metadata=0x1,arp_tpa=10.20.20.3,arp_op=1 actions=move:NXM_OF_ETH_SRC[]->NXM_OF_ETH_DST[],set_field:00:1a:4a:16:01:65->eth_src,set_field:2->arp_op,move:NXM_NX_ARP_SHA[]->NXM_NX_ARP_THA[],set_field:00:1a:4a:16:01:65->arp_sha,move:NXM_OF_ARP_SPA[]->NXM_OF_ARP_TPA[],set_field:10.20.20.3->arp_spa,move:NXM_NX_REG14[]->NXM_NX_REG15[],load:0x1->NXM_NX_REG10[0],resubmit(,32)
cookie=0x0, duration=38570.180s, table=26, n_packets=0, n_bytes=0, priority=50,arp,metadata=0x1,arp_tpa=10.20.20.2,arp_op=1 actions=move:NXM_OF_ETH_SRC[]->NXM_OF_ETH_DST[],set_field:00:1a:4a:16:01:64->eth_src,set_field:2->arp_op,move:NXM_NX_ARP_SHA[]->NXM_NX_ARP_THA[],set_field:00:1a:4a:16:01:64->arp_sha,move:NXM_OF_ARP_SPA[]->NXM_OF_ARP_TPA[],set_field:10.20.20.2->arp_spa,move:NXM_NX_REG14[]->NXM_NX_REG15[],load:0x1->NXM_NX_REG10[0],resubmit(,32)
cookie=0x0, duration=38570.180s, table=26, n_packets=6, n_bytes=588, priority=0,metadata=0x1 actions=resubmit(,27)
cookie=0x0, duration=38570.180s, table=27, n_packets=0, n_bytes=0, priority=100,udp,reg14=0x3,metadata=0x1,dl_src=00:1a:4a:16:01:5c,nw_src=0.0.0.0,nw_dst=255.255.255.255,tp_src=68,tp_dst=67 actions=controller(userdata=00.00.00.02.00.00.00.00.00.01.de.10.00.00.00.63.0a.14.14.04.01.04.ff.ff.ff.00.03.04.0a.14.14.01.36.04.0a.14.14.00.33.04.00.01.51.80,pause),resubmit(,28)
cookie=0x0, duration=38570.180s, table=27, n_packets=0, n_bytes=0, priority=100,udp,reg14=0x2,metadata=0x1,dl_src=00:1a:4a:16:01:65,nw_src=0.0.0.0,nw_dst=255.255.255.255,tp_src=68,tp_dst=67 actions=controller(userdata=00.00.00.02.00.00.00.00.00.01.de.10.00.00.00.63.0a.14.14.03.01.04.ff.ff.ff.00.03.04.0a.14.14.01.36.04.0a.14.14.00.33.04.00.01.51.80,pause),resubmit(,28)
cookie=0x0, duration=38570.180s, table=27, n_packets=0, n_bytes=0, priority=100,udp,reg14=0x1,metadata=0x1,dl_src=00:1a:4a:16:01:64,nw_src=0.0.0.0,nw_dst=255.255.255.255,tp_src=68,tp_dst=67 actions=controller(userdata=00.00.00.02.00.00.00.00.00.01.de.10.00.00.00.63.0a.14.14.02.01.04.ff.ff.ff.00.03.04.0a.14.14.01.36.04.0a.14.14.00.33.04.00.01.51.80,pause),resubmit(,28)
cookie=0x0, duration=38570.180s, table=27, n_packets=6, n_bytes=588, priority=0,metadata=0x1 actions=resubmit(,28)
cookie=0x0, duration=38570.180s, table=28, n_packets=0, n_bytes=0, priority=100,udp,reg0=0x8/0x8,reg14=0x2,metadata=0x1,dl_src=00:1a:4a:16:01:65,nw_src=0.0.0.0,nw_dst=255.255.255.255,tp_src=68,tp_dst=67 actions=move:NXM_OF_ETH_SRC[]->NXM_OF_ETH_DST[],set_field:02:00:00:00:00:00->eth_src,set_field:10.20.20.3->ip_dst,set_field:10.20.20.0->ip_src,set_field:67->udp_src,set_field:68->udp_dst,move:NXM_NX_REG14[]->NXM_NX_REG15[],load:0x1->NXM_NX_REG10[0],resubmit(,32)
cookie=0x0, duration=38570.180s, table=28, n_packets=0, n_bytes=0, priority=100,udp,reg0=0x8/0x8,reg14=0x1,metadata=0x1,dl_src=00:1a:4a:16:01:64,nw_src=0.0.0.0,nw_dst=255.255.255.255,tp_src=68,tp_dst=67 actions=move:NXM_OF_ETH_SRC[]->NXM_OF_ETH_DST[],set_field:02:00:00:00:00:00->eth_src,set_field:10.20.20.2->ip_dst,set_field:10.20.20.0->ip_src,set_field:67->udp_src,set_field:68->udp_dst,move:NXM_NX_REG14[]->NXM_NX_REG15[],load:0x1->NXM_NX_REG10[0],resubmit(,32)
cookie=0x0, duration=38570.180s, table=28, n_packets=0, n_bytes=0, priority=100,udp,reg0=0x8/0x8,reg14=0x3,metadata=0x1,dl_src=00:1a:4a:16:01:5c,nw_src=0.0.0.0,nw_dst=255.255.255.255,tp_src=68,tp_dst=67 actions=move:NXM_OF_ETH_SRC[]->NXM_OF_ETH_DST[],set_field:02:00:00:00:00:00->eth_src,set_field:10.20.20.4->ip_dst,set_field:10.20.20.0->ip_src,set_field:67->udp_src,set_field:68->udp_dst,move:NXM_NX_REG14[]->NXM_NX_REG15[],load:0x1->NXM_NX_REG10[0],resubmit(,32)
cookie=0x0, duration=38570.180s, table=28, n_packets=6, n_bytes=588, priority=0,metadata=0x1 actions=resubmit(,29)
cookie=0x0, duration=38570.180s, table=29, n_packets=0, n_bytes=0, priority=100,metadata=0x1,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00 actions=set_field:0xffff->reg15,resubmit(,32)
cookie=0x0, duration=38570.180s, table=29, n_packets=0, n_bytes=0, priority=50,metadata=0x1,dl_dst=00:1a:4a:16:01:64 actions=set_field:0x1->reg15,resubmit(,32)
cookie=0x0, duration=38570.180s, table=29, n_packets=0, n_bytes=0, priority=50,metadata=0x1,dl_dst=00:1a:4a:16:01:5c actions=set_field:0x3->reg15,resubmit(,32)
cookie=0x0, duration=38570.180s, table=29, n_packets=6, n_bytes=588, priority=50,metadata=0x1,dl_dst=00:1a:4a:16:01:65 actions=set_field:0x2->reg15,resubmit(,32)
cookie=0x0, duration=38570.180s, table=32, n_packets=0, n_bytes=0, priority=150,reg10=0x2/0x2 actions=resubmit(,33)
cookie=0x0, duration=38570.180s, table=32, n_packets=0, n_bytes=0, priority=100,reg15=0x3,metadata=0x1 actions=load:0x1->NXM_NX_TUN_ID[0..23],set_field:0x3/0xffffffff->tun_metadata0,move:NXM_NX_REG14[0..14]->NXM_NX_TUN_METADATA0[16..30],output:7
cookie=0x0, duration=38570.180s, table=32, n_packets=0, n_bytes=0, priority=100,reg15=0xffff,metadata=0x1 actions=load:0x1->NXM_NX_TUN_ID[0..23],set_field:0xffff/0xffffffff->tun_metadata0,move:NXM_NX_REG14[0..14]->NXM_NX_TUN_METADATA0[16..30],output:7,resubmit(,33)
cookie=0x0, duration=38570.180s, table=32, n_packets=6, n_bytes=588, priority=100,reg15=0x2,metadata=0x1 actions=load:0x1->NXM_NX_TUN_ID[0..23],set_field:0x2/0xffffffff->tun_metadata0,move:NXM_NX_REG14[0..14]->NXM_NX_TUN_METADATA0[16..30],output:7
cookie=0x0, duration=38570.180s, table=32, n_packets=2, n_bytes=84, priority=0 actions=resubmit(,33)
cookie=0x0, duration=38570.180s, table=33, n_packets=0, n_bytes=0, priority=100,reg15=0xffff,metadata=0x1 actions=set_field:0x1->reg13,set_field:0x1->reg15,resubmit(,34),set_field:0xffff->reg15
cookie=0x0, duration=38570.180s, table=33, n_packets=2, n_bytes=84, priority=100,reg15=0x1,metadata=0x1 actions=set_field:0x1->reg13,resubmit(,34)
cookie=0x0, duration=38570.180s, table=34, n_packets=0, n_bytes=0, priority=100,reg10=0/0x1,reg14=0x1,reg15=0x1,metadata=0x1 actions=drop
cookie=0x0, duration=38570.180s, table=34, n_packets=2, n_bytes=84, priority=0 actions=set_field:0->reg0,set_field:0->reg1,set_field:0->reg2,set_field:0->reg3,set_field:0->reg4,set_field:0->reg5,set_field:0->reg6,set_field:0->reg7,set_field:0->reg8,set_field:0->reg9,resubmit(,48)
cookie=0x0, duration=38570.180s, table=48, n_packets=2, n_bytes=84, priority=0,metadata=0x1 actions=resubmit(,49)
cookie=0x0, duration=38570.180s, table=49, n_packets=2, n_bytes=84, priority=0,metadata=0x1 actions=resubmit(,50)
cookie=0x0, duration=38570.180s, table=50, n_packets=0, n_bytes=0, priority=100,ipv6,reg0=0x1/0x1,metadata=0x1 actions=ct(table=51,zone=NXM_NX_REG13[0..15])
cookie=0x0, duration=38570.180s, table=50, n_packets=0, n_bytes=0, priority=100,ip,reg0=0x1/0x1,metadata=0x1 actions=ct(table=51,zone=NXM_NX_REG13[0..15])
cookie=0x0, duration=38570.180s, table=50, n_packets=2, n_bytes=84, priority=0,metadata=0x1 actions=resubmit(,51)
cookie=0x0, duration=38570.180s, table=51, n_packets=2, n_bytes=84, priority=0,metadata=0x1 actions=resubmit(,52)
cookie=0x0, duration=38570.180s, table=52, n_packets=0, n_bytes=0, priority=34000,udp,reg15=0x2,metadata=0x1,dl_src=02:00:00:00:00:00,nw_src=10.20.20.0,tp_src=67,tp_dst=68 actions=resubmit(,53)
cookie=0x0, duration=38570.180s, table=52, n_packets=0, n_bytes=0, priority=34000,udp,reg15=0x1,metadata=0x1,dl_src=02:00:00:00:00:00,nw_src=10.20.20.0,tp_src=67,tp_dst=68 actions=resubmit(,53)
cookie=0x0, duration=38570.180s, table=52, n_packets=0, n_bytes=0, priority=34000,udp,reg15=0x3,metadata=0x1,dl_src=02:00:00:00:00:00,nw_src=10.20.20.0,tp_src=67,tp_dst=68 actions=resubmit(,53)
cookie=0x0, duration=38570.180s, table=52, n_packets=2, n_bytes=84, priority=0,metadata=0x1 actions=resubmit(,53)
cookie=0x0, duration=38570.180s, table=53, n_packets=2, n_bytes=84, priority=0,metadata=0x1 actions=resubmit(,54)
cookie=0x0, duration=38570.180s, table=54, n_packets=0, n_bytes=0, priority=100,ipv6,reg0=0x2/0x2,metadata=0x1 actions=ct(commit,zone=NXM_NX_REG13[0..15],exec(load:0->NXM_NX_CT_LABEL[0])),resubmit(,55)
cookie=0x0, duration=38570.180s, table=54, n_packets=0, n_bytes=0, priority=100,ip,reg0=0x2/0x2,metadata=0x1 actions=ct(commit,zone=NXM_NX_REG13[0..15],exec(load:0->NXM_NX_CT_LABEL[0])),resubmit(,55)
cookie=0x0, duration=38570.180s, table=54, n_packets=0, n_bytes=0, priority=100,ipv6,reg0=0x4/0x4,metadata=0x1 actions=ct(table=55,zone=NXM_NX_REG13[0..15],nat)
cookie=0x0, duration=38570.180s, table=54, n_packets=0, n_bytes=0, priority=100,ip,reg0=0x4/0x4,metadata=0x1 actions=ct(table=55,zone=NXM_NX_REG13[0..15],nat)
cookie=0x0, duration=38570.180s, table=54, n_packets=2, n_bytes=84, priority=0,metadata=0x1 actions=resubmit(,55)
cookie=0x0, duration=38570.180s, table=55, n_packets=2, n_bytes=84, priority=0,metadata=0x1 actions=resubmit(,56)
cookie=0x0, duration=38570.180s, table=56, n_packets=0, n_bytes=0, priority=100,metadata=0x1,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00 actions=resubmit(,64)
cookie=0x0, duration=38570.180s, table=56, n_packets=0, n_bytes=0, priority=50,reg15=0x2,metadata=0x1 actions=resubmit(,64)
cookie=0x0, duration=38570.180s, table=56, n_packets=0, n_bytes=0, priority=50,reg15=0x3,metadata=0x1 actions=resubmit(,64)
cookie=0x0, duration=38570.180s, table=56, n_packets=2, n_bytes=84, priority=50,reg15=0x1,metadata=0x1 actions=resubmit(,64)
cookie=0x0, duration=38570.180s, table=64, n_packets=2, n_bytes=84, priority=100,reg10=0x1/0x1,reg15=0x1,metadata=0x1 actions=push:NXM_OF_IN_PORT[],set_field:0->in_port,resubmit(,65),pop:NXM_OF_IN_PORT[]
cookie=0x0, duration=38570.180s, table=64, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,65)
cookie=0x0, duration=38570.180s, table=65, n_packets=2, n_bytes=84, priority=100,reg15=0x1,metadata=0x1 actions=output:51
-------------- next part --------------
[root at ovirt-node3 ~]# ps -fwwC ovn-controller
UID PID PPID C STIME TTY TIME CMD
root 15467 15466 0 Dec05 ? 00:00:48 ovn-controller unix:/var/run/openvswitch/db.sock -vconsole:emer -vsyslog:err -vfile:info --no-chdir --log-file=/var/log/openvswitch/ovn-controller.log --pidfile=/var/run/openvswitch/ovn-controller.pid --detach --monitor
[root at ovirt-node3 ~]# ovs-vsctl show
61af799c-a621-445e-8183-23dcb38ea3cc
Bridge br-int
fail_mode: secure
Port "ovn-c0dc09-0"
Interface "ovn-c0dc09-0"
type: geneve
options: {csum="true", key=flow, remote_ip="172.10.10.73"}
Port "vnet1"
Interface "vnet1"
Port "ovn-456949-0"
Interface "ovn-456949-0"
type: geneve
options: {csum="true", key=flow, remote_ip="172.10.10.74"}
Port "vnet2"
Interface "vnet2"
Port br-int
Interface br-int
type: internal
ovs_version: "2.6.90"
[root at ovirt-node3 ~]# ovs-dpctl show -s
system at ovs-system:
lookups: hit:1049 missed:637 lost:0
flows: 0
masks: hit:1618 total:0 hit/pkt:0.96
port 0: ovs-system (internal)
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 aborted:0 carrier:0
collisions:0
RX bytes:0 TX bytes:0
port 1: br-int (internal)
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 aborted:0 carrier:0
collisions:0
RX bytes:0 TX bytes:0
port 2: genev_sys_6081 (geneve)
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:1295 errors:0 dropped:16 aborted:0 carrier:0
collisions:0
RX bytes:0 TX bytes:171310 (167.3 KiB)
port 4: vnet1
RX packets:16 errors:0 dropped:0 overruns:0 frame:0
TX packets:1617 errors:0 dropped:0 aborted:0 carrier:0
collisions:0
RX bytes:1752 (1.7 KiB) TX bytes:217209 (212.1 KiB)
port 5: vnet2
RX packets:1615 errors:0 dropped:0 overruns:0 frame:0
TX packets:17 errors:0 dropped:0 aborted:0 carrier:0
collisions:0
RX bytes:219136 (214.0 KiB) TX bytes:3510 (3.4 KiB)
[root at ovirt-node3 ~]# ovs-ofctl -O OpenFlow13 dump-flows br-int
OFPST_FLOW reply (OF1.3) (xid=0x2):
cookie=0x0, duration=60649.148s, table=0, n_packets=0, n_bytes=0, priority=100,in_port=4 actions=move:NXM_NX_TUN_ID[0..23]->OXM_OF_METADATA[0..23],move:NXM_NX_TUN_METADATA0[16..30]->NXM_NX_REG14[0..14],move:NXM_NX_TUN_METADATA0[0..15]->NXM_NX_REG15[0..15],resubmit(,33)
cookie=0x0, duration=59039.063s, table=0, n_packets=16, n_bytes=1752, priority=100,in_port=7 actions=set_field:0x2->reg13,set_field:0x1->metadata,set_field:0x2->reg14,resubmit(,16)
cookie=0x0, duration=58960.429s, table=0, n_packets=1617, n_bytes=219450, priority=100,in_port=8 actions=set_field:0x3->reg13,set_field:0x1->metadata,set_field:0x3->reg14,resubmit(,16)
cookie=0x0, duration=38408.489s, table=0, n_packets=0, n_bytes=0, priority=100,in_port=10 actions=move:NXM_NX_TUN_ID[0..23]->OXM_OF_METADATA[0..23],move:NXM_NX_TUN_METADATA0[16..30]->NXM_NX_REG14[0..14],move:NXM_NX_TUN_METADATA0[0..15]->NXM_NX_REG15[0..15],resubmit(,33)
cookie=0x0, duration=59270.642s, table=16, n_packets=0, n_bytes=0, priority=100,metadata=0x1,dl_src=01:00:00:00:00:00/01:00:00:00:00:00 actions=drop
cookie=0x0, duration=59270.642s, table=16, n_packets=0, n_bytes=0, priority=100,metadata=0x1,vlan_tci=0x1000/0x1000 actions=drop
cookie=0x0, duration=59270.642s, table=16, n_packets=12, n_bytes=1416, priority=50,reg14=0x1,metadata=0x1 actions=resubmit(,17)
cookie=0x0, duration=59039.837s, table=16, n_packets=16, n_bytes=1752, priority=50,reg14=0x2,metadata=0x1 actions=resubmit(,17)
cookie=0x0, duration=58961.143s, table=16, n_packets=1617, n_bytes=219450, priority=50,reg14=0x3,metadata=0x1 actions=resubmit(,17)
cookie=0x0, duration=59270.642s, table=17, n_packets=1645, n_bytes=222618, priority=0,metadata=0x1 actions=resubmit(,18)
cookie=0x0, duration=59270.642s, table=18, n_packets=1645, n_bytes=222618, priority=0,metadata=0x1 actions=resubmit(,19)
cookie=0x0, duration=59270.642s, table=19, n_packets=1645, n_bytes=222618, priority=0,metadata=0x1 actions=resubmit(,20)
cookie=0x0, duration=59270.642s, table=20, n_packets=1645, n_bytes=222618, priority=0,metadata=0x1 actions=resubmit(,21)
cookie=0x0, duration=59270.642s, table=21, n_packets=0, n_bytes=0, priority=100,ipv6,reg0=0x1/0x1,metadata=0x1 actions=ct(table=22,zone=NXM_NX_REG13[0..15])
cookie=0x0, duration=59270.642s, table=21, n_packets=0, n_bytes=0, priority=100,ip,reg0=0x1/0x1,metadata=0x1 actions=ct(table=22,zone=NXM_NX_REG13[0..15])
cookie=0x0, duration=59270.642s, table=21, n_packets=1645, n_bytes=222618, priority=0,metadata=0x1 actions=resubmit(,22)
cookie=0x0, duration=59270.642s, table=22, n_packets=1645, n_bytes=222618, priority=0,metadata=0x1 actions=resubmit(,23)
cookie=0x0, duration=59270.642s, table=23, n_packets=1645, n_bytes=222618, priority=0,metadata=0x1 actions=resubmit(,24)
cookie=0x0, duration=59270.642s, table=24, n_packets=1645, n_bytes=222618, priority=0,metadata=0x1 actions=resubmit(,25)
cookie=0x0, duration=59270.642s, table=25, n_packets=0, n_bytes=0, priority=100,ipv6,reg0=0x4/0x4,metadata=0x1 actions=ct(table=26,zone=NXM_NX_REG13[0..15],nat)
cookie=0x0, duration=59270.642s, table=25, n_packets=0, n_bytes=0, priority=100,ip,reg0=0x4/0x4,metadata=0x1 actions=ct(table=26,zone=NXM_NX_REG13[0..15],nat)
cookie=0x0, duration=59270.642s, table=25, n_packets=0, n_bytes=0, priority=100,ip,reg0=0x2/0x2,metadata=0x1 actions=ct(commit,zone=NXM_NX_REG13[0..15],exec(load:0->NXM_NX_CT_LABEL[0])),resubmit(,26)
cookie=0x0, duration=59270.642s, table=25, n_packets=0, n_bytes=0, priority=100,ipv6,reg0=0x2/0x2,metadata=0x1 actions=ct(commit,zone=NXM_NX_REG13[0..15],exec(load:0->NXM_NX_CT_LABEL[0])),resubmit(,26)
cookie=0x0, duration=59270.642s, table=25, n_packets=1645, n_bytes=222618, priority=0,metadata=0x1 actions=resubmit(,26)
cookie=0x0, duration=59039.061s, table=26, n_packets=2, n_bytes=84, priority=100,arp,reg14=0x2,metadata=0x1,arp_tpa=10.20.20.3,arp_op=1 actions=resubmit(,27)
cookie=0x0, duration=58960.427s, table=26, n_packets=4, n_bytes=168, priority=100,arp,reg14=0x3,metadata=0x1,arp_tpa=10.20.20.4,arp_op=1 actions=resubmit(,27)
cookie=0x0, duration=38408.491s, table=26, n_packets=0, n_bytes=0, priority=100,arp,reg14=0x1,metadata=0x1,arp_tpa=10.20.20.2,arp_op=1 actions=resubmit(,27)
cookie=0x0, duration=59039.061s, table=26, n_packets=0, n_bytes=0, priority=50,arp,metadata=0x1,arp_tpa=10.20.20.3,arp_op=1 actions=move:NXM_OF_ETH_SRC[]->NXM_OF_ETH_DST[],set_field:00:1a:4a:16:01:65->eth_src,set_field:2->arp_op,move:NXM_NX_ARP_SHA[]->NXM_NX_ARP_THA[],set_field:00:1a:4a:16:01:65->arp_sha,move:NXM_OF_ARP_SPA[]->NXM_OF_ARP_TPA[],set_field:10.20.20.3->arp_spa,move:NXM_NX_REG14[]->NXM_NX_REG15[],load:0x1->NXM_NX_REG10[0],resubmit(,32)
cookie=0x0, duration=58960.427s, table=26, n_packets=0, n_bytes=0, priority=50,arp,metadata=0x1,arp_tpa=10.20.20.4,arp_op=1 actions=move:NXM_OF_ETH_SRC[]->NXM_OF_ETH_DST[],set_field:00:1a:4a:16:01:5c->eth_src,set_field:2->arp_op,move:NXM_NX_ARP_SHA[]->NXM_NX_ARP_THA[],set_field:00:1a:4a:16:01:5c->arp_sha,move:NXM_OF_ARP_SPA[]->NXM_OF_ARP_TPA[],set_field:10.20.20.4->arp_spa,move:NXM_NX_REG14[]->NXM_NX_REG15[],load:0x1->NXM_NX_REG10[0],resubmit(,32)
cookie=0x0, duration=38408.491s, table=26, n_packets=0, n_bytes=0, priority=50,arp,metadata=0x1,arp_tpa=10.20.20.2,arp_op=1 actions=move:NXM_OF_ETH_SRC[]->NXM_OF_ETH_DST[],set_field:00:1a:4a:16:01:64->eth_src,set_field:2->arp_op,move:NXM_NX_ARP_SHA[]->NXM_NX_ARP_THA[],set_field:00:1a:4a:16:01:64->arp_sha,move:NXM_OF_ARP_SPA[]->NXM_OF_ARP_TPA[],set_field:10.20.20.2->arp_spa,move:NXM_NX_REG14[]->NXM_NX_REG15[],load:0x1->NXM_NX_REG10[0],resubmit(,32)
cookie=0x0, duration=59270.642s, table=26, n_packets=1636, n_bytes=222240, priority=0,metadata=0x1 actions=resubmit(,27)
cookie=0x0, duration=59270.642s, table=27, n_packets=2, n_bytes=684, priority=100,udp,reg14=0x1,metadata=0x1,dl_src=00:1a:4a:16:01:64,nw_src=0.0.0.0,nw_dst=255.255.255.255,tp_src=68,tp_dst=67 actions=controller(userdata=00.00.00.02.00.00.00.00.00.01.de.10.00.00.00.63.0a.14.14.02.01.04.ff.ff.ff.00.03.04.0a.14.14.01.36.04.0a.14.14.00.33.04.00.01.51.80,pause),resubmit(,28)
cookie=0x0, duration=59039.837s, table=27, n_packets=2, n_bytes=684, priority=100,udp,reg14=0x2,metadata=0x1,dl_src=00:1a:4a:16:01:65,nw_src=0.0.0.0,nw_dst=255.255.255.255,tp_src=68,tp_dst=67 actions=controller(userdata=00.00.00.02.00.00.00.00.00.01.de.10.00.00.00.63.0a.14.14.03.01.04.ff.ff.ff.00.03.04.0a.14.14.01.36.04.0a.14.14.00.33.04.00.01.51.80,pause),resubmit(,28)
cookie=0x0, duration=58961.143s, table=27, n_packets=9, n_bytes=3253, priority=100,udp,reg14=0x3,metadata=0x1,dl_src=00:1a:4a:16:01:5c,nw_src=0.0.0.0,nw_dst=255.255.255.255,tp_src=68,tp_dst=67 actions=controller(userdata=00.00.00.02.00.00.00.00.00.01.de.10.00.00.00.63.0a.14.14.04.01.04.ff.ff.ff.00.03.04.0a.14.14.01.36.04.0a.14.14.00.33.04.00.01.51.80,pause),resubmit(,28)
cookie=0x0, duration=59270.642s, table=27, n_packets=1631, n_bytes=217955, priority=0,metadata=0x1 actions=resubmit(,28)
cookie=0x0, duration=59270.642s, table=28, n_packets=0, n_bytes=0, priority=100,udp,reg0=0x8/0x8,reg14=0x1,metadata=0x1,dl_src=00:1a:4a:16:01:64,nw_src=0.0.0.0,nw_dst=255.255.255.255,tp_src=68,tp_dst=67 actions=move:NXM_OF_ETH_SRC[]->NXM_OF_ETH_DST[],set_field:02:00:00:00:00:00->eth_src,set_field:10.20.20.2->ip_dst,set_field:10.20.20.0->ip_src,set_field:67->udp_src,set_field:68->udp_dst,move:NXM_NX_REG14[]->NXM_NX_REG15[],load:0x1->NXM_NX_REG10[0],resubmit(,32)
cookie=0x0, duration=59039.837s, table=28, n_packets=0, n_bytes=0, priority=100,udp,reg0=0x8/0x8,reg14=0x2,metadata=0x1,dl_src=00:1a:4a:16:01:65,nw_src=0.0.0.0,nw_dst=255.255.255.255,tp_src=68,tp_dst=67 actions=move:NXM_OF_ETH_SRC[]->NXM_OF_ETH_DST[],set_field:02:00:00:00:00:00->eth_src,set_field:10.20.20.3->ip_dst,set_field:10.20.20.0->ip_src,set_field:67->udp_src,set_field:68->udp_dst,move:NXM_NX_REG14[]->NXM_NX_REG15[],load:0x1->NXM_NX_REG10[0],resubmit(,32)
cookie=0x0, duration=58961.143s, table=28, n_packets=0, n_bytes=0, priority=100,udp,reg0=0x8/0x8,reg14=0x3,metadata=0x1,dl_src=00:1a:4a:16:01:5c,nw_src=0.0.0.0,nw_dst=255.255.255.255,tp_src=68,tp_dst=67 actions=move:NXM_OF_ETH_SRC[]->NXM_OF_ETH_DST[],set_field:02:00:00:00:00:00->eth_src,set_field:10.20.20.4->ip_dst,set_field:10.20.20.0->ip_src,set_field:67->udp_src,set_field:68->udp_dst,move:NXM_NX_REG14[]->NXM_NX_REG15[],load:0x1->NXM_NX_REG10[0],resubmit(,32)
cookie=0x0, duration=59270.642s, table=28, n_packets=1631, n_bytes=217955, priority=0,metadata=0x1 actions=resubmit(,29)
cookie=0x0, duration=59270.642s, table=29, n_packets=1628, n_bytes=217661, priority=100,metadata=0x1,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00 actions=set_field:0xffff->reg15,resubmit(,32)
cookie=0x0, duration=59270.642s, table=29, n_packets=3, n_bytes=294, priority=50,metadata=0x1,dl_dst=00:1a:4a:16:01:64 actions=set_field:0x1->reg15,resubmit(,32)
cookie=0x0, duration=59039.837s, table=29, n_packets=0, n_bytes=0, priority=50,metadata=0x1,dl_dst=00:1a:4a:16:01:65 actions=set_field:0x2->reg15,resubmit(,32)
cookie=0x0, duration=58961.143s, table=29, n_packets=0, n_bytes=0, priority=50,metadata=0x1,dl_dst=00:1a:4a:16:01:5c actions=set_field:0x3->reg15,resubmit(,32)
cookie=0x0, duration=38408.489s, table=32, n_packets=0, n_bytes=0, priority=150,reg10=0x2/0x2 actions=resubmit(,33)
cookie=0x0, duration=38408.489s, table=32, n_packets=0, n_bytes=0, priority=100,reg15=0x1,metadata=0x1 actions=load:0x1->NXM_NX_TUN_ID[0..23],set_field:0x1/0xffffffff->tun_metadata0,move:NXM_NX_REG14[0..14]->NXM_NX_TUN_METADATA0[16..30],output:10
cookie=0x0, duration=38408.489s, table=32, n_packets=844, n_bytes=123727, priority=100,reg15=0xffff,metadata=0x1 actions=load:0x1->NXM_NX_TUN_ID[0..23],set_field:0xffff/0xffffffff->tun_metadata0,move:NXM_NX_REG14[0..14]->NXM_NX_TUN_METADATA0[16..30],output:10,resubmit(,33)
cookie=0x0, duration=61077.486s, table=32, n_packets=348, n_bytes=30601, priority=0 actions=resubmit(,33)
cookie=0x0, duration=59039.063s, table=33, n_packets=1, n_bytes=42, priority=100,reg15=0x2,metadata=0x1 actions=set_field:0x2->reg13,resubmit(,34)
cookie=0x0, duration=58960.429s, table=33, n_packets=0, n_bytes=0, priority=100,reg15=0x3,metadata=0x1 actions=set_field:0x3->reg13,resubmit(,34)
cookie=0x0, duration=59270.642s, table=33, n_packets=1628, n_bytes=217661, priority=100,reg15=0xffff,metadata=0x1 actions=set_field:0x3->reg13,set_field:0x3->reg15,resubmit(,34),set_field:0x2->reg13,set_field:0x2->reg15,resubmit(,34),set_field:0xffff->reg15
cookie=0x0, duration=59039.063s, table=34, n_packets=10, n_bytes=732, priority=100,reg10=0/0x1,reg14=0x2,reg15=0x2,metadata=0x1 actions=drop
cookie=0x0, duration=58960.429s, table=34, n_packets=1608, n_bytes=216197, priority=100,reg10=0/0x1,reg14=0x3,reg15=0x3,metadata=0x1 actions=drop
cookie=0x0, duration=61077.486s, table=34, n_packets=1912, n_bytes=241529, priority=0 actions=set_field:0->reg0,set_field:0->reg1,set_field:0->reg2,set_field:0->reg3,set_field:0->reg4,set_field:0->reg5,set_field:0->reg6,set_field:0->reg7,set_field:0->reg8,set_field:0->reg9,resubmit(,48)
cookie=0x0, duration=59270.642s, table=48, n_packets=1912, n_bytes=241529, priority=0,metadata=0x1 actions=resubmit(,49)
cookie=0x0, duration=59270.642s, table=49, n_packets=1912, n_bytes=241529, priority=0,metadata=0x1 actions=resubmit(,50)
cookie=0x0, duration=59270.642s, table=50, n_packets=0, n_bytes=0, priority=100,ip,reg0=0x1/0x1,metadata=0x1 actions=ct(table=51,zone=NXM_NX_REG13[0..15])
cookie=0x0, duration=59270.642s, table=50, n_packets=0, n_bytes=0, priority=100,ipv6,reg0=0x1/0x1,metadata=0x1 actions=ct(table=51,zone=NXM_NX_REG13[0..15])
cookie=0x0, duration=59270.642s, table=50, n_packets=1912, n_bytes=241529, priority=0,metadata=0x1 actions=resubmit(,51)
cookie=0x0, duration=59270.642s, table=51, n_packets=1912, n_bytes=241529, priority=0,metadata=0x1 actions=resubmit(,52)
cookie=0x0, duration=59270.642s, table=52, n_packets=0, n_bytes=0, priority=34000,udp,reg15=0x1,metadata=0x1,dl_src=02:00:00:00:00:00,nw_src=10.20.20.0,tp_src=67,tp_dst=68 actions=resubmit(,53)
cookie=0x0, duration=59039.837s, table=52, n_packets=0, n_bytes=0, priority=34000,udp,reg15=0x2,metadata=0x1,dl_src=02:00:00:00:00:00,nw_src=10.20.20.0,tp_src=67,tp_dst=68 actions=resubmit(,53)
cookie=0x0, duration=58961.143s, table=52, n_packets=0, n_bytes=0, priority=34000,udp,reg15=0x3,metadata=0x1,dl_src=02:00:00:00:00:00,nw_src=10.20.20.0,tp_src=67,tp_dst=68 actions=resubmit(,53)
cookie=0x0, duration=59270.642s, table=52, n_packets=1912, n_bytes=241529, priority=0,metadata=0x1 actions=resubmit(,53)
cookie=0x0, duration=59270.642s, table=53, n_packets=1912, n_bytes=241529, priority=0,metadata=0x1 actions=resubmit(,54)
cookie=0x0, duration=59270.642s, table=54, n_packets=0, n_bytes=0, priority=100,ip,reg0=0x2/0x2,metadata=0x1 actions=ct(commit,zone=NXM_NX_REG13[0..15],exec(load:0->NXM_NX_CT_LABEL[0])),resubmit(,55)
cookie=0x0, duration=59270.642s, table=54, n_packets=0, n_bytes=0, priority=100,ipv6,reg0=0x2/0x2,metadata=0x1 actions=ct(commit,zone=NXM_NX_REG13[0..15],exec(load:0->NXM_NX_CT_LABEL[0])),resubmit(,55)
cookie=0x0, duration=59270.642s, table=54, n_packets=0, n_bytes=0, priority=100,ipv6,reg0=0x4/0x4,metadata=0x1 actions=ct(table=55,zone=NXM_NX_REG13[0..15],nat)
cookie=0x0, duration=59270.642s, table=54, n_packets=0, n_bytes=0, priority=100,ip,reg0=0x4/0x4,metadata=0x1 actions=ct(table=55,zone=NXM_NX_REG13[0..15],nat)
cookie=0x0, duration=59270.642s, table=54, n_packets=1912, n_bytes=241529, priority=0,metadata=0x1 actions=resubmit(,55)
cookie=0x0, duration=59270.642s, table=55, n_packets=1912, n_bytes=241529, priority=0,metadata=0x1 actions=resubmit(,56)
cookie=0x0, duration=59270.642s, table=56, n_packets=1911, n_bytes=241487, priority=100,metadata=0x1,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00 actions=resubmit(,64)
cookie=0x0, duration=59270.642s, table=56, n_packets=0, n_bytes=0, priority=50,reg15=0x1,metadata=0x1 actions=resubmit(,64)
cookie=0x0, duration=59039.837s, table=56, n_packets=1, n_bytes=42, priority=50,reg15=0x2,metadata=0x1 actions=resubmit(,64)
cookie=0x0, duration=58961.143s, table=56, n_packets=0, n_bytes=0, priority=50,reg15=0x3,metadata=0x1 actions=resubmit(,64)
cookie=0x0, duration=59039.063s, table=64, n_packets=1, n_bytes=42, priority=100,reg10=0x1/0x1,reg15=0x2,metadata=0x1 actions=push:NXM_OF_IN_PORT[],set_field:0->in_port,resubmit(,65),pop:NXM_OF_IN_PORT[]
cookie=0x0, duration=58960.429s, table=64, n_packets=0, n_bytes=0, priority=100,reg10=0x1/0x1,reg15=0x3,metadata=0x1 actions=push:NXM_OF_IN_PORT[],set_field:0->in_port,resubmit(,65),pop:NXM_OF_IN_PORT[]
cookie=0x0, duration=61077.486s, table=64, n_packets=1911, n_bytes=241487, priority=0 actions=resubmit(,65)
cookie=0x0, duration=59039.063s, table=65, n_packets=1609, n_bytes=216239, priority=100,reg15=0x2,metadata=0x1 actions=output:7
cookie=0x0, duration=58960.429s, table=65, n_packets=0, n_bytes=0, priority=100,reg15=0x3,metadata=0x1 actions=output:8
More information about the Users
mailing list