On Fri, Dec 04, 2015 at 11:31:40PM +0800, Kevin Lo wrote:
> FreeBSD needs to include netinet/in.h to define struct in6_addr.
>
> Signed-off-by: Kevin Lo
Thanks, applied to master and branch-2.5.
___
dev mailing list
dev@openvswitch.org
http://openvswit
On Fri, Dec 04, 2015 at 11:31:40PM +0800, Kevin Lo wrote:
> FreeBSD needs to include netinet/in.h to define struct in6_addr.
>
> Signed-off-by: Kevin Lo
> ---
>
> diff --git a/lib/ovs-router.h b/lib/ovs-router.h
> index 315702c..c23d554 100644
> --- a/lib/ovs-router.h
> +++ b/lib/ovs-router.h
>
FreeBSD needs to include netinet/in.h to define struct in6_addr.
Signed-off-by: Kevin Lo
---
diff --git a/lib/ovs-router.h b/lib/ovs-router.h
index 315702c..c23d554 100644
--- a/lib/ovs-router.h
+++ b/lib/ovs-router.h
@@ -17,6 +17,8 @@
#ifndef OVS_TNL_ROUTER_H
#define OVS_TNL_ROUTER_H 1
+#in