Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 831960 Details for
Bug 989645
Add VXLAN Support to the Open vSwitch Plugin
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
OVS logs working with GRE
file_989645.txt (text/plain), 4.62 KB, created by
Ofer Blaut
on 2013-12-03 10:04:40 UTC
(
hide
)
Description:
OVS logs working with GRE
Filename:
MIME Type:
Creator:
Ofer Blaut
Created:
2013-12-03 10:04:40 UTC
Size:
4.62 KB
patch
obsolete
> > >[root@puma34 ~]# ovs-vsctl show >481f501c-1f81-430d-82e6-33c06cf2d669 > Bridge br-tun > Port patch-int > Interface patch-int > type: patch > options: {peer=patch-tun} > Port br-tun > Interface br-tun > type: internal > Port "gre-1" > Interface "gre-1" > type: gre > options: {in_key=flow, local_ip="55.55.55.77", out_key=flow, remote_ip="55.55.55.17"} > Port "gre-4" > Interface "gre-4" > type: gre > options: {in_key=flow, local_ip="55.55.55.77", out_key=flow, remote_ip="55.55.55.19"} > Port "gre-3" > Interface "gre-3" > type: gre > options: {in_key=flow, local_ip="55.55.55.77", out_key=flow, remote_ip="55.55.55.89"} > Bridge br-int > Port patch-tun > Interface patch-tun > type: patch > options: {peer=patch-int} > Port "qvoe158e99a-bb" > tag: 1 > Interface "qvoe158e99a-bb" > Port br-int > Interface br-int > type: internal > ovs_version: "1.11.0" >[root@puma34 ~]# ovs-dpctl show >system@ovs-system: > lookups: hit:6284569 missed:437 lost:0 > flows: 0 > port 0: ovs-system (internal) > port 1: br-int (internal) > port 2: br-tun (internal) > port 3: gre_system (gre: df_default=false, ttl=0) > port 4: qvoe158e99a-bb >[root@puma34 ~]# ovs-dpctl dump-flows ovs-system >tunnel(tun_id=0x2,src=55.55.55.89,dst=55.55.55.77,tos=0x0,ttl=64,flags(key)),in_port(3),eth(src=fa:16:3e:da:71:51,dst=ff:ff:ff:ff:ff:ff),eth_type(0x0806),arp(sip=0.0.0.0,tip=22.0.0.2,op=1,sha=fa:16:3e:da:71:51,tha=ff:ff:ff:ff:ff:ff), packets:1, bytes:42, used:2.049s, actions:drop >[root@puma34 ~]# ovs-dpctl dump-flows ovs-system >tunnel(tun_id=0x1,src=55.55.55.19,dst=55.55.55.77,tos=0x0,ttl=64,flags(key)),in_port(3),eth(src=fa:16:3e:7a:26:2a,dst=fa:16:3e:bb:24:5f),eth_type(0x0800),ipv4(src=21.0.0.3,dst=21.0.0.2,proto=17,tos=0,ttl=64,frag=no),udp(src=67,dst=68), packets:1, bytes:365, used:3.668s, actions:4 >in_port(4),eth(src=fa:16:3e:bb:24:5f,dst=ff:ff:ff:ff:ff:ff),eth_type(0x0806),arp(sip=0.0.0.0,tip=21.0.0.2,op=1,sha=fa:16:3e:bb:24:5f,tha=ff:ff:ff:ff:ff:ff), packets:3, bytes:126, used:2.642s, actions:push_vlan(vid=1,pcp=0),1,set(tunnel(tun_id=0x1,src=55.55.55.77,dst=55.55.55.19,tos=0x0,ttl=64,flags(df,key))),pop_vlan,3,set(tunnel(tun_id=0x1,src=55.55.55.77,dst=55.55.55.89,tos=0x0,ttl=64,flags(df,key))),3,set(tunnel(tun_id=0x1,src=55.55.55.77,dst=55.55.55.17,tos=0x0,ttl=64,flags(df,key))),3 >in_port(4),eth(src=fa:16:3e:bb:24:5f,dst=33:33:00:00:00:02),eth_type(0x86dd),ipv6(src=fe80::f816:3eff:febb:245f,dst=ff02::2,label=0,proto=58,tclass=0,hlimit=255,frag=no),icmpv6(type=133,code=0), packets:0, bytes:0, used:never, actions:push_vlan(vid=1,pcp=0),1,set(tunnel(tun_id=0x1,src=55.55.55.77,dst=55.55.55.19,tos=0x0,ttl=64,flags(df,key))),pop_vlan,3,set(tunnel(tun_id=0x1,src=55.55.55.77,dst=55.55.55.89,tos=0x0,ttl=64,flags(df,key))),3,set(tunnel(tun_id=0x1,src=55.55.55.77,dst=55.55.55.17,tos=0x0,ttl=64,flags(df,key))),3 >in_port(4),eth(src=fa:16:3e:bb:24:5f,dst=33:33:ff:bb:24:5f),eth_type(0x86dd),ipv6(src=::,dst=ff02::1:ffbb:245f,label=0,proto=58,tclass=0,hlimit=255,frag=no),icmpv6(type=135,code=0),nd(target=fe80::f816:3eff:febb:245f), packets:0, bytes:0, used:never, actions:push_vlan(vid=1,pcp=0),1,set(tunnel(tun_id=0x1,src=55.55.55.77,dst=55.55.55.19,tos=0x0,ttl=64,flags(df,key))),pop_vlan,3,set(tunnel(tun_id=0x1,src=55.55.55.77,dst=55.55.55.89,tos=0x0,ttl=64,flags(df,key))),3,set(tunnel(tun_id=0x1,src=55.55.55.77,dst=55.55.55.17,tos=0x0,ttl=64,flags(df,key))),3 >in_port(4),eth(src=fa:16:3e:bb:24:5f,dst=ff:ff:ff:ff:ff:ff),eth_type(0x0800),ipv4(src=0.0.0.0,dst=255.255.255.255,proto=17,tos=0x10,ttl=128,frag=no),udp(src=68,dst=67), packets:0, bytes:0, used:never, actions:push_vlan(vid=1,pcp=0),1,set(tunnel(tun_id=0x1,src=55.55.55.77,dst=55.55.55.19,tos=0x0,ttl=64,flags(df,key))),pop_vlan,3,set(tunnel(tun_id=0x1,src=55.55.55.77,dst=55.55.55.89,tos=0x0,ttl=64,flags(df,key))),3,set(tunnel(tun_id=0x1,src=55.55.55.77,dst=55.55.55.17,tos=0x0,ttl=64,flags(df,key))),3 >in_port(4),eth(src=fa:16:3e:bb:24:5f,dst=33:33:00:00:00:16),eth_type(0x86dd),ipv6(src=::,dst=ff02::16,label=0,proto=58,tclass=0,hlimit=1,frag=no),icmpv6(type=143,code=0), packets:1, bytes:90, used:2.608s, actions:push_vlan(vid=1,pcp=0),1,set(tunnel(tun_id=0x1,src=55.55.55.77,dst=55.55.55.19,tos=0x0,ttl=64,flags(df,key))),pop_vlan,3,set(tunnel(tun_id=0x1,src=55.55.55.77,dst=55.55.55.89,tos=0x0,ttl=64,flags(df,key))),3,set(tunnel(tun_id=0x1,src=55.55.55.77,dst=55.55.55.17,tos=0x0,ttl=64,flags(df,key))),3
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 989645
:
831888
| 831960