]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Documentation: xfrm_device: Wrap iproute2 snippets in literal code block
authorBagas Sanjaya <bagasdotme@gmail.com>
Mon, 3 Nov 2025 01:50:22 +0000 (08:50 +0700)
committerSteffen Klassert <steffen.klassert@secunet.com>
Wed, 12 Nov 2025 07:28:09 +0000 (08:28 +0100)
iproute2 snippets (ip x) are shown in long-running definition lists
instead. Format them as literal code blocks that do the semantic job
better.

Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Documentation/networking/xfrm_device.rst

index 122204da0fff690e53448fc00b0f4e0e6b78af23..7a13075b5bf06ab3026d8a6a51493ad1197fa169 100644 (file)
@@ -34,7 +34,7 @@ Right now, there are two types of hardware offload that kernel supports.
 Userland access to the offload is typically through a system such as
 libreswan or KAME/raccoon, but the iproute2 'ip xfrm' command set can
 be handy when experimenting.  An example command might look something
-like this for crypto offload:
+like this for crypto offload::
 
   ip x s add proto esp dst 14.0.0.70 src 14.0.0.52 spi 0x07 mode transport \
      reqid 0x07 replay-window 32 \
@@ -42,7 +42,7 @@ like this for crypto offload:
      sel src 14.0.0.52/24 dst 14.0.0.70/24 proto tcp \
      offload dev eth4 dir in
 
-and for packet offload
+and for packet offload::
 
   ip x s add proto esp dst 14.0.0.70 src 14.0.0.52 spi 0x07 mode transport \
      reqid 0x07 replay-window 32 \