On Thu, Aug 30, 2012 at 4:20 AM, Saleha Asad <[email protected]> wrote: > I am working on implementing NVGRE on Open vSwitch. I wanted to know that > whether NVGRE can be implemented using the GRE tunnel by configuring it and > by setting the GRE key?If so,is there a need to configure OpenFlow and Open > vSwitch protocols?
Yes, NV-GRE uses the same frame format as normal GRE so you can create a tunnel port in the database with the appropriate endpoint and key. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
