Hi,
According to OpenFlow Spec 1.5, you need to know which table is the first
egress table, first.
If your switch supports egress table, you can check the capabilities for the
egress table
by OFPTableFeaturesStatsReply messages.
OFPTFF_FIRST_EGRESS capability flag indicates the first egress tabl
Hi,
As the title says,
I tried to add a flow entry to an egress table with ryu controller,
but I can't find how to do it in ryu documentation.
I found that only openflow 1.5 support egress table.
I am using mininet 2.2.1 with openvswitch 2.5,
which should support openflow 1.5.
Should I config any