This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[odl@fedora144 devstack]$ ../osdbg.sh | |
+ echo | |
+ echo 'New capture: ' | |
New capture: | |
+ echo | |
+ ip link | |
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default | |
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 | |
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000 | |
link/ether 00:0c:29:bc:76:27 brd ff:ff:ff:ff:ff:ff | |
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000 | |
link/ether 00:0c:29:bc:76:31 brd ff:ff:ff:ff:ff:ff | |
4: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000 | |
link/ether 00:0c:29:bc:76:3b brd ff:ff:ff:ff:ff:ff | |
5: virbr0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default | |
link/ether 52:29:47:ed:8d:46 brd ff:ff:ff:ff:ff:ff | |
6: ovs-system: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default | |
link/ether ea:e7:e6:5b:fe:02 brd ff:ff:ff:ff:ff:ff | |
7: br-ex: <BROADCAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default | |
link/ether 42:a8:ee:27:42:43 brd ff:ff:ff:ff:ff:ff | |
8: br-int: <BROADCAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default | |
link/ether 82:8e:11:aa:75:43 brd ff:ff:ff:ff:ff:ff | |
+ ip addr | |
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default | |
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 | |
inet 127.0.0.1/8 scope host lo | |
valid_lft forever preferred_lft forever | |
inet6 ::1/128 scope host | |
valid_lft forever preferred_lft forever | |
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 | |
link/ether 00:0c:29:bc:76:27 brd ff:ff:ff:ff:ff:ff | |
inet 172.16.18.144/24 brd 172.16.18.255 scope global eth0 | |
valid_lft forever preferred_lft forever | |
inet6 fe80::20c:29ff:febc:7627/64 scope link | |
valid_lft forever preferred_lft forever | |
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 | |
link/ether 00:0c:29:bc:76:31 brd ff:ff:ff:ff:ff:ff | |
inet6 fe80::20c:29ff:febc:7631/64 scope link | |
valid_lft forever preferred_lft forever | |
4: eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000 | |
link/ether 00:0c:29:bc:76:3b brd ff:ff:ff:ff:ff:ff | |
inet 172.16.150.144/24 brd 172.16.150.255 scope global eth2 | |
valid_lft forever preferred_lft forever | |
inet6 fe80::20c:29ff:febc:763b/64 scope link | |
valid_lft forever preferred_lft forever | |
5: virbr0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN group default | |
link/ether 52:29:47:ed:8d:46 brd ff:ff:ff:ff:ff:ff | |
inet 192.168.122.1/24 brd 192.168.122.255 scope global virbr0 | |
valid_lft forever preferred_lft forever | |
6: ovs-system: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default | |
link/ether ea:e7:e6:5b:fe:02 brd ff:ff:ff:ff:ff:ff | |
7: br-ex: <BROADCAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default | |
link/ether 42:a8:ee:27:42:43 brd ff:ff:ff:ff:ff:ff | |
8: br-int: <BROADCAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default | |
link/ether 82:8e:11:aa:75:43 brd ff:ff:ff:ff:ff:ff | |
inet6 fe80::aca2:1cff:fefc:c875/64 scope link | |
valid_lft forever preferred_lft forever | |
+ ip route | |
default via 172.16.18.2 dev eth0 | |
169.254.0.0/16 dev eth0 scope link metric 1002 | |
169.254.0.0/16 dev eth1 scope link metric 1003 | |
169.254.0.0/16 dev eth2 scope link metric 1004 | |
172.16.18.0/24 dev eth0 proto kernel scope link src 172.16.18.144 | |
172.16.150.0/24 dev eth2 proto kernel scope link src 172.16.150.144 | |
192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1 | |
++ ip netns | |
+ for i in '$(ip netns)' | |
+ sudo ip netns exec qdhcp-e6251dfc-7c44-4b8b-bf79-240bd2427bba ip link | |
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default | |
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 | |
18: tapa6e1a32a-e7: <BROADCAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default | |
link/ether fa:16:3e:0c:05:a1 brd ff:ff:ff:ff:ff:ff | |
+ sudo ip netns exec qdhcp-e6251dfc-7c44-4b8b-bf79-240bd2427bba ip addr | |
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default | |
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 | |
inet 127.0.0.1/8 scope host lo | |
valid_lft forever preferred_lft forever | |
inet6 ::1/128 scope host | |
valid_lft forever preferred_lft forever | |
18: tapa6e1a32a-e7: <BROADCAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default | |
link/ether fa:16:3e:0c:05:a1 brd ff:ff:ff:ff:ff:ff | |
inet 10.210.1.3/24 brd 10.210.1.255 scope global tapa6e1a32a-e7 | |
valid_lft forever preferred_lft forever | |
inet6 fe80::f816:3eff:fe0c:5a1/64 scope link | |
valid_lft forever preferred_lft forever | |
+ sudo ip netns exec qdhcp-e6251dfc-7c44-4b8b-bf79-240bd2427bba ip route | |
default via 10.210.1.1 dev tapa6e1a32a-e7 | |
10.210.1.0/24 dev tapa6e1a32a-e7 proto kernel scope link src 10.210.1.3 | |
+ for i in '$(ip netns)' | |
+ sudo ip netns exec qdhcp-acd950d0-80f1-4500-b3fc-9060c9b9944c ip link | |
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default | |
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 | |
17: tapc9694c13-5a: <BROADCAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default | |
link/ether fa:16:3e:5b:ad:a0 brd ff:ff:ff:ff:ff:ff | |
+ sudo ip netns exec qdhcp-acd950d0-80f1-4500-b3fc-9060c9b9944c ip addr | |
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default | |
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 | |
inet 127.0.0.1/8 scope host lo | |
valid_lft forever preferred_lft forever | |
inet6 ::1/128 scope host | |
valid_lft forever preferred_lft forever | |
17: tapc9694c13-5a: <BROADCAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default | |
link/ether fa:16:3e:5b:ad:a0 brd ff:ff:ff:ff:ff:ff | |
inet 10.210.2.3/24 brd 10.210.2.255 scope global tapc9694c13-5a | |
valid_lft forever preferred_lft forever | |
inet6 fe80::f816:3eff:fe5b:ada0/64 scope link | |
valid_lft forever preferred_lft forever | |
+ sudo ip netns exec qdhcp-acd950d0-80f1-4500-b3fc-9060c9b9944c ip route | |
default via 10.210.2.1 dev tapc9694c13-5a | |
10.210.2.0/24 dev tapc9694c13-5a proto kernel scope link src 10.210.2.3 | |
+ for i in '$(ip netns)' | |
+ sudo ip netns exec qdhcp-112f8953-382d-4e9a-b716-1f47adc00265 ip link | |
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default | |
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 | |
16: tap848a0f6f-e3: <BROADCAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default | |
link/ether fa:16:3e:57:a2:a3 brd ff:ff:ff:ff:ff:ff | |
+ sudo ip netns exec qdhcp-112f8953-382d-4e9a-b716-1f47adc00265 ip addr | |
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default | |
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 | |
inet 127.0.0.1/8 scope host lo | |
valid_lft forever preferred_lft forever | |
inet6 ::1/128 scope host | |
valid_lft forever preferred_lft forever | |
16: tap848a0f6f-e3: <BROADCAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default | |
link/ether fa:16:3e:57:a2:a3 brd ff:ff:ff:ff:ff:ff | |
inet 10.210.1.3/24 brd 10.210.1.255 scope global tap848a0f6f-e3 | |
valid_lft forever preferred_lft forever | |
inet6 fe80::f816:3eff:fe57:a2a3/64 scope link | |
valid_lft forever preferred_lft forever | |
+ sudo ip netns exec qdhcp-112f8953-382d-4e9a-b716-1f47adc00265 ip route | |
default via 10.210.1.1 dev tap848a0f6f-e3 | |
10.210.1.0/24 dev tap848a0f6f-e3 proto kernel scope link src 10.210.1.3 | |
+ for i in '$(ip netns)' | |
+ sudo ip netns exec qdhcp-3c89cdec-92c3-494a-82cd-f5713d7bee0d ip link | |
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default | |
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 | |
15: tapab82e047-fc: <BROADCAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default | |
link/ether fa:16:3e:8f:21:d1 brd ff:ff:ff:ff:ff:ff | |
+ sudo ip netns exec qdhcp-3c89cdec-92c3-494a-82cd-f5713d7bee0d ip addr | |
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default | |
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 | |
inet 127.0.0.1/8 scope host lo | |
valid_lft forever preferred_lft forever | |
inet6 ::1/128 scope host | |
valid_lft forever preferred_lft forever | |
15: tapab82e047-fc: <BROADCAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default | |
link/ether fa:16:3e:8f:21:d1 brd ff:ff:ff:ff:ff:ff | |
inet 10.210.2.3/24 brd 10.210.2.255 scope global tapab82e047-fc | |
valid_lft forever preferred_lft forever | |
inet6 fe80::f816:3eff:fe8f:21d1/64 scope link | |
valid_lft forever preferred_lft forever | |
+ sudo ip netns exec qdhcp-3c89cdec-92c3-494a-82cd-f5713d7bee0d ip route | |
default via 10.210.2.1 dev tapab82e047-fc | |
10.210.2.0/24 dev tapab82e047-fc proto kernel scope link src 10.210.2.3 | |
+ for i in '$(ip netns)' | |
+ sudo ip netns exec qrouter-3ccfca95-15af-4d22-bde8-d9d01bc48044 ip link | |
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default | |
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 | |
12: qr-54553eab-6d: <BROADCAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default | |
link/ether fa:16:3e:95:65:a5 brd ff:ff:ff:ff:ff:ff | |
13: qr-ab6f8446-29: <BROADCAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default | |
link/ether fa:16:3e:05:a2:f0 brd ff:ff:ff:ff:ff:ff | |
14: qg-3bc202cd-e2: <BROADCAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default | |
link/ether fa:16:3e:13:48:b5 brd ff:ff:ff:ff:ff:ff | |
+ sudo ip netns exec qrouter-3ccfca95-15af-4d22-bde8-d9d01bc48044 ip addr | |
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default | |
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 | |
inet 127.0.0.1/8 scope host lo | |
valid_lft forever preferred_lft forever | |
inet6 ::1/128 scope host | |
valid_lft forever preferred_lft forever | |
12: qr-54553eab-6d: <BROADCAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default | |
link/ether fa:16:3e:95:65:a5 brd ff:ff:ff:ff:ff:ff | |
inet 10.210.1.1/24 brd 10.210.1.255 scope global qr-54553eab-6d | |
valid_lft forever preferred_lft forever | |
inet6 fe80::f816:3eff:fe95:65a5/64 scope link | |
valid_lft forever preferred_lft forever | |
13: qr-ab6f8446-29: <BROADCAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default | |
link/ether fa:16:3e:05:a2:f0 brd ff:ff:ff:ff:ff:ff | |
inet 10.210.2.1/24 brd 10.210.2.255 scope global qr-ab6f8446-29 | |
valid_lft forever preferred_lft forever | |
inet6 fe80::f816:3eff:fe05:a2f0/64 scope link | |
valid_lft forever preferred_lft forever | |
14: qg-3bc202cd-e2: <BROADCAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default | |
link/ether fa:16:3e:13:48:b5 brd ff:ff:ff:ff:ff:ff | |
inet 172.16.18.201/24 brd 172.16.18.255 scope global qg-3bc202cd-e2 | |
valid_lft forever preferred_lft forever | |
inet 172.16.18.205/32 brd 172.16.18.205 scope global qg-3bc202cd-e2 | |
valid_lft forever preferred_lft forever | |
inet 172.16.18.206/32 brd 172.16.18.206 scope global qg-3bc202cd-e2 | |
valid_lft forever preferred_lft forever | |
inet 172.16.18.207/32 brd 172.16.18.207 scope global qg-3bc202cd-e2 | |
valid_lft forever preferred_lft forever | |
inet6 fe80::f816:3eff:fe13:48b5/64 scope link | |
valid_lft forever preferred_lft forever | |
+ sudo ip netns exec qrouter-3ccfca95-15af-4d22-bde8-d9d01bc48044 ip route | |
default via 172.16.18.2 dev qg-3bc202cd-e2 | |
10.210.1.0/24 dev qr-54553eab-6d proto kernel scope link src 10.210.1.1 | |
10.210.2.0/24 dev qr-ab6f8446-29 proto kernel scope link src 10.210.2.1 | |
172.16.18.0/24 dev qg-3bc202cd-e2 proto kernel scope link src 172.16.18.201 | |
+ for i in '$(ip netns)' | |
+ sudo ip netns exec qrouter-20cde759-61e3-4e39-b35d-d8fb392b8681 ip link | |
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default | |
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 | |
9: qr-22e9edb2-f4: <BROADCAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default | |
link/ether fa:16:3e:8a:0e:d2 brd ff:ff:ff:ff:ff:ff | |
10: qg-53ac72eb-ef: <BROADCAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default | |
link/ether fa:16:3e:6a:5d:26 brd ff:ff:ff:ff:ff:ff | |
11: qr-5772753e-72: <BROADCAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT group default | |
link/ether fa:16:3e:c2:20:80 brd ff:ff:ff:ff:ff:ff | |
+ sudo ip netns exec qrouter-20cde759-61e3-4e39-b35d-d8fb392b8681 ip addr | |
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default | |
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 | |
inet 127.0.0.1/8 scope host lo | |
valid_lft forever preferred_lft forever | |
inet6 ::1/128 scope host | |
valid_lft forever preferred_lft forever | |
9: qr-22e9edb2-f4: <BROADCAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default | |
link/ether fa:16:3e:8a:0e:d2 brd ff:ff:ff:ff:ff:ff | |
inet 10.210.1.1/24 brd 10.210.1.255 scope global qr-22e9edb2-f4 | |
valid_lft forever preferred_lft forever | |
inet6 fe80::f816:3eff:fe8a:ed2/64 scope link | |
valid_lft forever preferred_lft forever | |
10: qg-53ac72eb-ef: <BROADCAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default | |
link/ether fa:16:3e:6a:5d:26 brd ff:ff:ff:ff:ff:ff | |
inet 172.16.18.200/24 brd 172.16.18.255 scope global qg-53ac72eb-ef | |
valid_lft forever preferred_lft forever | |
inet 172.16.18.202/32 brd 172.16.18.202 scope global qg-53ac72eb-ef | |
valid_lft forever preferred_lft forever | |
inet 172.16.18.203/32 brd 172.16.18.203 scope global qg-53ac72eb-ef | |
valid_lft forever preferred_lft forever | |
inet 172.16.18.204/32 brd 172.16.18.204 scope global qg-53ac72eb-ef | |
valid_lft forever preferred_lft forever | |
inet6 fe80::f816:3eff:fe6a:5d26/64 scope link | |
valid_lft forever preferred_lft forever | |
11: qr-5772753e-72: <BROADCAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN group default | |
link/ether fa:16:3e:c2:20:80 brd ff:ff:ff:ff:ff:ff | |
inet 10.210.2.1/24 brd 10.210.2.255 scope global qr-5772753e-72 | |
valid_lft forever preferred_lft forever | |
inet6 fe80::f816:3eff:fec2:2080/64 scope link | |
valid_lft forever preferred_lft forever | |
+ sudo ip netns exec qrouter-20cde759-61e3-4e39-b35d-d8fb392b8681 ip route | |
default via 172.16.18.2 dev qg-53ac72eb-ef | |
10.210.1.0/24 dev qr-22e9edb2-f4 proto kernel scope link src 10.210.1.1 | |
10.210.2.0/24 dev qr-5772753e-72 proto kernel scope link src 10.210.2.1 | |
172.16.18.0/24 dev qg-53ac72eb-ef proto kernel scope link src 172.16.18.200 | |
+ sudo brctl show | |
bridge name bridge id STP enabled interfaces | |
virbr0 8000.000000000000 yes | |
+ sudo ovs-dpctl show | |
system@ovs-system: | |
lookups: hit:132333 missed:77572 lost:0 | |
flows: 34 | |
masks: hit:569466 total:1 hit/pkt:2.71 | |
port 0: ovs-system (internal) | |
port 1: br-ex (internal) | |
port 2: br-int (internal) | |
port 3: qr-22e9edb2-f4 (internal) | |
port 4: gre_system (gre: df_default=false, ttl=0) | |
port 5: qg-53ac72eb-ef (internal) | |
port 6: qr-5772753e-72 (internal) | |
port 7: qr-54553eab-6d (internal) | |
port 8: qr-ab6f8446-29 (internal) | |
port 9: qg-3bc202cd-e2 (internal) | |
port 10: tapab82e047-fc (internal) | |
port 11: tap848a0f6f-e3 (internal) | |
port 12: tapc9694c13-5a (internal) | |
port 13: tapa6e1a32a-e7 (internal) | |
+ sudo ovs-dpctl dump-flows | |
skb_priority(0),tunnel(tun_id=0x0,src=172.16.150.142,dst=172.16.150.144,tos=0x0,ttl=64,flags(key)),in_port(4),skb_mark(0),eth(src=71:58:12:21:46:04,dst=88:cc:02:07:04:4a),eth_type(0/0xffff), packets:0, bytes:0, used:never, actions:drop | |
skb_priority(0),tunnel(tun_id=0x0,src=172.16.150.143,dst=172.16.150.144,tos=0x0,ttl=64,flags(key)),in_port(4),skb_mark(0),eth(src=32:06:02:00:78:0a,dst=fe:97:4e:04:02:07),eth_type(0x186f), packets:0, bytes:0, used:never, actions:userspace(pid=4294963036,slow_path(controller)) | |
skb_priority(0),tunnel(tun_id=0x0,src=172.16.150.141,dst=172.16.150.144,tos=0x0,ttl=64,flags(key)),in_port(4),skb_mark(0),eth(src=36:36:39:33:34:33,dst=3a:38:31:38:35:30),eth_type(0x3034), packets:2, bytes:30, used:0.675s, actions:userspace(pid=4294963036,slow_path(controller)) | |
skb_priority(0),tunnel(tun_id=0x0,src=172.16.150.142,dst=172.16.150.144,tos=0x0,ttl=64,flags(key)),in_port(4),skb_mark(0),eth(src=33:06:02:00:78:0a,dst=11:15:42:04:02:07),eth_type(0x186f), packets:0, bytes:0, used:never, actions:drop | |
skb_priority(0),tunnel(tun_id=0x0,src=172.16.150.142,dst=172.16.150.144,tos=0x0,ttl=64,flags(key)),in_port(4),skb_mark(0),eth(src=70:65:6e:66:6c:6f,dst=02:00:78:0a:18:6f),eth_type(0x773a), packets:5, bytes:140, used:0.690s, actions:drop | |
skb_priority(0),tunnel(tun_id=0x0,src=172.16.150.142,dst=172.16.150.144,tos=0x0,ttl=64,flags(key)),in_port(4),skb_mark(0),eth(src=f6:d8:1e:22:d5:8a,dst=01:80:c2:00:00:0e),eth_type(0x88cc), packets:0, bytes:0, used:never, actions:userspace(pid=4294963036,slow_path(controller)) | |
skb_priority(0),tunnel(tun_id=0x0,src=172.16.150.142,dst=172.16.150.144,tos=0x0,ttl=64,flags(key)),in_port(4),skb_mark(0),eth(src=34:06:02:00:78:0a,dst=aa:75:43:04:02:07),eth_type(0x186f), packets:0, bytes:0, used:never, actions:drop | |
skb_priority(0),tunnel(tun_id=0x0,src=172.16.150.143,dst=172.16.150.144,tos=0x0,ttl=64,flags(key)),in_port(4),skb_mark(0),eth(src=33:06:02:00:78:0a,dst=12:21:46:04:02:07),eth_type(0x176f), packets:0, bytes:0, used:never, actions:userspace(pid=4294963036,slow_path(controller)) | |
skb_priority(0),tunnel(tun_id=0x0,src=172.16.150.143,dst=172.16.150.144,tos=0x0,ttl=64,flags(key)),in_port(4),skb_mark(0),eth(src=71:58:12:21:46:04,dst=88:cc:02:07:04:4a),eth_type(0/0xffff), packets:0, bytes:0, used:never, actions:userspace(pid=4294963036,slow_path(controller)) | |
skb_priority(0),tunnel(tun_id=0x0,src=172.16.150.143,dst=172.16.150.144,tos=0x0,ttl=64,flags(key)),in_port(4),skb_mark(0),eth(src=32:06:02:00:78:0a,dst=11:15:42:04:02:07),eth_type(0x186f), packets:1, bytes:36, used:0.719s, actions:userspace(pid=4294963036,slow_path(controller)) | |
skb_priority(0),tunnel(tun_id=0x0,src=172.16.150.141,dst=172.16.150.144,tos=0x0,ttl=64,flags(key)),in_port(4),skb_mark(0),eth(src=32:06:02:00:78:0a,dst=aa:75:43:04:02:07),eth_type(0x186f), packets:0, bytes:0, used:never, actions:userspace(pid=4294963036,slow_path(controller)) | |
skb_priority(0),tunnel(tun_id=0x0,src=172.16.150.142,dst=172.16.150.144,tos=0x0,ttl=64,flags(key)),in_port(4),skb_mark(0),eth(src=65:6e:66:6c:6f:77,dst=00:78:0a:17:6f:70),eth_type(0x3a38), packets:0, bytes:0, used:never, actions:drop | |
skb_priority(0),tunnel(tun_id=0x0,src=172.16.150.143,dst=172.16.150.144,tos=0x0,ttl=64,flags(key)),in_port(4),skb_mark(0),eth(src=32:06:02:00:78:0a,dst=aa:75:43:04:02:07),eth_type(0x186f), packets:0, bytes:0, used:never, actions:userspace(pid=4294963036,slow_path(controller)) | |
skb_priority(0),tunnel(tun_id=0x0,src=172.16.150.143,dst=172.16.150.144,tos=0x0,ttl=64,flags(key)),in_port(4),skb_mark(0),eth(src=33:06:02:00:78:0a,dst=aa:75:43:04:02:07),eth_type(0x186f), packets:0, bytes:0, used:never, actions:userspace(pid=4294963036,slow_path(controller)) | |
skb_priority(0),tunnel(tun_id=0x0,src=172.16.150.141,dst=172.16.150.144,tos=0x0,ttl=64,flags(key)),in_port(4),skb_mark(0),eth(src=5a:a1:3e:f9:92:4d,dst=01:80:c2:00:00:0e),eth_type(0x88cc), packets:0, bytes:0, used:never, actions:userspace(pid=4294963036,slow_path(controller)) | |
skb_priority(0),tunnel(tun_id=0x0,src=172.16.150.141,dst=172.16.150.144,tos=0x0,ttl=64,flags(key)),in_port(4),skb_mark(0),eth(src=33:06:02:00:78:0a,dst=11:15:42:04:02:07),eth_type(0x186f), packets:1, bytes:36, used:0.720s, actions:userspace(pid=4294963036,slow_path(controller)) | |
skb_priority(0),tunnel(tun_id=0x0,src=172.16.150.141,dst=172.16.150.144,tos=0x0,ttl=64,flags(key)),in_port(4),skb_mark(0),eth(src=34:06:02:00:78:0a,dst=fe:97:4e:04:02:07),eth_type(0x186f), packets:0, bytes:0, used:never, actions:userspace(pid=4294963036,slow_path(controller)) | |
skb_priority(0),tunnel(tun_id=0x0,src=172.16.150.141,dst=172.16.150.144,tos=0x0,ttl=64,flags(key)),in_port(4),skb_mark(0),eth(src=0e:63:11:15:42:04,dst=88:cc:02:07:04:7a),eth_type(0/0xffff), packets:0, bytes:0, used:never, actions:userspace(pid=4294963036,slow_path(controller)) | |
skb_priority(0),tunnel(tun_id=0x0,src=172.16.150.143,dst=172.16.150.144,tos=0x0,ttl=64,flags(key)),in_port(4),skb_mark(0),eth(src=da:9b:e0:86:94:d3,dst=01:80:c2:00:00:0e),eth_type(0x88cc), packets:0, bytes:0, used:never, actions:userspace(pid=4294963036,slow_path(controller)) | |
skb_priority(0),tunnel(tun_id=0x0,src=172.16.150.142,dst=172.16.150.144,tos=0x0,ttl=64,flags(key)),in_port(4),skb_mark(0),eth(src=32:06:02:00:78:0a,dst=11:15:42:04:02:07),eth_type(0x186f), packets:2, bytes:72, used:0.703s, actions:drop | |
skb_priority(0),tunnel(tun_id=0x0,src=172.16.150.142,dst=172.16.150.144,tos=0x0,ttl=64,flags(key)),in_port(4),skb_mark(0),eth(src=34:06:02:00:78:0a,dst=12:21:46:04:02:07),eth_type(0x176f), packets:0, bytes:0, used:never, actions:drop | |
skb_priority(0),tunnel(tun_id=0x0,src=172.16.150.143,dst=172.16.150.144,tos=0x0,ttl=64,flags(key)),in_port(4),skb_mark(0),eth(src=74:e9:fe:97:4e:04,dst=88:cc:02:07:04:9a),eth_type(0/0xffff), packets:0, bytes:0, used:never, actions:userspace(pid=4294963036,slow_path(controller)) | |
skb_priority(0),tunnel(tun_id=0x0,src=172.16.150.142,dst=172.16.150.144,tos=0x0,ttl=64,flags(key)),in_port(4),skb_mark(0),eth(src=0e:63:11:15:42:04,dst=88:cc:02:07:04:7a),eth_type(0/0xffff), packets:0, bytes:0, used:never, actions:drop | |
skb_priority(0),tunnel(tun_id=0x0,src=172.16.150.143,dst=172.16.150.144,tos=0x0,ttl=64,flags(key)),in_port(4),skb_mark(0),eth(src=33:06:02:00:78:0a,dst=11:15:42:04:02:07),eth_type(0x186f), packets:0, bytes:0, used:never, actions:userspace(pid=4294963036,slow_path(controller)) | |
skb_priority(0),tunnel(tun_id=0x0,src=172.16.150.143,dst=172.16.150.144,tos=0x0,ttl=64,flags(key)),in_port(4),skb_mark(0),eth(src=70:65:6e:66:6c:6f,dst=02:00:78:0a:18:6f),eth_type(0x773a), packets:2, bytes:56, used:0.691s, actions:userspace(pid=4294963036,slow_path(controller)) | |
skb_priority(0),tunnel(tun_id=0x0,src=172.16.150.141,dst=172.16.150.144,tos=0x0,ttl=64,flags(key)),in_port(4),skb_mark(0),eth(src=70:65:6e:66:6c:6f,dst=02:00:78:0a:18:6f),eth_type(0x773a), packets:2, bytes:56, used:0.694s, actions:userspace(pid=4294963036,slow_path(controller)) | |
skb_priority(0),tunnel(tun_id=0x0,src=172.16.150.142,dst=172.16.150.144,tos=0x0,ttl=64,flags(key)),in_port(4),skb_mark(0),eth(src=33:06:02:00:78:0a,dst=aa:75:43:04:02:07),eth_type(0x186f), packets:0, bytes:0, used:never, actions:drop | |
skb_priority(0),tunnel(tun_id=0x0,src=172.16.150.141,dst=172.16.150.144,tos=0x0,ttl=64,flags(key)),in_port(4),skb_mark(0),eth(src=74:e9:fe:97:4e:04,dst=88:cc:02:07:04:9a),eth_type(0/0xffff), packets:0, bytes:0, used:never, actions:userspace(pid=4294963036,slow_path(controller)) | |
skb_priority(0),tunnel(tun_id=0x0,src=172.16.150.143,dst=172.16.150.144,tos=0x0,ttl=64,flags(key)),in_port(4),skb_mark(0),eth(src=65:6e:66:6c:6f:77,dst=00:78:0a:17:6f:70),eth_type(0x3a38), packets:0, bytes:0, used:never, actions:userspace(pid=4294963036,slow_path(controller)) | |
skb_priority(0),tunnel(tun_id=0x0,src=172.16.150.141,dst=172.16.150.144,tos=0x0,ttl=64,flags(key)),in_port(4),skb_mark(0),eth(src=32:06:02:00:78:0a,dst=11:15:42:04:02:07),eth_type(0x186f), packets:1, bytes:36, used:0.723s, actions:userspace(pid=4294963036,slow_path(controller)) | |
skb_priority(0),tunnel(tun_id=0x0,src=172.16.150.143,dst=172.16.150.144,tos=0x0,ttl=64,flags(key)),in_port(4),skb_mark(0),eth(src=36:36:39:33:34:33,dst=3a:38:31:38:35:30),eth_type(0x3034), packets:3, bytes:45, used:0.672s, actions:userspace(pid=4294963036,slow_path(controller)) | |
skb_priority(0),tunnel(tun_id=0x0,src=172.16.150.142,dst=172.16.150.144,tos=0x0,ttl=64,flags(key)),in_port(4),skb_mark(0),eth(src=36:36:39:33:34:33,dst=3a:38:31:38:35:30),eth_type(0x3034), packets:2, bytes:30, used:0.681s, actions:drop | |
skb_priority(0),tunnel(tun_id=0x0,src=172.16.150.141,dst=172.16.150.144,tos=0x0,ttl=64,flags(key)),in_port(4),skb_mark(0),eth(src=34:06:02:00:78:0a,dst=aa:75:43:04:02:07),eth_type(0x186f), packets:0, bytes:0, used:never, actions:userspace(pid=4294963036,slow_path(controller)) | |
skb_priority(0),tunnel(tun_id=0x0,src=172.16.150.141,dst=172.16.150.144,tos=0x0,ttl=64,flags(key)),in_port(4),skb_mark(0),eth(src=65:6e:66:6c:6f:77,dst=00:78:0a:17:6f:70),eth_type(0x3a38), packets:3, bytes:81, used:0.695s, actions:userspace(pid=4294963036,slow_path(controller)) | |
+ sudo ovs-vsctl show | |
290e1d22-2925-4ee9-b5d3-97bb13aad7ce | |
Manager "tcp:172.16.150.1:6640" | |
is_connected: true | |
Bridge br-ex | |
Controller "tcp:172.16.150.1:6633" | |
is_connected: true | |
Port "qg-3bc202cd-e2" | |
Interface "qg-3bc202cd-e2" | |
type: internal | |
Port "qg-53ac72eb-ef" | |
Interface "qg-53ac72eb-ef" | |
type: internal | |
Port br-ex | |
Interface br-ex | |
type: internal | |
Bridge br-int | |
Controller "tcp:172.16.150.1:6633" | |
is_connected: true | |
fail_mode: secure | |
Port "tapa6e1a32a-e7" | |
Interface "tapa6e1a32a-e7" | |
type: internal | |
Port "gre-172.16.150.143" | |
Interface "gre-172.16.150.143" | |
type: gre | |
options: {key=flow, local_ip="172.16.150.144", remote_ip="172.16.150.143"} | |
Port "qr-22e9edb2-f4" | |
Interface "qr-22e9edb2-f4" | |
type: internal | |
Port "qr-ab6f8446-29" | |
Interface "qr-ab6f8446-29" | |
type: internal | |
Port "qr-5772753e-72" | |
Interface "qr-5772753e-72" | |
type: internal | |
Port "tap848a0f6f-e3" | |
Interface "tap848a0f6f-e3" | |
type: internal | |
Port "gre-172.16.150.141" | |
Interface "gre-172.16.150.141" | |
type: gre | |
options: {key=flow, local_ip="172.16.150.144", remote_ip="172.16.150.141"} | |
Port "qr-54553eab-6d" | |
Interface "qr-54553eab-6d" | |
type: internal | |
Port "gre-172.16.150.142" | |
Interface "gre-172.16.150.142" | |
type: gre | |
options: {key=flow, local_ip="172.16.150.144", remote_ip="172.16.150.142"} | |
Port "tapc9694c13-5a" | |
Interface "tapc9694c13-5a" | |
type: internal | |
Port br-int | |
Interface br-int | |
Port "tapab82e047-fc" | |
Interface "tapab82e047-fc" | |
type: internal | |
ovs_version: "2.1.2" | |
++ sudo ovs-vsctl list-br | |
+ for i in '`sudo ovs-vsctl list-br`' | |
+ sudo ovs-ofctl -O OpenFlow13 show br-ex | |
OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:000042a8ee274243 | |
n_tables:254, n_buffers:256 | |
capabilities: FLOW_STATS TABLE_STATS PORT_STATS QUEUE_STATS | |
OFPT_GET_CONFIG_REPLY (OF1.3) (xid=0x4): frags=normal miss_send_len=0 | |
+ sudo ovs-ofctl -O OpenFlow13 dump-flows br-ex | |
OFPST_FLOW reply (OF1.3) (xid=0x2): | |
cookie=0x0, duration=9967.381s, table=0, n_packets=381, n_bytes=16002, send_flow_rem priority=1,in_port=1,dl_dst=fa:16:3e:13:48:b5 actions=output:2 | |
cookie=0x0, duration=9982.407s, table=0, n_packets=381, n_bytes=16002, send_flow_rem priority=1,in_port=2,dl_dst=fa:16:3e:6a:5d:26 actions=output:1 | |
cookie=0x0, duration=10375.284s, table=0, n_packets=0, n_bytes=0, send_flow_rem priority=1,ip,nw_dst=172.16.18.201 actions=set_field:fa:16:3e:13:48:b5->eth_dst,output:2 | |
cookie=0x0, duration=10262.277s, table=0, n_packets=0, n_bytes=0, send_flow_rem priority=1,ip,nw_dst=172.16.18.202 actions=set_field:fa:16:3e:6a:5d:26->eth_dst,output:1 | |
cookie=0x0, duration=10258.424s, table=0, n_packets=170, n_bytes=16660, send_flow_rem priority=1,ip,nw_dst=172.16.18.204 actions=set_field:fa:16:3e:6a:5d:26->eth_dst,output:1 | |
cookie=0x0, duration=10254.798s, table=0, n_packets=6215, n_bytes=609070, send_flow_rem priority=1,ip,nw_dst=172.16.18.206 actions=set_field:fa:16:3e:13:48:b5->eth_dst,output:2 | |
cookie=0x0, duration=10259.892s, table=0, n_packets=6221, n_bytes=609658, send_flow_rem priority=1,ip,nw_dst=172.16.18.203 actions=set_field:fa:16:3e:6a:5d:26->eth_dst,output:1 | |
cookie=0x0, duration=10376.044s, table=0, n_packets=0, n_bytes=0, send_flow_rem priority=1,ip,nw_dst=172.16.18.200 actions=set_field:fa:16:3e:6a:5d:26->eth_dst,output:1 | |
cookie=0x0, duration=10253.400s, table=0, n_packets=0, n_bytes=0, send_flow_rem priority=1,ip,nw_dst=172.16.18.207 actions=set_field:fa:16:3e:13:48:b5->eth_dst,output:2 | |
cookie=0x0, duration=10257.030s, table=0, n_packets=176, n_bytes=17248, send_flow_rem priority=1,ip,nw_dst=172.16.18.205 actions=set_field:fa:16:3e:13:48:b5->eth_dst,output:2 | |
+ for i in '`sudo ovs-vsctl list-br`' | |
+ sudo ovs-ofctl -O OpenFlow13 show br-int | |
OFPT_FEATURES_REPLY (OF1.3) (xid=0x2): dpid:0000828e11aa7543 | |
n_tables:254, n_buffers:256 | |
capabilities: FLOW_STATS TABLE_STATS PORT_STATS QUEUE_STATS | |
OFPT_GET_CONFIG_REPLY (OF1.3) (xid=0x4): frags=normal miss_send_len=0 | |
+ sudo ovs-ofctl -O OpenFlow13 dump-flows br-int | |
OFPST_FLOW reply (OF1.3) (xid=0x2): | |
cookie=0x0, duration=5491.514s, table=0, n_packets=0, n_bytes=0, send_flow_rem priority=1,in_port=4,dl_dst=6e:66:6c:6f:77:3a actions=output:4 | |
cookie=0x0, duration=9212.319s, table=0, n_packets=0, n_bytes=0, send_flow_rem priority=1,in_port=3,dl_dst=6e:66:6c:6f:77:3a actions=output:4 | |
cookie=0x0, duration=9382.882s, table=0, n_packets=0, n_bytes=0, send_flow_rem priority=1,in_port=3,dl_dst=70:65:6e:66:6c:6f actions=output:4 | |
cookie=0x0, duration=10245.332s, table=0, n_packets=0, n_bytes=0, send_flow_rem priority=1,in_port=4,dl_dst=00:00:00:00:00:00 actions=output:3 | |
cookie=0x0, duration=10245.338s, table=0, n_packets=0, n_bytes=0, send_flow_rem priority=1,in_port=3,dl_dst=00:00:00:00:00:00 actions=output:3 | |
cookie=0x0, duration=4811.380s, table=0, n_packets=0, n_bytes=0, send_flow_rem priority=1,in_port=4,dl_dst=77:3a:31:34:33:35 actions=output:4 | |
cookie=0x0, duration=9387.130s, table=0, n_packets=0, n_bytes=0, send_flow_rem priority=1,in_port=4,dl_dst=70:65:6e:66:6c:6f actions=output:4 | |
cookie=0x0, duration=10381.664s, table=0, n_packets=0, n_bytes=0, send_flow_rem tun_id=0x1,in_port=4 actions=goto_table:20 | |
cookie=0x0, duration=10378.347s, table=0, n_packets=12, n_bytes=1393, send_flow_rem tun_id=0x252,in_port=3 actions=goto_table:20 | |
cookie=0x0, duration=10377.852s, table=0, n_packets=0, n_bytes=0, send_flow_rem tun_id=0x300,in_port=3 actions=goto_table:20 | |
cookie=0x0, duration=10378.253s, table=0, n_packets=0, n_bytes=0, send_flow_rem tun_id=0x252,in_port=4 actions=goto_table:20 | |
cookie=0x0, duration=10382.644s, table=0, n_packets=0, n_bytes=0, send_flow_rem tun_id=0x251,in_port=3 actions=goto_table:20 | |
cookie=0x0, duration=10382.690s, table=0, n_packets=0, n_bytes=0, send_flow_rem tun_id=0x251,in_port=2 actions=goto_table:20 | |
cookie=0x0, duration=10377.796s, table=0, n_packets=6456, n_bytes=613585, send_flow_rem tun_id=0x300,in_port=4 actions=goto_table:20 | |
cookie=0x0, duration=10378.401s, table=0, n_packets=6584, n_bytes=625793, send_flow_rem tun_id=0x252,in_port=2 actions=goto_table:20 | |
cookie=0x0, duration=10377.909s, table=0, n_packets=0, n_bytes=0, send_flow_rem tun_id=0x300,in_port=2 actions=goto_table:20 | |
cookie=0x0, duration=10376.697s, table=0, n_packets=0, n_bytes=0, send_flow_rem tun_id=0x301,in_port=4 actions=goto_table:20 | |
cookie=0x0, duration=10381.708s, table=0, n_packets=0, n_bytes=0, send_flow_rem tun_id=0x1,in_port=3 actions=goto_table:20 | |
cookie=0x0, duration=10376.761s, table=0, n_packets=6652, n_bytes=631457, send_flow_rem tun_id=0x301,in_port=3 actions=goto_table:20 | |
cookie=0x0, duration=10376.826s, table=0, n_packets=6591, n_bytes=625751, send_flow_rem tun_id=0x301,in_port=2 actions=goto_table:20 | |
cookie=0x0, duration=10382.600s, table=0, n_packets=194, n_bytes=18417, send_flow_rem tun_id=0x251,in_port=4 actions=goto_table:20 | |
cookie=0x0, duration=10381.762s, table=0, n_packets=0, n_bytes=0, send_flow_rem tun_id=0x1,in_port=2 actions=goto_table:20 | |
cookie=0x0, duration=10376.886s, table=0, n_packets=0, n_bytes=0, send_flow_rem priority=8192,in_port=7 actions=drop | |
cookie=0x0, duration=10356.528s, table=0, n_packets=0, n_bytes=0, send_flow_rem priority=8192,in_port=8 actions=drop | |
cookie=0x0, duration=10309.560s, table=0, n_packets=0, n_bytes=0, send_flow_rem priority=8192,in_port=11 actions=drop | |
cookie=0x0, duration=10382.742s, table=0, n_packets=0, n_bytes=0, send_flow_rem priority=8192,in_port=1 actions=drop | |
cookie=0x0, duration=10331.331s, table=0, n_packets=0, n_bytes=0, send_flow_rem priority=8192,in_port=9 actions=drop | |
cookie=0x0, duration=10326.930s, table=0, n_packets=0, n_bytes=0, send_flow_rem priority=8192,in_port=10 actions=drop | |
cookie=0x0, duration=10378.452s, table=0, n_packets=0, n_bytes=0, send_flow_rem priority=8192,in_port=5 actions=drop | |
cookie=0x0, duration=10378.003s, table=0, n_packets=0, n_bytes=0, send_flow_rem priority=8192,in_port=6 actions=drop | |
cookie=0x0, duration=10375.082s, table=0, n_packets=46611, n_bytes=1469056, send_flow_rem priority=8192,in_port=2 actions=drop | |
cookie=0x0, duration=10309.560s, table=0, n_packets=3, n_bytes=804, send_flow_rem in_port=11,dl_src=fa:16:3e:0c:05:a1 actions=set_field:0x300->tun_id,goto_table:10 | |
cookie=0x0, duration=10382.751s, table=0, n_packets=200, n_bytes=18311, send_flow_rem in_port=1,dl_src=fa:16:3e:8a:0e:d2 actions=set_field:0x251->tun_id,goto_table:10 | |
cookie=0x0, duration=10378.459s, table=0, n_packets=6591, n_bytes=625764, send_flow_rem in_port=5,dl_src=fa:16:3e:c2:20:80 actions=set_field:0x252->tun_id,goto_table:10 | |
cookie=0x0, duration=10331.333s, table=0, n_packets=3, n_bytes=804, send_flow_rem in_port=9,dl_src=fa:16:3e:57:a2:a3 actions=set_field:0x251->tun_id,goto_table:10 | |
cookie=0x0, duration=10378.013s, table=0, n_packets=6458, n_bytes=613171, send_flow_rem in_port=6,dl_src=fa:16:3e:95:65:a5 actions=set_field:0x300->tun_id,goto_table:10 | |
cookie=0x0, duration=10356.550s, table=0, n_packets=12, n_bytes=2116, send_flow_rem in_port=8,dl_src=fa:16:3e:8f:21:d1 actions=set_field:0x252->tun_id,goto_table:10 | |
cookie=0x0, duration=10375.091s, table=0, n_packets=30, n_bytes=1440, send_flow_rem in_port=2,dl_src=fa:16:3e:13:48:b5 actions=set_field:0x1->tun_id,goto_table:10 | |
cookie=0x0, duration=10376.895s, table=0, n_packets=13243, n_bytes=1256164, send_flow_rem in_port=7,dl_src=fa:16:3e:05:a2:f0 actions=set_field:0x301->tun_id,goto_table:10 | |
cookie=0x0, duration=10326.930s, table=0, n_packets=5, n_bytes=1538, send_flow_rem in_port=10,dl_src=fa:16:3e:5b:ad:a0 actions=set_field:0x301->tun_id,goto_table:10 | |
cookie=0x0, duration=10381.815s, table=0, n_packets=0, n_bytes=0, send_flow_rem in_port=1,dl_src=fa:16:3e:6a:5d:26 actions=set_field:0x1->tun_id,goto_table:10 | |
cookie=0x0, duration=10552.301s, table=0, n_packets=6210, n_bytes=560968, send_flow_rem dl_type=0x88cc actions=CONTROLLER:56 | |
cookie=0x0, duration=10377.965s, table=10, n_packets=0, n_bytes=0, send_flow_rem priority=8192,tun_id=0x300 actions=goto_table:20 | |
cookie=0x0, duration=10378.420s, table=10, n_packets=1, n_bytes=90, send_flow_rem priority=8192,tun_id=0x252 actions=goto_table:20 | |
cookie=0x0, duration=10381.782s, table=10, n_packets=0, n_bytes=0, send_flow_rem priority=8192,tun_id=0x1 actions=goto_table:20 | |
cookie=0x0, duration=10376.850s, table=10, n_packets=0, n_bytes=0, send_flow_rem priority=8192,tun_id=0x301 actions=goto_table:20 | |
cookie=0x0, duration=10382.710s, table=10, n_packets=0, n_bytes=0, send_flow_rem priority=8192,tun_id=0x251 actions=goto_table:20 | |
cookie=0x0, duration=10315.096s, table=10, n_packets=6450, n_bytes=613221, send_flow_rem tun_id=0x300,dl_dst=fa:16:3e:b7:09:71 actions=output:4,goto_table:20 | |
cookie=0x0, duration=10348.997s, table=10, n_packets=6578, n_bytes=625429, send_flow_rem tun_id=0x252,dl_dst=fa:16:3e:3e:07:18 actions=output:2,goto_table:20 | |
cookie=0x0, duration=10284.111s, table=10, n_packets=6652, n_bytes=631561, send_flow_rem tun_id=0x301,dl_dst=fa:16:3e:f0:e3:68 actions=output:3,goto_table:20 | |
cookie=0x0, duration=10316.924s, table=10, n_packets=6585, n_bytes=625387, send_flow_rem tun_id=0x301,dl_dst=fa:16:3e:04:36:79 actions=output:2,goto_table:20 | |
cookie=0x0, duration=10352.373s, table=10, n_packets=6, n_bytes=1029, send_flow_rem tun_id=0x252,dl_dst=fa:16:3e:b7:1e:08 actions=output:3,goto_table:20 | |
cookie=0x0, duration=10316.927s, table=10, n_packets=192, n_bytes=18361, send_flow_rem tun_id=0x251,dl_dst=fa:16:3e:74:56:a8 actions=output:4,goto_table:20 | |
cookie=0x0, duration=10378.390s, table=10, n_packets=18, n_bytes=1332, send_flow_rem priority=16384,tun_id=0x252,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00 actions=output:2,output:3,output:4,goto_table:20 | |
cookie=0x0, duration=10382.681s, table=10, n_packets=11, n_bytes=754, send_flow_rem priority=16384,tun_id=0x251,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00 actions=output:2,output:3,output:4,goto_table:20 | |
cookie=0x0, duration=10381.748s, table=10, n_packets=30, n_bytes=1440, send_flow_rem priority=16384,tun_id=0x1,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00 actions=output:2,output:3,output:4,goto_table:20 | |
cookie=0x0, duration=10376.812s, table=10, n_packets=11, n_bytes=754, send_flow_rem priority=16384,tun_id=0x301,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00 actions=output:2,output:3,output:4,goto_table:20 | |
cookie=0x0, duration=10377.895s, table=10, n_packets=10, n_bytes=664, send_flow_rem priority=16384,tun_id=0x300,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00 actions=output:2,output:3,output:4,goto_table:20 | |
cookie=0x0, duration=10377.943s, table=20, n_packets=6450, n_bytes=613221, send_flow_rem priority=8192,tun_id=0x300 actions=drop | |
cookie=0x0, duration=10378.411s, table=20, n_packets=6584, n_bytes=626458, send_flow_rem priority=8192,tun_id=0x252 actions=drop | |
cookie=0x0, duration=10381.770s, table=20, n_packets=0, n_bytes=0, send_flow_rem priority=8192,tun_id=0x1 actions=drop | |
cookie=0x0, duration=10376.838s, table=20, n_packets=13237, n_bytes=1256948, send_flow_rem priority=8192,tun_id=0x301 actions=drop | |
cookie=0x0, duration=10382.700s, table=20, n_packets=192, n_bytes=18361, send_flow_rem priority=8192,tun_id=0x251 actions=drop | |
cookie=0x0, duration=10326.930s, table=20, n_packets=0, n_bytes=0, send_flow_rem tun_id=0x301,dl_dst=fa:16:3e:5b:ad:a0 actions=output:10 | |
cookie=0x0, duration=10331.331s, table=20, n_packets=0, n_bytes=0, send_flow_rem tun_id=0x251,dl_dst=fa:16:3e:57:a2:a3 actions=output:9 | |
cookie=0x0, duration=10309.560s, table=20, n_packets=0, n_bytes=0, send_flow_rem tun_id=0x300,dl_dst=fa:16:3e:0c:05:a1 actions=output:11 | |
cookie=0x0, duration=10381.800s, table=20, n_packets=0, n_bytes=0, send_flow_rem tun_id=0x1,dl_dst=fa:16:3e:6a:5d:26 actions=output:1 | |
cookie=0x0, duration=10356.508s, table=20, n_packets=0, n_bytes=0, send_flow_rem tun_id=0x252,dl_dst=fa:16:3e:8f:21:d1 actions=output:8 | |
cookie=0x0, duration=10376.875s, table=20, n_packets=13231, n_bytes=1255340, send_flow_rem tun_id=0x301,dl_dst=fa:16:3e:05:a2:f0 actions=output:7 | |
cookie=0x0, duration=10382.732s, table=20, n_packets=187, n_bytes=17473, send_flow_rem tun_id=0x251,dl_dst=fa:16:3e:8a:0e:d2 actions=output:1 | |
cookie=0x0, duration=10377.995s, table=20, n_packets=6447, n_bytes=612417, send_flow_rem tun_id=0x300,dl_dst=fa:16:3e:95:65:a5 actions=output:6 | |
cookie=0x0, duration=10375.072s, table=20, n_packets=0, n_bytes=0, send_flow_rem tun_id=0x1,dl_dst=fa:16:3e:13:48:b5 actions=output:2 | |
cookie=0x0, duration=10378.444s, table=20, n_packets=6578, n_bytes=624850, send_flow_rem tun_id=0x252,dl_dst=fa:16:3e:c2:20:80 actions=output:5 | |
cookie=0x0, duration=10378.433s, table=20, n_packets=37, n_bytes=3758, send_flow_rem priority=16384,tun_id=0x252,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00 actions=output:5,output:8 | |
cookie=0x0, duration=10382.720s, table=20, n_packets=18, n_bytes=1698, send_flow_rem priority=16384,tun_id=0x251,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00 actions=output:1,output:9 | |
cookie=0x0, duration=10381.791s, table=20, n_packets=30, n_bytes=1440, send_flow_rem priority=16384,tun_id=0x1,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00 actions=output:1,output:2 | |
cookie=0x0, duration=10376.862s, table=20, n_packets=23, n_bytes=2622, send_flow_rem priority=16384,tun_id=0x301,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00 actions=output:7,output:10 | |
cookie=0x0, duration=10377.982s, table=20, n_packets=19, n_bytes=1832, send_flow_rem priority=16384,tun_id=0x300,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00 actions=output:6,output:11 | |
+ exit 0 | |
[odl@fedora144 devstack]$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment