Yuxiang Zhu
b67e8a4e3e
network: Add IgnoreDdontFragment= option for Fragmentation control ( #28131 )
...
From `ip-link(8)`:
> [no]ignore-df - enables/disables IPv4 DF
suppression on this tunnel. Normally datagrams
that exceed the MTU will be fragmented; the
presence of the DF flag inhibits this, resulting
instead in an ICMP Unreachable (Fragmentation
Required) message. Enabling this attribute causes
the DF flag to be ignored.
If this option is enabled for a GRE/GRETAP tunnel, the `DF` flag in the outer IP header
will not inherit the inner IP header's `DF` flag.
This is useful to transfer packets that exceed the MTU of the underlay
network.
2023-06-29 12:11:52 +02:00
..
2023-06-08 16:44:15 +02:00
2023-06-28 16:50:50 +02:00
2023-06-08 14:09:18 +02:00
2023-06-29 15:41:00 +09:00
2023-06-29 15:41:00 +09:00
2023-06-23 23:57:49 +08:00
2023-06-01 06:48:47 +09:00
2023-06-06 03:35:28 +09:00
2023-06-22 15:33:56 +09:00
2023-06-28 22:08:35 +02:00
2023-06-23 09:45:50 +02:00
2023-06-01 06:47:48 +09:00
2023-06-01 06:47:48 +09:00
2023-06-08 01:09:08 +02:00
2023-06-06 14:42:03 +02:00
2023-06-26 17:24:02 +02:00
2023-06-02 13:31:31 +02:00
2023-06-02 16:41:36 +02:00
2023-06-01 06:48:47 +09:00
2023-06-20 11:15:48 +02:00
2023-06-24 00:04:32 +08:00
2023-06-22 15:33:56 +09:00
2023-06-20 18:40:30 +02:00
2023-06-06 14:44:02 +02:00
2023-06-08 20:21:59 +01:00
2023-06-27 23:20:15 +02:00
2023-06-23 10:28:08 -06:00
2023-06-22 14:37:24 +09:00
2023-06-28 21:55:33 +02:00
2023-06-01 06:51:45 +09:00
2023-06-07 14:16:44 +02:00
2023-06-22 00:47:32 +01:00
2023-06-19 13:36:30 +02:00
2023-06-29 12:11:52 +02:00
2023-06-22 17:07:59 -06:00
2023-06-23 10:05:16 +02:00
2023-06-01 06:48:47 +09:00
2023-06-27 16:06:48 +02:00
2023-06-28 21:58:17 +02:00
2023-06-16 12:31:56 +01:00
2023-06-01 06:47:48 +09:00
2023-06-27 10:11:38 +02:00
2023-06-22 16:18:01 +09:00
2023-06-27 13:49:46 +02:00
2023-06-28 22:01:07 +02:00
2023-06-03 16:48:00 +01:00
2023-06-26 17:23:36 +02:00
2023-06-16 20:42:43 +02:00
2023-06-01 06:47:48 +09:00
2023-06-01 06:47:48 +09:00
2023-06-15 14:06:37 +02:00
2023-06-28 21:57:17 +02:00
2023-06-20 19:02:31 +02:00
2023-06-28 10:39:06 +01:00
2023-06-28 22:01:07 +02:00
2023-06-14 10:23:56 +02:00
2023-06-28 22:13:13 +02:00
2023-06-23 23:03:15 +02:00
2023-06-15 20:52:45 +02:00
2023-06-22 15:33:56 +09:00
2023-06-22 18:59:24 +02:00
2023-06-01 19:15:10 +02:00
2023-06-08 22:52:42 +01:00