]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ip: PFCP device support
authorWojciech Drewek <wojciech.drewek@intel.com>
Mon, 22 Apr 2024 12:05:50 +0000 (14:05 +0200)
committerDavid Ahern <dsahern@kernel.org>
Tue, 23 Apr 2024 15:31:23 +0000 (15:31 +0000)
commita25f6771bef3b1c06135ae5e0c2668b29a499472
tree7cf69815e81f563d39c25e59d5c7acbae8acf9e5
parent95c886b8e88474084cbb05d4454f130940828aad
ip: PFCP device support

Packet Forwarding Control Protocol is a 3GPP Protocol defined in
TS 29.244 [1]. Add support for PFCP device type in ip link.
It is capable of receiving PFCP messages and extracting its
metadata (session ID).

Its only purpose is to be used together with tc flower to create
SW/HW filters.

PFCP module does not take any netlink attributes so there is no
need to parse any args. Add new sections to the man to let the
user know about new device type.

[1] https://portal.3gpp.org/desktopmodules/Specifications/SpecificationDetails.aspx?specificationId=3111

Signed-off-by: Wojciech Drewek <wojciech.drewek@intel.com>
Signed-off-by: David Ahern <dsahern@kernel.org>
ip/iplink.c
man/man8/ip-link.8.in