netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iproute2-next v2 0/3] L2TPv3 support in tc-flower
@ 2022-10-05 10:44 Wojciech Drewek
  2022-10-05 10:44 ` [PATCH iproute2-next v2 1/3] uapi: move IPPROTO_L2TP to in.h Wojciech Drewek
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Wojciech Drewek @ 2022-10-05 10:44 UTC (permalink / raw)
  To: netdev; +Cc: dsahern, stephen, gnault

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/

v2: workaround for IPPROTO_L2TP definition in f_flower.c

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                | 49 +++++++++++++++++++++++++++++++++++-
 5 files changed, 61 insertions(+), 5 deletions(-)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-10-06 12:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-05 10:44 [PATCH iproute2-next v2 0/3] L2TPv3 support in tc-flower Wojciech Drewek
2022-10-05 10:44 ` [PATCH iproute2-next v2 1/3] uapi: move IPPROTO_L2TP to in.h Wojciech Drewek
2022-10-05 10:44 ` [PATCH iproute2-next v2 2/3] uapi: Add TCA_FLOWER_KEY_L2TPV3_SID Wojciech Drewek
2022-10-05 10:44 ` [PATCH iproute2-next v2 3/3] f_flower: Introduce L2TPv3 support Wojciech Drewek
2022-10-06 12:21   ` Guillaume Nault
2022-10-06 12:09 ` [PATCH iproute2-next v2 0/3] L2TPv3 support in tc-flower Guillaume Nault

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).