linux-cp: FIB lookup for P2MP tunnel interfaces 14/36814/2
authorMatthew Smith <mgsmith@netgate.com>
Fri, 22 Apr 2022 18:02:32 +0000 (18:02 +0000)
committerNeale Ranns <neale@graphiant.com>
Thu, 11 Aug 2022 00:32:46 +0000 (00:32 +0000)
commitee15f8682cf5052e4a86b6498b9d0f630d1b9d68
tree6beff7553f8cacb57c61a159cf1ef0c5cdce479e
parent9fac9c8fd53b1f6d60e5de9f980cc5bfe391dc94
linux-cp: FIB lookup for P2MP tunnel interfaces

Type: improvement

If a tun/L3 interface is paired with a multipoint tunnel interface,
pass packets arriving from the host to ip[46]-lookup instead of
cross-connecting them to the tunnel interface. Adjacencies are used
to drive the rewrite for Multipoint tunnel interfaces, so the generic
adjacency used with a P2P tunnel will not work correctly.

Change-Id: I2d8be56dc5029760978c05bc4953f84c8924a412
Signed-off-by: Matthew Smith <mgsmith@netgate.com>
src/plugins/linux-cp/lcp_node.c