From: Roopa Prabhu <ro...@cumulusnetworks.com>

This series adds iproute2 support for recently added
kernel fdb nexthop groups

example:
/* create fdb nexthop group */
$ip nexthop add id 12 via 172.16.1.2 fdb
$ip nexthop add id 13 via 172.16.1.3 fdb
$ip nexthop add id 102 group 12/13 fdb
   
/* assign nexthop group to fdb entry */ 
$bridge fdb add 02:02:00:00:00:13 dev vx10 nhid 102 self

v2 - address errors pointed out  by David Ahern

Roopa Prabhu (2):
  ipnexthop: support for fdb nexthops
  bridge: support for nexthop id in fdb entries

 bridge/fdb.c                 | 11 +++++++++++
 include/uapi/linux/nexthop.h |  2 ++
 ip/ipnexthop.c               | 17 ++++++++++++++++-
 man/man8/bridge.8            | 13 ++++++++++---
 man/man8/ip-nexthop.8        | 30 +++++++++++++++++++++++++++---
 5 files changed, 66 insertions(+), 7 deletions(-)

-- 
2.1.4

Reply via email to