Hi,
I am using OVS-2.6.1.
I setup userspace GRE tunnel, but I have noticed it only supports Transparent
Ethernet Bridging(TEB) mode by default, where as other 3rd party routers (like
cisco, vyatta etc even in linux)support IP mode for tunneled pkt.
Issue is if I try to establish GRE tunnel between one end OVS(userspace) and
other end Linux I see ovs dropping the GRE tunnel packets.
netdev_gre_pop_header()
parse_gre_header()
{
. . .
if (greh->protocol != htons(ETH_TYPE_TEB)) {
return -EINVAL;
}
. . .
}
Can someone please help me to understand why this limitation in OVS. Can OVS
able to work with IP based gre tunneled packets too, or there will be some
issue.
Regards,
Soumyadeep
The information contained in this electronic message and any attachments to
this message are intended for the exclusive use of the addressee(s) and may
contain proprietary, confidential or privileged information. If you are not the
intended recipient, you should not disseminate, distribute or copy this e-mail.
Please notify the sender immediately and destroy all copies of this message and
any attachments. WARNING: Computer viruses can be transmitted via email. The
recipient should check this email and any attachments for the presence of
viruses. The company accepts no liability for any damage caused by any virus
transmitted by this email. www.wipro.com
_______________________________________________
discuss mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss