Commit a397b259 authored by Bagas Sanjaya's avatar Bagas Sanjaya Committed by Steffen Klassert
Browse files

Documentation: xfrm_sync: Properly reindent list text



List texts are currently aligned at the start of column, rather than
after the list marker. Reindent them.

Reviewed-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Tested-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarBagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: default avatarSteffen Klassert <steffen.klassert@secunet.com>
parent 840188d2
Loading
Loading
Loading
Loading
+40 −37
Original line number Diff line number Diff line
@@ -121,11 +121,13 @@ in case they are not specified.
the two sysctls/proc entries are:

a) /proc/sys/net/core/sysctl_xfrm_aevent_etime
used to provide default values for the XFRMA_ETIMER_THRESH in incremental

   Used to provide default values for the XFRMA_ETIMER_THRESH in incremental
   units of time of 100ms. The default is 10 (1 second)

b) /proc/sys/net/core/sysctl_xfrm_aevent_rseqth
used to provide default values for XFRMA_REPLAY_THRESH parameter

   Used to provide default values for XFRMA_REPLAY_THRESH parameter
   in incremental packet count. The default is two packets.

4) Message types
@@ -138,6 +140,7 @@ The response is a XFRM_MSG_NEWAE which is formatted based on what
   XFRM_MSG_GETAE queried for.

   The response will always have XFRMA_LTIME_VAL and XFRMA_REPLAY_VAL TLVs.

     * if XFRM_AE_RTHR flag is set, then XFRMA_REPLAY_THRESH is also retrieved
     * if XFRM_AE_ETHR flag is set, then XFRMA_ETIMER_THRESH is also retrieved