On Wed, May 1, 2013 at 1:11 AM, Simon Horman <[email protected]> wrote: > learn_parse() needs to know the current ethertype, including any > updates made by MPLS push and pop actions in order to determine if > access to fields is valid or not. > > Changes made to ethertype my VLAN push and pop actions are excluded > from this logic as they do not effect the behaviour of learn_parse. > > Signed-off-by: Simon Horman <[email protected]>
It seems like it may be better to just fully separate out parsing from validation here like is done with the other actions and avoid the issue altogether. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
