FreeBSD Bugzilla – Attachment 195046 Details for
Bug 229692
net/openvswitch : Fixing crash on FreeBSD
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch fixing openvswitch
openvswitch.patch (text/plain), 1.66 KB, created by
Olivier Cochard
on 2018-07-11 09:08:45 UTC
(
hide
)
Description:
patch fixing openvswitch
Filename:
MIME Type:
Creator:
Olivier Cochard
Created:
2018-07-11 09:08:45 UTC
Size:
1.66 KB
patch
obsolete
>Index: net/openvswitch/Makefile >=================================================================== >--- net/openvswitch/Makefile (revision 474303) >+++ net/openvswitch/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= openvswitch > PORTVERSION= 2.9.2 >+PORTREVISION= 1 > CATEGORIES= net > MASTER_SITES= http://openvswitch.org/releases/ > >Index: net/openvswitch/files/patch-lib_netdev-bsd.c >=================================================================== >--- net/openvswitch/files/patch-lib_netdev-bsd.c (nonexistent) >+++ net/openvswitch/files/patch-lib_netdev-bsd.c (working copy) >@@ -0,0 +1,19 @@ >+--- lib/netdev-bsd.c.orig 2018-07-11 07:15:18 UTC >++++ lib/netdev-bsd.c >+@@ -65,7 +65,6 @@ >+ >+ VLOG_DEFINE_THIS_MODULE(netdev_bsd); >+ >+- >+ struct netdev_rxq_bsd { >+ struct netdev_rxq up; >+ >+@@ -1511,7 +1510,7 @@ netdev_bsd_update_flags(struct netdev *netdev_, enum n >+ NULL, /* get_carrier_resets */ \ >+ NULL, /* set_miimon_interval */ \ >+ netdev_bsd_get_stats, \ >+- \ >++ NULL, /* get_custom_stats */ \ >+ GET_FEATURES, \ >+ NULL, /* set_advertisement */ \ >+ NULL, /* get_pt_mode */ \ > >Property changes on: net/openvswitch/files/patch-lib_netdev-bsd.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 229692
: 195046