Re: [ovs-dev] [PATCH 1/2] dpif-linux: Set vxlan destination port properly.

2013-02-16 Thread Ben Pfaff
I think I posted the same patch yesterday. On Feb 16, 2013 12:32 PM, "Ethan Jackson" wrote: > The existing code had gotten the endianness wrong. Found by > sparse. > > Signed-off-by: Ethan Jackson > --- > lib/dpif-linux.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --gi

[ovs-dev] [PATCH 1/2] dpif-linux: Set vxlan destination port properly.

2013-02-16 Thread Ethan Jackson
The existing code had gotten the endianness wrong. Found by sparse. Signed-off-by: Ethan Jackson --- lib/dpif-linux.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dpif-linux.c b/lib/dpif-linux.c index 3cf1225..aa1739d 100644 --- a/lib/dpif-linux.c +++ b/lib/dpif-li