]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
Merge branch 'mlxsw-Preparations-for-IPv6-UC-router'
authorDavid S. Miller <davem@davemloft.net>
Tue, 18 Jul 2017 18:57:34 +0000 (11:57 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Jul 2017 18:57:34 +0000 (11:57 -0700)
commit7d2a055b23cea7fbc74e57c518336cc47c16f0f5
tree1d30c7e8600f58acd6ec97bdeadb1c685930bb84
parent7f81ff0402f512627f2a7a26325d38706000be7c
parent7dcc18adad31d15d528414bdff12bf98d33d9a20
Merge branch 'mlxsw-Preparations-for-IPv6-UC-router'

Jiri Pirko says:

====================
mlxsw: Preparations for IPv6 UC router

Ido says:

The purpose of this set is to prepare the driver for the introduction of
IPv6 FIB offload. It's mainly composed of small and non-functional
changes, that either add the IPv6 equivalent of existing IPv4 code or
aimed at making the introduction of IPv6-specific code easier.

The first five patches enable IPv6 forwarding in the device and allow us
to configure router interfaces (RIFs) based on inet6addr notifications.

The next six patches add support for programming IPv6 neighbours into
the device's table as well as dumping their activity and updating the
kernel accordingly.

The last 11 patches extend current infrastructure to allow us to program
IPv6 routes, set catch-all IPv6 trap in case of abort and make the code
more receptive towards up-coming changes.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>