]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
uapi: update bpf.h
authorStephen Hemminger <stephen@networkplumber.org>
Tue, 20 May 2025 14:44:32 +0000 (07:44 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 20 May 2025 14:44:32 +0000 (07:44 -0700)
Minor comment from upstream

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
include/uapi/linux/bpf.h

index 00d05b86c90ca1a882462968cbfb16086473e21a..2574ea7a04404a95840621fa9073aa7b4e633631 100644 (file)
@@ -4968,6 +4968,9 @@ union bpf_attr {
  *             the netns switch takes place from ingress to ingress without
  *             going through the CPU's backlog queue.
  *
+ *             *skb*\ **->mark** and *skb*\ **->tstamp** are not cleared during
+ *             the netns switch.
+ *
  *             The *flags* argument is reserved and must be 0. The helper is
  *             currently only supported for tc BPF program types at the
  *             ingress hook and for veth and netkit target device types. The