Thanks Ben!
On 5/20/15, 6:43 PM, "Ben Pfaff" wrote:
>On Tue, May 19, 2015 at 01:57:57PM -0500, David Evans wrote:
>> I¹d like to implement a custom match on my custom ether_type, custom
>>layer
>> 2.5 value (not VLAN/MPLS etc.)
>> I understand that I need to modify at least:
>> * match.c with
On Tue, May 19, 2015 at 01:57:57PM -0500, David Evans wrote:
> I¹d like to implement a custom match on my custom ether_type, custom layer
> 2.5 value (not VLAN/MPLS etc.)
> I understand that I need to modify at least:
> * match.c with match_set* functions and add to the flow¹ struct my foomatch
Hi Discuss Group.
I¹d like to implement a custom match on my custom ether_type, custom layer
2.5 value (not VLAN/MPLS etc.)
I understand that I need to modify at least:
* match.c with match_set* functions and add to the flow¹ struct my foomatch
variable.
* Meta-flow.c with all the behaviors I