Hi,
I'd like to know is there any patch that supports for 802.1qad (QinQ).
Or is there any limitation to support QinQ in ovs2.4.0?
Best Regards
tutumei
___
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss
Hi, all
OpenFlow 1.1 uses 32-bit port numbers. Open vSwitch, for now, uses OpenFlow
1.0 port numbers internally, which is 16-bit.
I want to use OpenFlow1.1 port numbers internally. Is there any solutions?
When I start to change the ovs code, I find there are many modules involved
in this issue.