lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 10 Jun 2020 17:35:19 -0700
From:   Roopa Prabhu <roopa@...ulusnetworks.com>
To:     dsahern@...il.com
Cc:     netdev@...r.kernel.org, stephen@...workplumber.org,
        nikolay@...ulusnetworks.com
Subject: [PATCH iproute2 net-next v2 0/2] support for fdb nexthop groups

From: Roopa Prabhu <roopa@...ulusnetworks.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ