View | Details | Raw Unified | Return to bug 229692
Collapse All | Expand All

(-)net/openvswitch/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	openvswitch
4
PORTNAME=	openvswitch
5
PORTVERSION=	2.9.2
5
PORTVERSION=	2.9.2
6
PORTREVISION=	1
6
CATEGORIES=	net
7
CATEGORIES=	net
7
MASTER_SITES=	http://openvswitch.org/releases/
8
MASTER_SITES=	http://openvswitch.org/releases/
8
9
(-)net/openvswitch/files/patch-lib_netdev-bsd.c (+19 lines)
Line 0 Link Here
1
--- lib/netdev-bsd.c.orig	2018-07-11 07:15:18 UTC
2
+++ lib/netdev-bsd.c
3
@@ -65,7 +65,6 @@
4
 
5
 VLOG_DEFINE_THIS_MODULE(netdev_bsd);
6
 
7
-
8
 struct netdev_rxq_bsd {
9
     struct netdev_rxq up;
10
 
11
@@ -1511,7 +1510,7 @@ netdev_bsd_update_flags(struct netdev *netdev_, enum n
12
     NULL, /* get_carrier_resets */                   \
13
     NULL, /* set_miimon_interval */                  \
14
     netdev_bsd_get_stats,                            \
15
-                                                     \
16
+    NULL, /* get_custom_stats */                     \
17
     GET_FEATURES,                                    \
18
     NULL, /* set_advertisement */                    \
19
     NULL, /* get_pt_mode */                          \

Return to bug 229692