]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'vrf-next'
authorDavid S. Miller <davem@davemloft.net>
Sat, 18 Jun 2016 04:25:29 +0000 (21:25 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 18 Jun 2016 04:25:29 +0000 (21:25 -0700)
commitbd494c1397731110da5e484febecf581c4c46c8a
tree70ba765b4370e8f37a8b7859f054ec4e18727074
parent566bbe91f94b658b47e52d990c11734ecc0debd0
parentf1c5b73c6e415b05450f67428d1659b8187a38b5
Merge branch 'vrf-next'

David Ahern says:

====================
net: vrf: Fix ipv6 source address selection

IPv6 address selection is currently messed up for several use cases such
as unnumbered deployments with global addresses on the VRF device and none
on the enslaved devices.

Update the source address selection to consider the real output route as
opposed to the VRF route that sends packets to the VRF device first (ie.,
implement get_saddr6 similar to the IPv4 method) and update the IPv6
address selection to consider L3 domains and preference for addresses on
the VRF device).
====================

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