Re: [ovs-dev] [PATCH] match: Correct formatting of MPLS

2013-04-24 Thread Ben Pfaff
On Wed, Apr 24, 2013 at 06:02:35PM +0900, Simon Horman wrote: > 1. mpls or mplsm should be included in the formatted match instead of >dl_type=0x if the dl_type of the match is ETH_TYPE_MPLS or >ETH_TYPE_MPLS_MCAST respectively. This is consistent with the treatment >of other dl_ty

[ovs-dev] [PATCH] match: Correct formatting of MPLS

2013-04-24 Thread Simon Horman
1. mpls or mplsm should be included in the formatted match instead of dl_type=0x if the dl_type of the match is ETH_TYPE_MPLS or ETH_TYPE_MPLS_MCAST respectively. This is consistent with the treatment of other dl_types in match_format(). 2. Add formatting of MPLS TTL to match_format(