[PATCH 0/5] Extend Bridge Flags and Support IFLA_BRIDGE_MODE

Jef Oliver jef.oliver at intel.com
Wed Aug 31 17:27:04 PDT 2016


The first patch in this series fixes an error I introduced in my last              
patchset in which I apply a flag to an incorrect IFLA_ attribute. I                
should have caught the error in initial testing. My appyologies.                   
                                                                                   
The rest of the patch series is detailed in each patch, and brings                 
libnl support for bridging in line with the current kernel. (As of 4.7)            
                                                                                   
IFLA_BRIDGE_MODE is currently only supported on a few devices.         
The operation of these patches was tested on Intel hardware.

Jef Oliver (5):
  lib/route: Fix appending IFLA_BRPORT_FASTLEAVE
  lib/route: Add port state translation functions
  lib/route: Extend Bridge Flags
  lib/route: Allow override of IFLA_AF_SPEC nesting
  lib/route: Support IFLA_BRIDGE_MODE

 include/netlink-private/route/link/api.h |   8 ++
 include/netlink/route/link/bridge.h      |  19 +++
 lib/route/link.c                         |  10 +-
 lib/route/link/bridge.c                  | 196 ++++++++++++++++++++++++++++++-
 libnl-route-3.sym                        |  11 ++
 5 files changed, 238 insertions(+), 6 deletions(-)

-- 
2.9.3




More information about the libnl mailing list