Skip to content

Instantly share code, notes, and snippets.

Created July 18, 2016 01:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/12fcb1dfe091d5cbcc53b657f67f080a to your computer and use it in GitHub Desktop.
Save anonymous/12fcb1dfe091d5cbcc53b657f67f080a to your computer and use it in GitHub Desktop.
vagrant@compute1:~$
vagrant@compute1:~$ sudo ovs-vsctl show
c29fd4d1-1bb5-4fc0-8412-f8513f7b7c8f
Bridge br-provider
Port br-provider
Interface br-provider
type: internal
Port "eth2"
Interface "eth2"
Bridge br-int
fail_mode: secure
Port "patch-lrp2-to-lrp2-attachment"
Interface "patch-lrp2-to-lrp2-attachment"
type: patch
options: {peer="patch-lrp2-attachment-to-lrp2"}
Port br-int
Interface br-int
type: internal
Port "patch-lrp1-to-lrp1-attachment"
Interface "patch-lrp1-to-lrp1-attachment"
type: patch
options: {peer="patch-lrp1-attachment-to-lrp1"}
Port "ovn-comput-0"
Interface "ovn-comput-0"
type: geneve
options: {key=flow, remote_ip="192.168.33.32"}
Port "patch-lrp1-attachment-to-lrp1"
Interface "patch-lrp1-attachment-to-lrp1"
type: patch
options: {peer="patch-lrp1-to-lrp1-attachment"}
Port "patch-lrp2-attachment-to-lrp2"
Interface "patch-lrp2-attachment-to-lrp2"
type: patch
options: {peer="patch-lrp2-to-lrp2-attachment"}
ovs_version: "2.5.90"
vagrant@compute1:~$ sudo ovs-ofctl -O OpenFlow13 dump-flows br-int | cut -d',' -f3- | grep --color -E 'output|drop|'
OFPST_FLOW reply (OF1.3) (xid=0x2):
table=0, n_packets=0, n_bytes=0, priority=100,in_port=1 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)
table=0, n_packets=0, n_bytes=0, priority=100,in_port=4 actions=set_field:0x3->metadata,set_field:0x1->reg14,resubmit(,16)
table=0, n_packets=0, n_bytes=0, priority=100,in_port=3 actions=set_field:0x1->metadata,set_field:0x2->reg14,resubmit(,16)
table=0, n_packets=0, n_bytes=0, priority=100,in_port=7 actions=set_field:0x3->metadata,set_field:0x2->reg14,resubmit(,16)
table=0, n_packets=0, n_bytes=0, priority=100,in_port=6 actions=set_field:0x2->metadata,set_field:0x2->reg14,resubmit(,16)
table=16, n_packets=0, n_bytes=0, priority=100,metadata=0x3,dl_src=01:00:00:00:00:00/01:00:00:00:00:00 actions=drop
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
table=16, n_packets=0, n_bytes=0, priority=100,metadata=0x2,dl_src=01:00:00:00:00:00/01:00:00:00:00:00 actions=drop
table=16, n_packets=0, n_bytes=0, priority=100,metadata=0x3,vlan_tci=0x1000/0x1000 actions=drop
table=16, n_packets=0, n_bytes=0, priority=100,metadata=0x1,vlan_tci=0x1000/0x1000 actions=drop
table=16, n_packets=0, n_bytes=0, priority=100,metadata=0x2,vlan_tci=0x1000/0x1000 actions=drop
table=16, n_packets=0, n_bytes=0, priority=50,reg14=0x1,metadata=0x3,dl_dst=00:00:00:01:00:01 actions=resubmit(,17)
table=16, n_packets=0, n_bytes=0, priority=50,reg14=0x2,metadata=0x3,dl_dst=00:00:00:01:00:02 actions=resubmit(,17)
table=16, n_packets=0, n_bytes=0, priority=50,reg14=0x1,metadata=0x3,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00 actions=resubmit(,17)
table=16, n_packets=0, n_bytes=0, priority=50,reg14=0x2,metadata=0x3,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00 actions=resubmit(,17)
table=16, n_packets=0, n_bytes=0, priority=50,reg14=0x2,metadata=0x1 actions=resubmit(,17)
table=16, n_packets=0, n_bytes=0, priority=50,reg14=0x2,metadata=0x2 actions=resubmit(,17)
table=16, n_packets=0, n_bytes=0, priority=50,reg14=0x1,metadata=0x1,dl_src=00:00:00:00:00:01 actions=resubmit(,17)
table=16, n_packets=0, n_bytes=0, priority=50,reg14=0x1,metadata=0x2,dl_src=00:00:00:00:00:02 actions=resubmit(,17)
table=17, n_packets=0, n_bytes=0, priority=100,ip,metadata=0x3,nw_src=255.255.255.255 actions=drop
table=17, n_packets=0, n_bytes=0, priority=100,ip,metadata=0x3,nw_src=1.0.0.255 actions=drop
table=17, n_packets=0, n_bytes=0, priority=100,ip,metadata=0x3,nw_src=1.0.0.2 actions=drop
table=17, n_packets=0, n_bytes=0, priority=100,ip,metadata=0x3,nw_src=2.0.0.255 actions=drop
table=17, n_packets=0, n_bytes=0, priority=100,ip,metadata=0x3,nw_src=2.0.0.2 actions=drop
table=17, n_packets=0, n_bytes=0, priority=100,ip,metadata=0x3,nw_dst=224.0.0.0/4 actions=drop
table=17, n_packets=0, n_bytes=0, priority=100,ip,metadata=0x3,nw_src=127.0.0.0/8 actions=drop
table=17, n_packets=0, n_bytes=0, priority=100,ip,metadata=0x3,nw_src=0.0.0.0/8 actions=drop
table=17, n_packets=0, n_bytes=0, priority=100,ip,metadata=0x3,nw_dst=127.0.0.0/8 actions=drop
table=17, n_packets=0, n_bytes=0, priority=100,ip,metadata=0x3,nw_dst=0.0.0.0/8 actions=drop
table=17, n_packets=0, n_bytes=0, priority=90,arp,metadata=0x3,arp_op=2 actions=push:NXM_NX_REG0[],push:NXM_OF_ETH_SRC[],push:NXM_NX_ARP_SHA[],push:NXM_OF_ARP_SPA[],pop:NXM_NX_REG0[],pop:NXM_OF_ETH_SRC[],controller(userdata=00.00.00.01.00.00.00.00),pop:NXM_OF_ETH_SRC[],pop:NXM_NX_REG0[]
table=17, n_packets=0, n_bytes=0, priority=90,arp,reg14=0x1,metadata=0x3,arp_tpa=1.0.0.2,arp_op=1 actions=move:NXM_OF_ETH_SRC[]->NXM_OF_ETH_DST[],set_field:00:00:00:01:00:01->eth_src,set_field:2->arp_op,move:NXM_NX_ARP_SHA[]->NXM_NX_ARP_THA[],set_field:00:00:00:01:00:01->arp_sha,move:NXM_OF_ARP_SPA[]->NXM_OF_ARP_TPA[],set_field:1.0.0.2->arp_spa,set_field:0x1->reg15,set_field:0->reg14,set_field:0->in_port,resubmit(,32)
table=17, n_packets=0, n_bytes=0, priority=90,arp,reg14=0x2,metadata=0x3,arp_tpa=2.0.0.2,arp_op=1 actions=move:NXM_OF_ETH_SRC[]->NXM_OF_ETH_DST[],set_field:00:00:00:01:00:02->eth_src,set_field:2->arp_op,move:NXM_NX_ARP_SHA[]->NXM_NX_ARP_THA[],set_field:00:00:00:01:00:02->arp_sha,move:NXM_OF_ARP_SPA[]->NXM_OF_ARP_TPA[],set_field:2.0.0.2->arp_spa,set_field:0x2->reg15,set_field:0->reg14,set_field:0->in_port,resubmit(,32)
table=17, n_packets=0, n_bytes=0, priority=90,icmp,metadata=0x3,nw_dst=1.0.0.2,icmp_type=8,icmp_code=0 actions=push:NXM_OF_IP_SRC[],push:NXM_OF_IP_DST[],pop:NXM_OF_IP_SRC[],pop:NXM_OF_IP_DST[],set_field:255->nw_ttl,set_field:0->icmp_type,set_field:0->reg14,set_field:0->in_port,resubmit(,18)
table=17, n_packets=0, n_bytes=0, priority=90,icmp,metadata=0x3,nw_dst=2.0.0.2,icmp_type=8,icmp_code=0 actions=push:NXM_OF_IP_SRC[],push:NXM_OF_IP_DST[],pop:NXM_OF_IP_SRC[],pop:NXM_OF_IP_DST[],set_field:255->nw_ttl,set_field:0->icmp_type,set_field:0->reg14,set_field:0->in_port,resubmit(,18)
table=17, n_packets=0, n_bytes=0, priority=60,ip,metadata=0x3,nw_dst=1.0.0.2 actions=drop
table=17, n_packets=0, n_bytes=0, priority=60,ip,metadata=0x3,nw_dst=2.0.0.2 actions=drop
table=17, n_packets=0, n_bytes=0, priority=50,metadata=0x3,dl_dst=ff:ff:ff:ff:ff:ff actions=drop
table=17, n_packets=0, n_bytes=0, priority=30,ip,metadata=0x3,nw_ttl=0 actions=drop
table=17, n_packets=0, n_bytes=0, priority=30,ip,metadata=0x3,nw_ttl=1 actions=drop
table=17, n_packets=0, n_bytes=0, priority=0,metadata=0x3 actions=resubmit(,18)
table=17, n_packets=0, n_bytes=0, priority=0,metadata=0x1 actions=resubmit(,18)
table=17, n_packets=0, n_bytes=0, priority=0,metadata=0x2 actions=resubmit(,18)
table=18, n_packets=0, n_bytes=0, priority=90,icmp6,reg14=0x1,metadata=0x1,dl_src=00:00:00:00:00:01,icmp_type=136,icmp_code=0,nd_tll=00:00:00:00:00:01 actions=resubmit(,19)
table=18, n_packets=0, n_bytes=0, priority=90,icmp6,reg14=0x1,metadata=0x1,dl_src=00:00:00:00:00:01,icmp_type=136,icmp_code=0,nd_tll=00:00:00:00:00:00 actions=resubmit(,19)
table=18, n_packets=0, n_bytes=0, priority=90,icmp6,reg14=0x1,metadata=0x2,dl_src=00:00:00:00:00:02,icmp_type=136,icmp_code=0,nd_tll=00:00:00:00:00:02 actions=resubmit(,19)
table=18, n_packets=0, n_bytes=0, priority=90,icmp6,reg14=0x1,metadata=0x2,dl_src=00:00:00:00:00:02,icmp_type=136,icmp_code=0,nd_tll=00:00:00:00:00:00 actions=resubmit(,19)
table=18, n_packets=0, n_bytes=0, priority=90,icmp6,reg14=0x1,metadata=0x1,dl_src=00:00:00:00:00:01,icmp_type=135,icmp_code=0,nd_sll=00:00:00:00:00:00 actions=resubmit(,19)
table=18, n_packets=0, n_bytes=0, priority=90,icmp6,reg14=0x1,metadata=0x1,dl_src=00:00:00:00:00:01,icmp_type=135,icmp_code=0,nd_sll=00:00:00:00:00:01 actions=resubmit(,19)
table=18, n_packets=0, n_bytes=0, priority=90,icmp6,reg14=0x1,metadata=0x2,dl_src=00:00:00:00:00:02,icmp_type=135,icmp_code=0,nd_sll=00:00:00:00:00:02 actions=resubmit(,19)
table=18, n_packets=0, n_bytes=0, priority=90,icmp6,reg14=0x1,metadata=0x2,dl_src=00:00:00:00:00:02,icmp_type=135,icmp_code=0,nd_sll=00:00:00:00:00:00 actions=resubmit(,19)
table=18, n_packets=0, n_bytes=0, priority=90,arp,reg14=0x1,metadata=0x1,dl_src=00:00:00:00:00:01,arp_sha=00:00:00:00:00:01 actions=resubmit(,19)
table=18, n_packets=0, n_bytes=0, priority=90,arp,reg14=0x1,metadata=0x2,dl_src=00:00:00:00:00:02,arp_sha=00:00:00:00:00:02 actions=resubmit(,19)
table=18, n_packets=0, n_bytes=0, priority=80,icmp6,reg14=0x1,metadata=0x1,icmp_type=135,icmp_code=0 actions=drop
table=18, n_packets=0, n_bytes=0, priority=80,icmp6,reg14=0x1,metadata=0x1,icmp_type=136,icmp_code=0 actions=drop
table=18, n_packets=0, n_bytes=0, priority=80,icmp6,reg14=0x1,metadata=0x2,icmp_type=136,icmp_code=0 actions=drop
table=18, n_packets=0, n_bytes=0, priority=80,icmp6,reg14=0x1,metadata=0x2,icmp_type=135,icmp_code=0 actions=drop
table=18, n_packets=0, n_bytes=0, priority=80,arp,reg14=0x1,metadata=0x1 actions=drop
table=18, n_packets=0, n_bytes=0, priority=80,arp,reg14=0x1,metadata=0x2 actions=drop
table=18, n_packets=0, n_bytes=0, priority=0,metadata=0x3 actions=resubmit(,19)
table=18, n_packets=0, n_bytes=0, priority=0,metadata=0x1 actions=resubmit(,19)
table=18, n_packets=0, n_bytes=0, priority=0,metadata=0x2 actions=resubmit(,19)
table=19, n_packets=0, n_bytes=0, priority=0,metadata=0x3 actions=resubmit(,20)
table=19, n_packets=0, n_bytes=0, priority=0,metadata=0x1 actions=resubmit(,20)
table=19, n_packets=0, n_bytes=0, priority=0,metadata=0x2 actions=resubmit(,20)
table=20, n_packets=0, n_bytes=0, priority=24,ip,metadata=0x3,nw_dst=1.0.0.0/24 actions=dec_ttl(),move:NXM_OF_IP_DST[]->NXM_NX_REG0[],set_field:0x1000002->reg1,set_field:00:00:00:01:00:01->eth_src,set_field:0x1->reg15,set_field:0->reg14,set_field:0->in_port,resubmit(,21)
table=20, n_packets=0, n_bytes=0, priority=24,ip,metadata=0x3,nw_dst=2.0.0.0/24 actions=dec_ttl(),move:NXM_OF_IP_DST[]->NXM_NX_REG0[],set_field:0x2000002->reg1,set_field:00:00:00:01:00:02->eth_src,set_field:0x2->reg15,set_field:0->reg14,set_field:0->in_port,resubmit(,21)
table=20, n_packets=0, n_bytes=0, priority=0,metadata=0x1 actions=resubmit(,21)
table=20, n_packets=0, n_bytes=0, priority=0,metadata=0x2 actions=resubmit(,21)
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])
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])
table=21, n_packets=0, n_bytes=0, priority=100,ip,reg0=0x1/0x1,metadata=0x2 actions=ct(table=22,zone=NXM_NX_REG13[0..15])
table=21, n_packets=0, n_bytes=0, priority=100,ipv6,reg0=0x1/0x1,metadata=0x2 actions=ct(table=22,zone=NXM_NX_REG13[0..15])
table=21, n_packets=0, n_bytes=0, priority=100,reg0=0x1000002,reg15=0x2,metadata=0x1 actions=set_field:00:00:00:01:00:01->eth_dst,resubmit(,22)
table=21, n_packets=0, n_bytes=0, priority=100,reg0=0x2000002,reg15=0x2,metadata=0x2 actions=set_field:00:00:00:01:00:02->eth_dst,resubmit(,22)
table=21, n_packets=0, n_bytes=0, priority=0,metadata=0x3 actions=set_field:00:00:00:00:00:00->eth_dst,resubmit(,65),resubmit(,22)
table=21, n_packets=0, n_bytes=0, priority=0,metadata=0x1 actions=resubmit(,22)
table=21, n_packets=0, n_bytes=0, priority=0,metadata=0x2 actions=resubmit(,22)
table=22, n_packets=0, n_bytes=0, priority=100,ip,metadata=0x3,dl_dst=00:00:00:00:00:00 actions=controller(userdata=00.00.00.00.00.00.00.00.00.19.00.10.80.00.06.06.ff.ff.ff.ff.ff.ff.00.00.ff.ff.00.18.00.00.23.20.00.06.00.20.00.00.00.00.00.01.02.04.00.00.20.04.00.19.00.10.80.00.2a.02.00.01.00.00.00.00.00.00.ff.ff.00.10.00.00.23.20.00.0e.ff.f8.20.00.00.00)
table=22, n_packets=0, n_bytes=0, priority=0,metadata=0x3 actions=resubmit(,32)
table=22, n_packets=0, n_bytes=0, priority=0,metadata=0x1 actions=resubmit(,23)
table=22, n_packets=0, n_bytes=0, priority=0,metadata=0x2 actions=resubmit(,23)
table=23, n_packets=0, n_bytes=0, priority=0,metadata=0x1 actions=resubmit(,24)
table=23, n_packets=0, n_bytes=0, priority=0,metadata=0x2 actions=resubmit(,24)
table=24, n_packets=0, n_bytes=0, priority=100,ip,reg0=0x2/0x2,metadata=0x1 actions=ct(commit,zone=NXM_NX_REG13[0..15]),resubmit(,25)
table=24, n_packets=0, n_bytes=0, priority=100,ipv6,reg0=0x2/0x2,metadata=0x1 actions=ct(commit,zone=NXM_NX_REG13[0..15]),resubmit(,25)
table=24, n_packets=0, n_bytes=0, priority=100,ipv6,reg0=0x2/0x2,metadata=0x2 actions=ct(commit,zone=NXM_NX_REG13[0..15]),resubmit(,25)
table=24, n_packets=0, n_bytes=0, priority=100,ip,reg0=0x2/0x2,metadata=0x2 actions=ct(commit,zone=NXM_NX_REG13[0..15]),resubmit(,25)
table=24, n_packets=0, n_bytes=0, priority=0,metadata=0x1 actions=resubmit(,25)
table=24, n_packets=0, n_bytes=0, priority=0,metadata=0x2 actions=resubmit(,25)
table=25, n_packets=0, n_bytes=0, priority=50,arp,metadata=0x1,arp_tpa=1.0.0.2,arp_op=1 actions=move:NXM_OF_ETH_SRC[]->NXM_OF_ETH_DST[],set_field:00:00:00:01:00:01->eth_src,set_field:2->arp_op,move:NXM_NX_ARP_SHA[]->NXM_NX_ARP_THA[],set_field:00:00:00:01:00:01->arp_sha,move:NXM_OF_ARP_SPA[]->NXM_OF_ARP_TPA[],set_field:1.0.0.2->arp_spa,move:NXM_NX_REG14[]->NXM_NX_REG15[],set_field:0->reg14,set_field:0->in_port,resubmit(,32)
table=25, n_packets=0, n_bytes=0, priority=50,arp,metadata=0x2,arp_tpa=2.0.0.2,arp_op=1 actions=move:NXM_OF_ETH_SRC[]->NXM_OF_ETH_DST[],set_field:00:00:00:01:00:02->eth_src,set_field:2->arp_op,move:NXM_NX_ARP_SHA[]->NXM_NX_ARP_THA[],set_field:00:00:00:01:00:02->arp_sha,move:NXM_OF_ARP_SPA[]->NXM_OF_ARP_TPA[],set_field:2.0.0.2->arp_spa,move:NXM_NX_REG14[]->NXM_NX_REG15[],set_field:0->reg14,set_field:0->in_port,resubmit(,32)
table=25, n_packets=0, n_bytes=0, priority=0,metadata=0x1 actions=resubmit(,26)
table=25, n_packets=0, n_bytes=0, priority=0,metadata=0x2 actions=resubmit(,26)
table=26, 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)
table=26, n_packets=0, n_bytes=0, priority=100,metadata=0x2,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00 actions=set_field:0xffff->reg15,resubmit(,32)
table=26, n_packets=0, n_bytes=0, priority=50,metadata=0x1,dl_dst=00:00:00:01:00:01 actions=set_field:0x2->reg15,resubmit(,32)
table=26, n_packets=0, n_bytes=0, priority=50,metadata=0x1,dl_dst=00:00:00:00:00:01 actions=set_field:0x1->reg15,resubmit(,32)
table=26, n_packets=0, n_bytes=0, priority=50,metadata=0x2,dl_dst=00:00:00:01:00:02 actions=set_field:0x2->reg15,resubmit(,32)
table=26, n_packets=0, n_bytes=0, priority=50,metadata=0x2,dl_dst=00:00:00:00:00:02 actions=set_field:0x1->reg15,resubmit(,32)
table=32, n_packets=0, n_bytes=0, priority=100,reg15=0xffff,metadata=0x1 actions=set_field:0x2->reg15,resubmit(,34),set_field:0xffff->reg15
table=32, n_packets=0, n_bytes=0, priority=100,reg15=0xffff,metadata=0x2 actions=set_field:0x2->reg15,resubmit(,34),set_field:0xffff->reg15
table=32, n_packets=0, n_bytes=0, priority=0 actions=resubmit(,33)
table=33, n_packets=0, n_bytes=0, priority=100,reg15=0x2,metadata=0x1 actions=resubmit(,34)
table=33, n_packets=0, n_bytes=0, priority=100,reg15=0x1,metadata=0x3 actions=resubmit(,34)
table=33, n_packets=0, n_bytes=0, priority=100,reg15=0x2,metadata=0x3 actions=resubmit(,34)
table=33, n_packets=0, n_bytes=0, priority=100,reg15=0x2,metadata=0x2 actions=resubmit(,34)
table=34, n_packets=0, n_bytes=0, priority=100,reg14=0x1,reg15=0x1,metadata=0x3 actions=drop
table=34, n_packets=0, n_bytes=0, priority=100,reg14=0x2,reg15=0x2,metadata=0x1 actions=drop
table=34, n_packets=0, n_bytes=0, priority=100,reg14=0x2,reg15=0x2,metadata=0x3 actions=drop
table=34, n_packets=0, n_bytes=0, priority=100,reg14=0x2,reg15=0x2,metadata=0x2 actions=drop
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)
table=48, n_packets=0, n_bytes=0, priority=0,metadata=0x3 actions=resubmit(,49)
table=48, n_packets=0, n_bytes=0, priority=0,metadata=0x1 actions=resubmit(,49)
table=48, n_packets=0, n_bytes=0, priority=0,metadata=0x2 actions=resubmit(,49)
table=49, n_packets=0, n_bytes=0, priority=100,reg15=0x1,metadata=0x3 actions=resubmit(,64)
table=49, n_packets=0, n_bytes=0, priority=100,reg15=0x2,metadata=0x3 actions=resubmit(,64)
table=49, n_packets=0, n_bytes=0, priority=0,metadata=0x1 actions=resubmit(,50)
table=49, n_packets=0, n_bytes=0, priority=0,metadata=0x2 actions=resubmit(,50)
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])
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])
table=50, n_packets=0, n_bytes=0, priority=100,ipv6,reg0=0x1/0x1,metadata=0x2 actions=ct(table=51,zone=NXM_NX_REG13[0..15])
table=50, n_packets=0, n_bytes=0, priority=100,ip,reg0=0x1/0x1,metadata=0x2 actions=ct(table=51,zone=NXM_NX_REG13[0..15])
table=50, n_packets=0, n_bytes=0, priority=0,metadata=0x1 actions=resubmit(,51)
table=50, n_packets=0, n_bytes=0, priority=0,metadata=0x2 actions=resubmit(,51)
table=51, n_packets=0, n_bytes=0, priority=0,metadata=0x1 actions=resubmit(,52)
table=51, n_packets=0, n_bytes=0, priority=0,metadata=0x2 actions=resubmit(,52)
table=52, n_packets=0, n_bytes=0, priority=0,metadata=0x1 actions=resubmit(,53)
table=52, n_packets=0, n_bytes=0, priority=0,metadata=0x2 actions=resubmit(,53)
table=53, n_packets=0, n_bytes=0, priority=100,ipv6,reg0=0x2/0x2,metadata=0x1 actions=ct(commit,zone=NXM_NX_REG13[0..15]),resubmit(,54)
table=53, n_packets=0, n_bytes=0, priority=100,ip,reg0=0x2/0x2,metadata=0x1 actions=ct(commit,zone=NXM_NX_REG13[0..15]),resubmit(,54)
table=53, n_packets=0, n_bytes=0, priority=100,ipv6,reg0=0x2/0x2,metadata=0x2 actions=ct(commit,zone=NXM_NX_REG13[0..15]),resubmit(,54)
table=53, n_packets=0, n_bytes=0, priority=100,ip,reg0=0x2/0x2,metadata=0x2 actions=ct(commit,zone=NXM_NX_REG13[0..15]),resubmit(,54)
table=53, n_packets=0, n_bytes=0, priority=0,metadata=0x1 actions=resubmit(,54)
table=53, n_packets=0, n_bytes=0, priority=0,metadata=0x2 actions=resubmit(,54)
table=54, n_packets=0, n_bytes=0, priority=0,metadata=0x1 actions=resubmit(,55)
table=54, n_packets=0, n_bytes=0, priority=0,metadata=0x2 actions=resubmit(,55)
table=55, 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)
table=55, n_packets=0, n_bytes=0, priority=100,metadata=0x2,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00 actions=resubmit(,64)
table=55, n_packets=0, n_bytes=0, priority=50,reg15=0x1,metadata=0x1,dl_dst=00:00:00:00:00:01 actions=resubmit(,64)
table=55, n_packets=0, n_bytes=0, priority=50,reg15=0x1,metadata=0x2,dl_dst=00:00:00:00:00:02 actions=resubmit(,64)
table=55, n_packets=0, n_bytes=0, priority=50,reg15=0x2,metadata=0x1 actions=resubmit(,64)
table=55, n_packets=0, n_bytes=0, priority=50,reg15=0x2,metadata=0x2 actions=resubmit(,64)
table=64, n_packets=0, n_bytes=0, priority=100,reg15=0x2,metadata=0x1 actions=output:3
table=64, n_packets=0, n_bytes=0, priority=100,reg15=0x1,metadata=0x3 actions=output:4
table=64, n_packets=0, n_bytes=0, priority=100,reg15=0x2,metadata=0x3 actions=output:7
table=64, n_packets=0, n_bytes=0, priority=100,reg15=0x2,metadata=0x2 actions=output:6
vagrant@compute1:~$ sudo ovs-ofctl show
ovs-ofctl: 'show' command requires at least 1 arguments
vagrant@compute1:~$ sudo ovs-ofctl show br-int
OFPT_FEATURES_REPLY (xid=0x2): dpid:00001ea798b54941
n_tables:254, n_buffers:256
capabilities: FLOW_STATS TABLE_STATS PORT_STATS QUEUE_STATS ARP_MATCH_IP
actions: output enqueue set_vlan_vid set_vlan_pcp strip_vlan mod_dl_src mod_dl_dst mod_nw_src mod_nw_dst mod_nw_tos mod_tp_src mod_tp_dst
1(ovn-comput-0): addr:96:cb:ef:e8:1a:28
config: 0
state: 0
speed: 0 Mbps now, 0 Mbps max
3(patch-lrp1-atta): addr:36:b5:f8:67:98:de
config: 0
state: 0
speed: 0 Mbps now, 0 Mbps max
4(patch-lrp1-to-l): addr:fe:fb:8a:06:e7:97
config: 0
state: 0
speed: 0 Mbps now, 0 Mbps max
6(patch-lrp2-atta): addr:3a:d3:6d:59:1d:f5
config: 0
state: 0
speed: 0 Mbps now, 0 Mbps max
7(patch-lrp2-to-l): addr:4a:d4:fb:97:b2:9c
config: 0
state: 0
speed: 0 Mbps now, 0 Mbps max
LOCAL(br-int): addr:1e:a7:98:b5:49:41
config: PORT_DOWN
state: LINK_DOWN
speed: 0 Mbps now, 0 Mbps max
OFPT_GET_CONFIG_REPLY (xid=0x4): frags=normal miss_send_len=0
vagrant@compute1:~$
vagrant@compute1:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment