Re: [PATCH net-next] mlxsw: spectrum_span: Support LAG under mirror-to-gretap

2018-05-14 Thread David Miller
From: Ido Schimmel Date: Mon, 14 May 2018 09:40:44 +0300 > From: Petr Machata > > When resolving a path that the packet will take after being encapsulated > in mirror-to-gretap scenarios, one of the devices en route could be a > LAG. In that case, mirror to first up slave that corresponds to a

[PATCH net-next] mlxsw: spectrum_span: Support LAG under mirror-to-gretap

2018-05-13 Thread Ido Schimmel
From: Petr Machata When resolving a path that the packet will take after being encapsulated in mirror-to-gretap scenarios, one of the devices en route could be a LAG. In that case, mirror to first up slave that corresponds to a front panel port. Signed-off-by: Petr Machata Signed-off-by: Ido Sc