Vladimir Nikishkin
69474a8a58
net: vxlan: Add nolocalbypass option to vxlan.
...
If a packet needs to be encapsulated towards a local destination IP, the
packet will undergo a "local bypass" and be injected into the Rx path as
if it was received by the target VXLAN device without undergoing
encapsulation. If such a device does not exist, the packet will be
dropped.
There are scenarios where we do not want to perform such a bypass, but
instead want the packet to be encapsulated and locally received by a
user space program for post-processing.
To that end, add a new VXLAN device attribute that controls whether a
"local bypass" is performed or not. Default to performing a bypass to
maintain existing behavior.
Signed-off-by: Vladimir Nikishkin <vladimir@nikishkin.pw >
Reviewed-by: Ido Schimmel <idosch@nvidia.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2023-05-13 17:02:33 +01:00
..
2023-01-19 17:14:18 +01:00
2023-04-21 11:34:14 -07:00
2023-04-27 18:49:24 -04:00
2023-03-30 23:24:24 -07:00
2023-02-06 13:46:42 +01:00
2022-12-22 18:18:37 -08:00
2023-03-10 21:05:16 +01:00
2022-12-27 12:52:10 +01:00
2023-01-21 19:01:59 +01:00
2023-04-21 11:34:14 -07:00
2023-04-17 19:52:19 +02:00
2023-04-18 16:39:34 -07:00
2023-04-22 14:41:30 -07:00
2023-01-20 09:33:22 +00:00
2023-03-06 15:49:07 -06:00
2023-03-06 15:49:07 -06:00
2023-03-30 15:57:50 -04:00
2023-03-01 09:27:00 -08:00
2023-03-27 19:49:58 -07:00
2023-01-23 12:44:18 +00:00
2023-03-10 21:05:16 +01:00
2023-04-19 23:39:42 -04:00
2023-02-07 12:53:53 +01:00
2023-01-18 17:12:37 -08:00
2023-03-16 21:20:32 -07:00
2023-01-26 17:10:38 +01:00
2023-03-29 10:50:48 +02:00
2023-05-12 09:24:08 +01:00
2023-03-10 21:05:16 +01:00
2023-04-12 23:18:45 +05:30
2023-04-21 08:25:50 +01:00
2023-05-13 17:02:33 +01:00
2023-04-21 12:01:58 +01:00
2023-01-25 22:45:00 -08:00
2023-04-18 19:38:36 -06:00
2023-01-06 19:22:53 -08:00
2023-02-06 09:01:00 +00:00
2023-03-30 14:06:56 -06:00
2023-03-16 15:18:02 +01:00
2023-01-19 16:28:57 +01:00
2023-02-28 14:30:00 -05:00
2023-04-26 15:46:52 -04:00
2023-02-21 18:15:59 +01:00
2023-02-13 11:12:31 +00:00
2023-01-04 14:59:25 +01:00
2023-03-23 17:25:46 +01:00
2023-03-23 17:25:46 +01:00
2023-01-07 11:29:29 +01:00
2023-01-18 17:12:37 -08:00
2023-04-27 19:15:11 -06:00
2023-03-16 21:20:32 -07:00
2023-03-30 12:02:59 +02:00
2023-03-23 12:22:19 +09:00
2023-02-14 14:12:54 -08:00
2023-02-07 11:52:00 +00:00
2023-04-13 22:22:10 -07:00
2023-03-10 21:05:16 +01:00
2023-04-21 14:52:03 -07:00
2023-01-06 17:12:39 +00:00
2023-03-21 11:37:32 +01:00
2023-04-16 14:23:07 +02:00
2023-01-06 19:28:01 -08:00
2022-12-27 12:52:12 +01:00
2023-03-16 21:25:45 -07:00
2023-03-09 11:31:44 +01:00
2023-04-19 14:07:13 -06:00
2023-02-08 13:10:15 +01:00
2023-01-19 15:01:20 +01:00
2023-03-21 15:43:19 +01:00
2023-01-26 10:52:18 +01:00
2023-03-28 13:39:02 -07:00
2023-03-24 16:59:09 -04:00
2023-04-18 16:39:34 -07:00
2023-04-18 20:13:30 -06:00
2023-03-29 06:52:09 -04:00
2023-04-05 19:42:48 -07:00
2023-03-23 17:25:46 +01:00
2023-01-15 23:45:15 +02:00
2023-01-22 09:54:31 +01:00
2023-04-15 08:58:41 +01:00
2022-12-28 05:09:46 -05:00
2023-02-09 11:39:14 -07:00
2023-02-20 19:26:56 -05:00
2023-02-20 19:26:56 -05:00
2023-04-15 09:11:30 +01:00
2023-04-04 11:01:57 -04:00
2023-04-21 03:02:35 -04:00
2023-03-13 16:32:16 -07:00