[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: 
 <172019823323.18928.11832863150821186305.git-patchwork-notify@kernel.org>
Date: Fri, 05 Jul 2024 16:50:33 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Stephen Hemminger <stephen@...workplumber.org>
Cc: netdev@...r.kernel.org, matt.muggeridge2@....com
Subject: Re: [PATCH iproute] route: filter by interface on multipath routes
Hello:
This patch was applied to iproute2/iproute2.git (main)
by Stephen Hemminger <stephen@...workplumber.org>:
On Thu,  4 Jul 2024 17:44:19 -0700 you wrote:
> The ip route command would silently hide multipath routes when filter
> by interface. The problem was it was not looking for interface when
> filter multipath routes.
> 
> Example:
> 	ip link add name dummy1 up type dummy
> 	ip link add name dummy2 up type dummy
> 	ip address add 192.0.2.1/28 dev dummy1
> 	ip address add 192.0.2.17/28 dev dummy2
> 	ip route add 198.51.100.0/24 \
> 		nexthop via 192.0.2.2 dev dummy1 \
> 		nexthop via 192.0.2.18 dev dummy2
> 
> [...]
Here is the summary with links:
  - [iproute] route: filter by interface on multipath routes
    https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=0ea0699ea01d
You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists