Re: [ovs-dev] [PATCH 2/3] ofp-util: Fix usable protocols check for IPv6.

2013-06-28 Thread Ben Pfaff
On Fri, Jun 28, 2013 at 04:55:19PM +, Rajahalme, Jarno (NSN - FI/Espoo) wrote: > > On Jun 28, 2013, at 19:46 , ext Ben Pfaff wrote: > > > On Fri, Jun 28, 2013 at 07:44:04PM +0300, Jarno Rajahalme wrote: > >> Any protocol version can match dl_type=0x86dd, but only NXM and OXM can > >> match

Re: [ovs-dev] [PATCH 2/3] ofp-util: Fix usable protocols check for IPv6.

2013-06-28 Thread Rajahalme, Jarno (NSN - FI/Espoo)
On Jun 28, 2013, at 19:46 , ext Ben Pfaff wrote: > On Fri, Jun 28, 2013 at 07:44:04PM +0300, Jarno Rajahalme wrote: >> Any protocol version can match dl_type=0x86dd, but only NXM and OXM can match >> IPv6 addresses, or nd_target. >> Update unit tests to check for this. >> >> Signed-off-by: Jarno

Re: [ovs-dev] [PATCH 2/3] ofp-util: Fix usable protocols check for IPv6.

2013-06-28 Thread Ben Pfaff
On Fri, Jun 28, 2013 at 07:44:04PM +0300, Jarno Rajahalme wrote: > Any protocol version can match dl_type=0x86dd, but only NXM and OXM can match > IPv6 addresses, or nd_target. > Update unit tests to check for this. > > Signed-off-by: Jarno Rajahalme I sent out a similar patch on May 8, will you

[ovs-dev] [PATCH 2/3] ofp-util: Fix usable protocols check for IPv6.

2013-06-28 Thread Jarno Rajahalme
Any protocol version can match dl_type=0x86dd, but only NXM and OXM can match IPv6 addresses, or nd_target. Update unit tests to check for this. Signed-off-by: Jarno Rajahalme --- lib/ofp-util.c | 13 + tests/ovs-ofctl.at |6 -- 2 files changed, 9 insertions(+), 10 dele