[PATCH 0/3] rtnl_route: RPL SRH decoder

Mathis Marion Mathis.Marion at silabs.com
Mon Oct 23 08:56:33 UTC 2023


From: Mathis Marion <mathis.marion at silabs.com>

Hello strace developers,

I have been playing around with the RPL source routing header (SRH)
route encapsulation feature implemented by Alexander Aring and merged
in kernel v5.7 (see 96376cad3508).

strace have been of great help in understanding the whole netlink
API, and I figured I'd contribute back to dissect this part.

Mathis Marion (3):
  rtnl_route: introduce rtmsg_ctx
  rtnl_route: find lwtunnel encap type
  rtnl_route: decode RPL_IPUNNEL_SRH in RTA_ENCAP

 src/rtnl_route.c               | 142 ++++++++++++++++++++++++++++-----
 src/xlat/lwtunnel_encap_rpl.in |   3 +
 2 files changed, 124 insertions(+), 21 deletions(-)
 create mode 100644 src/xlat/lwtunnel_encap_rpl.in

-- 
2.42.0



More information about the Strace-devel mailing list