Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: net: net_failover: Separate cloud-ifupdown-helper and reattach-vf.sh code blocks marker

cloud-ifupdown-helper patch and reattach-vf.sh script are rendered in
htmldocs output as normal paragraphs instead of literal code blocks
due to missing separator from respective code block marker. Add it.

Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20251016093936.29442-2-bagasdotme@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Bagas Sanjaya and committed by
Jakub Kicinski
cb74f8c9 e59bc32d

+2 -4
+2 -4
Documentation/networking/net_failover.rst
··· 96 96 received only on the 'failover' device. 97 97 98 98 Below is the patch snippet used with 'cloud-ifupdown-helper' script found on 99 - Debian cloud images: 99 + Debian cloud images:: 100 100 101 - :: 102 101 @@ -27,6 +27,8 @@ do_setup() { 103 102 local working="$cfgdir/.$INTERFACE" 104 103 local final="$cfgdir/$INTERFACE" ··· 171 172 172 173 The following script is executed on the destination hypervisor once migration 173 174 completes, and it reattaches the VF to the VM and brings down the virtio-net 174 - interface. 175 + interface:: 175 176 176 - :: 177 177 # reattach-vf.sh 178 178 #!/bin/bash 179 179