Re: [ovs-discuss] openflow 1.3 flow mod with experimenter match

2015-05-21 Thread David Evans
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

Re: [ovs-discuss] openflow 1.3 flow mod with experimenter match

2015-05-20 Thread Ben Pfaff
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

[ovs-discuss] openflow 1.3 flow mod with experimenter match

2015-05-19 Thread David Evans
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