mbox series

[iproute2-next,0/3] L2TPv3 support in tc-flower

Message ID 20220927082318.289252-1-wojciech.drewek@intel.com (mailing list archive)
Headers show
Series L2TPv3 support in tc-flower | expand

Message

Wojciech Drewek Sept. 27, 2022, 8:23 a.m. UTC
This patchset implements support for matching
on L2TPv3 session id using tc-flower.
First two patches are uapi updates.

Kernel changes (merged):
https://lore.kernel.org/netdev/166365901622.22752.10799448124008445080.git-patchwork-notify@kernel.org/

Wojciech Drewek (3):
  uapi: move IPPROTO_L2TP to in.h
  uapi: Add TCA_FLOWER_KEY_L2TPV3_SID
  f_flower: Introduce L2TPv3 support

 include/uapi/linux/in.h      |  2 ++
 include/uapi/linux/l2tp.h    |  2 --
 include/uapi/linux/pkt_cls.h |  2 ++
 man/man8/tc-flower.8         | 11 +++++++--
 tc/f_flower.c                | 45 +++++++++++++++++++++++++++++++++++-
 5 files changed, 57 insertions(+), 5 deletions(-)