root@node-4:~# ovs-vsctl show 37124981-a7e3-4772-9fd8-d15e57dc2438 Manager "tcp:192.168.0.65:6640" is_connected: true Bridge br-int Controller "tcp:192.168.0.65:6653" is_connected: true fail_mode: secure Port "tun3bed781028c" Interface "tun3bed781028c" type: vxlan options: {key=flow, local_ip="192.168.2.61", remote_ip="192.168.2.62"} Port "tap24f2671b-36" Interface "tap24f2671b-36" Port br-int Interface br-int type: internal Port "tun805b4e18518" Interface "tun805b4e18518" type: vxlan options: {key=flow, local_ip="192.168.2.61", remote_ip="192.168.2.63"} Bridge br-ex Port br-ex Interface br-ex type: internal Port "p_aec4d661-0" Interface "p_aec4d661-0" type: internal error: "could not open network device p_aec4d661-0 (File exists)" ovs_version: "2.5.90" root@node-4:~# root@node-4:~# ovs-ofctl dump-flows -O OpenFlow13 br-int | grep -v n_packets=0 | cut -d, -f3- OFPST_FLOW reply (OF1.3) (xid=0x2): table=0, n_packets=16328, n_bytes=1203538, priority=5,in_port=2 actions=write_metadata:0x40000000001/0x1fffff0000000001,goto_table:36 table=0, n_packets=117, n_bytes=18065, priority=4,in_port=1 actions=write_metadata:0x80000000000/0xffffff0000000001,goto_table:17 table=0, n_packets=16036, n_bytes=1162483, priority=5,in_port=3 actions=write_metadata:0xa0000000001/0x1fffff0000000001,goto_table:36 table=17, n_packets=117, n_bytes=18065, priority=6,metadata=0xc000080000000000/0xffffff0000000000 actions=write_metadata:0xe00008138a000000/0xfffffffffffffffe,goto_table:50 table=17, n_packets=117, n_bytes=18065, priority=1,metadata=0x80000000000/0xffffff0000000000 actions=write_metadata:0xc000080000000000/0xfffffffffffffffe,goto_table:40 table=36, n_packets=97, n_bytes=18740, priority=5,tun_id=0x8 actions=load:0x800->NXM_NX_REG6[],resubmit(,220) table=36, n_packets=5, n_bytes=1710, priority=5,tun_id=0x138a actions=write_actions(group:210003) table=40, n_packets=41, n_bytes=14023, priority=63010,udp,metadata=0x80000000000/0x1fffff0000000000,tp_src=68,tp_dst=67 actions=resubmit(,17) table=40, n_packets=8, n_bytes=648, priority=63010,icmp6,metadata=0x80000000000/0x1fffff0000000000 actions=resubmit(,17) table=40, n_packets=57, n_bytes=2394, priority=63010,arp,metadata=0x80000000000/0x1fffff0000000000,arp_sha=fa:16:3e:7a:60:de actions=resubmit(,17) table=40, n_packets=11, n_bytes=1000, priority=61010,ct_state=-trk,ip,dl_src=fa:16:3e:7a:60:de,nw_src=10.10.10.4 actions=ct(table=41,zone=5002) table=41, n_packets=4, n_bytes=392, priority=62020,ct_state=-new+est-rel-inv+trk actions=resubmit(,17) table=41, n_packets=7, n_bytes=608, priority=61010,ct_state=+new+trk,ip,metadata=0x80000000000/0x1fffff0000000000 actions=ct(commit,zone=5002),resubmit(,17) table=50, n_packets=117, n_bytes=18065, priority=20,metadata=0x8138a000000/0x1fffffffff000000,dl_src=fa:16:3e:7a:60:de actions=goto_table:51 table=51, n_packets=97, n_bytes=16312, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=fa:16:3e:fb:00:88 actions=set_field:0x5->tun_id,output:2 table=51, n_packets=20, n_bytes=1753, priority=0 actions=goto_table:52 table=52, n_packets=20, n_bytes=1753, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004) table=55, n_packets=20, n_bytes=1753, priority=10,tun_id=0x8,metadata=0x80000000000/0x1fffff0000000000 actions=drop table=55, n_packets=5, n_bytes=1710, priority=9,tun_id=0x8 actions=load:0x800->NXM_NX_REG6[],resubmit(,220) table=220, n_packets=102, n_bytes=20450, priority=6,reg6=0x800 actions=load:0xe0000800->NXM_NX_REG6[],write_metadata:0xe000080000000000/0xfffffffffffffffe,goto_table:251 table=220, n_packets=97, n_bytes=18740, priority=7,reg6=0xe0000800 actions=output:1 table=251, n_packets=41, n_bytes=15850, priority=63010,udp,metadata=0x80000000000/0x1fffff0000000000,tp_src=67,tp_dst=68 actions=resubmit(,220) table=251, n_packets=45, n_bytes=1890, priority=63010,arp,metadata=0x80000000000/0x1fffff0000000000 actions=resubmit(,220) table=251, n_packets=11, n_bytes=1000, priority=61010,ct_state=-trk,ip,dl_dst=fa:16:3e:7a:60:de,nw_dst=10.10.10.4 actions=ct(table=252,zone=5002) table=251, n_packets=5, n_bytes=1710, priority=0 actions=drop table=252, n_packets=11, n_bytes=1000, priority=62020,ct_state=-new+est-rel-inv+trk actions=resubmit(,220) root@node-4:~# ovs-ofctl dump-flows -O OpenFlow13 br-int cut -d, -f3- ovs-ofctl: invalid option -- 'd' root@node-4:~# ovs-ofctl dump-flows -O OpenFlow13 br-int | cut -d, -f3- OFPST_FLOW reply (OF1.3) (xid=0x2): table=0, n_packets=16343, n_bytes=1204622, priority=5,in_port=2 actions=write_metadata:0x40000000001/0x1fffff0000000001,goto_table:36 table=0, n_packets=117, n_bytes=18065, priority=4,in_port=1 actions=write_metadata:0x80000000000/0xffffff0000000001,goto_table:17 table=0, n_packets=16051, n_bytes=1163559, priority=5,in_port=3 actions=write_metadata:0xa0000000001/0x1fffff0000000001,goto_table:36 table=17, n_packets=117, n_bytes=18065, priority=6,metadata=0xc000080000000000/0xffffff0000000000 actions=write_metadata:0xe00008138a000000/0xfffffffffffffffe,goto_table:50 table=17, n_packets=117, n_bytes=18065, priority=1,metadata=0x80000000000/0xffffff0000000000 actions=write_metadata:0xc000080000000000/0xfffffffffffffffe,goto_table:40 table=18, n_packets=0, n_bytes=0, priority=0 actions=goto_table:38 table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=1 actions=CONTROLLER:65535,resubmit(,17) table=19, n_packets=0, n_bytes=0, priority=100,arp,arp_op=2 actions=CONTROLLER:65535,resubmit(,17) table=19, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17) table=20, n_packets=0, n_bytes=0, priority=0 actions=goto_table:80 table=22, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535 table=36, n_packets=97, n_bytes=18740, priority=5,tun_id=0x8 actions=load:0x800->NXM_NX_REG6[],resubmit(,220) table=36, n_packets=5, n_bytes=1710, priority=5,tun_id=0x138a actions=write_actions(group:210003) table=38, n_packets=0, n_bytes=0, priority=5,tun_id=0x26 actions=write_metadata:0x138a000000/0x1fffffffff000000,goto_table:51 table=40, n_packets=41, n_bytes=14023, priority=63010,udp,metadata=0x80000000000/0x1fffff0000000000,tp_src=68,tp_dst=67 actions=resubmit(,17) table=40, n_packets=0, n_bytes=0, priority=63010,udp6,metadata=0x80000000000/0x1fffff0000000000,tp_src=546,tp_dst=547 actions=resubmit(,17) table=40, n_packets=0, n_bytes=0, priority=63010,udp,metadata=0x80000000000/0x1fffff0000000000,tp_src=67,tp_dst=68 actions=drop table=40, n_packets=0, n_bytes=0, priority=63010,udp6,metadata=0x80000000000/0x1fffff0000000000,tp_src=547,tp_dst=546 actions=drop table=40, n_packets=0, n_bytes=0, priority=63020,icmp6,metadata=0x80000000000/0x1fffff0000000000,icmp_type=134,icmp_code=0 actions=drop table=40, n_packets=8, n_bytes=648, priority=63010,icmp6,metadata=0x80000000000/0x1fffff0000000000 actions=resubmit(,17) table=40, n_packets=57, n_bytes=2394, priority=63010,arp,metadata=0x80000000000/0x1fffff0000000000,arp_sha=fa:16:3e:7a:60:de actions=resubmit(,17) table=40, n_packets=11, n_bytes=1000, priority=61010,ct_state=-trk,ip,dl_src=fa:16:3e:7a:60:de,nw_src=10.10.10.4 actions=ct(table=41,zone=5002) table=40, n_packets=0, n_bytes=0, priority=61010,ct_state=-trk,ipv6,dl_src=fa:16:3e:7a:60:de,ipv6_src=fe80::f816:3eff:fe7a:60de actions=ct(table=41,zone=5002) table=40, n_packets=0, n_bytes=0, priority=0 actions=drop table=41, n_packets=0, n_bytes=0, priority=62020,ct_state=-new-est+rel-inv+trk actions=resubmit(,17) table=41, n_packets=4, n_bytes=392, priority=62020,ct_state=-new+est-rel-inv+trk actions=resubmit(,17) table=41, n_packets=7, n_bytes=608, priority=61010,ct_state=+new+trk,ip,metadata=0x80000000000/0x1fffff0000000000 actions=ct(commit,zone=5002),resubmit(,17) table=41, n_packets=0, n_bytes=0, priority=61010,ct_state=+new+trk,ipv6,metadata=0x80000000000/0x1fffff0000000000 actions=ct(commit,zone=5002),resubmit(,17) table=41, n_packets=0, n_bytes=0, priority=36007,ct_state=+new+trk actions=drop table=41, n_packets=0, n_bytes=0, priority=36007,ct_state=+inv+trk actions=drop table=41, n_packets=0, n_bytes=0, priority=0 actions=drop table=45, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17) table=50, n_packets=117, n_bytes=18065, priority=20,metadata=0x8138a000000/0x1fffffffff000000,dl_src=fa:16:3e:7a:60:de actions=goto_table:51 table=50, n_packets=0, n_bytes=0, priority=0 actions=CONTROLLER:65535,goto_table:51 table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=fa:16:3e:7a:60:de actions=load:0x800->NXM_NX_REG6[],resubmit(,220) table=51, n_packets=97, n_bytes=16312, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=fa:16:3e:fb:00:88 actions=set_field:0x5->tun_id,output:2 table=51, n_packets=0, n_bytes=0, priority=20,metadata=0x138a000000/0xffff000000,dl_dst=fa:16:3e:25:21:39 actions=set_field:0x7->tun_id,output:3 table=51, n_packets=20, n_bytes=1753, priority=0 actions=goto_table:52 table=52, n_packets=20, n_bytes=1753, priority=5,metadata=0x138a000000/0xffff000001 actions=write_actions(group:210004) table=52, n_packets=0, n_bytes=0, priority=5,metadata=0x138a000001/0xffff000001 actions=write_actions(group:210003) table=55, n_packets=20, n_bytes=1753, priority=10,tun_id=0x8,metadata=0x80000000000/0x1fffff0000000000 actions=drop table=55, n_packets=5, n_bytes=1710, priority=9,tun_id=0x8 actions=load:0x800->NXM_NX_REG6[],resubmit(,220) table=60, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17) table=80, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,17) table=220, n_packets=102, n_bytes=20450, priority=6,reg6=0x800 actions=load:0xe0000800->NXM_NX_REG6[],write_metadata:0xe000080000000000/0xfffffffffffffffe,goto_table:251 table=220, n_packets=97, n_bytes=18740, priority=7,reg6=0xe0000800 actions=output:1 table=251, n_packets=41, n_bytes=15850, priority=63010,udp,metadata=0x80000000000/0x1fffff0000000000,tp_src=67,tp_dst=68 actions=resubmit(,220) table=251, n_packets=0, n_bytes=0, priority=63010,udp6,metadata=0x80000000000/0x1fffff0000000000,tp_src=547,tp_dst=546 actions=resubmit(,220) table=251, n_packets=0, n_bytes=0, priority=63010,icmp6,metadata=0x80000000000/0x1fffff0000000000,icmp_type=130,icmp_code=0 actions=resubmit(,220) table=251, n_packets=0, n_bytes=0, priority=63010,icmp6,metadata=0x80000000000/0x1fffff0000000000,icmp_type=135,icmp_code=0 actions=resubmit(,220) table=251, n_packets=0, n_bytes=0, priority=63010,icmp6,metadata=0x80000000000/0x1fffff0000000000,icmp_type=136,icmp_code=0 actions=resubmit(,220) table=251, n_packets=45, n_bytes=1890, priority=63010,arp,metadata=0x80000000000/0x1fffff0000000000 actions=resubmit(,220) table=251, n_packets=11, n_bytes=1000, priority=61010,ct_state=-trk,ip,dl_dst=fa:16:3e:7a:60:de,nw_dst=10.10.10.4 actions=ct(table=252,zone=5002) table=251, n_packets=0, n_bytes=0, priority=62020,ct_state=+trk,ip,dl_dst=fa:16:3e:7a:60:de,nw_dst=10.10.10.4 actions=goto_table:252 table=251, n_packets=0, n_bytes=0, priority=61010,ct_state=-trk,ipv6,dl_dst=fa:16:3e:7a:60:de,ipv6_dst=fe80::f816:3eff:fe7a:60de actions=ct(table=252,zone=5002) table=251, n_packets=0, n_bytes=0, priority=62020,ct_state=+trk,ipv6,dl_dst=fa:16:3e:7a:60:de,ipv6_dst=fe80::f816:3eff:fe7a:60de actions=goto_table:252 table=251, n_packets=5, n_bytes=1710, priority=0 actions=drop table=252, n_packets=0, n_bytes=0, priority=62020,ct_state=-new-est+rel-inv+trk actions=resubmit(,220) table=252, n_packets=11, n_bytes=1000, priority=62020,ct_state=-new+est-rel-inv+trk actions=resubmit(,220) table=252, n_packets=0, n_bytes=0, priority=61010,ct_state=+new+trk,ipv6,metadata=0x80000000000/0x1fffff0000000000 actions=ct(commit,zone=5002),resubmit(,220) table=252, n_packets=0, n_bytes=0, priority=61010,ct_state=+new+trk,ip,metadata=0x80000000000/0x1fffff0000000000,nw_src=10.10.10.3 actions=ct(commit,zone=5002),resubmit(,220) table=252, n_packets=0, n_bytes=0, priority=36007,ct_state=+new+trk actions=drop table=252, n_packets=0, n_bytes=0, priority=36007,ct_state=+inv+trk actions=drop table=252, n_packets=0, n_bytes=0, priority=0 actions=drop