* [PATCH net] Documentation: net: net_failover: Separate cloud-ifupdown-helper and reattach-vf.sh code blocks marker
@ 2025-10-15 9:45 Bagas Sanjaya
2025-10-15 16:39 ` Simon Horman
0 siblings, 1 reply; 3+ messages in thread
From: Bagas Sanjaya @ 2025-10-15 9:45 UTC (permalink / raw)
To: Linux Kernel Mailing List, Linux Documentation, Linux Networking
Cc: Sridhar Samudrala, David S. Miller, Eric Dumazet, Jakub Kicinski,
Paolo Abeni, Simon Horman, Jonathan Corbet, Vasudev Kamath,
Krishna Kumar, Bagas Sanjaya
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.
Fixes: 738baea4970b ("Documentation: networking: net_failover: Fix documentation")
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
---
Documentation/networking/net_failover.rst | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/networking/net_failover.rst b/Documentation/networking/net_failover.rst
index f4e1b4e07adc8d..51de30597fbe40 100644
--- a/Documentation/networking/net_failover.rst
+++ b/Documentation/networking/net_failover.rst
@@ -99,6 +99,7 @@ Below is the patch snippet used with 'cloud-ifupdown-helper' script found on
Debian cloud images:
::
+
@@ -27,6 +27,8 @@ do_setup() {
local working="$cfgdir/.$INTERFACE"
local final="$cfgdir/$INTERFACE"
@@ -175,6 +176,7 @@ completes, and it reattaches the VF to the VM and brings down the virtio-net
interface.
::
+
# reattach-vf.sh
#!/bin/bash
base-commit: 7f0fddd817ba6daebea1445ae9fab4b6d2294fa8
--
An old man doll... just what I always wanted! - Clara
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH net] Documentation: net: net_failover: Separate cloud-ifupdown-helper and reattach-vf.sh code blocks marker
2025-10-15 9:45 [PATCH net] Documentation: net: net_failover: Separate cloud-ifupdown-helper and reattach-vf.sh code blocks marker Bagas Sanjaya
@ 2025-10-15 16:39 ` Simon Horman
2025-10-15 23:56 ` Bagas Sanjaya
0 siblings, 1 reply; 3+ messages in thread
From: Simon Horman @ 2025-10-15 16:39 UTC (permalink / raw)
To: Bagas Sanjaya
Cc: Linux Kernel Mailing List, Linux Documentation, Linux Networking,
Sridhar Samudrala, David S. Miller, Eric Dumazet, Jakub Kicinski,
Paolo Abeni, Jonathan Corbet, Vasudev Kamath, Krishna Kumar
On Wed, Oct 15, 2025 at 04:45:03PM +0700, Bagas Sanjaya wrote:
> 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.
>
> Fixes: 738baea4970b ("Documentation: networking: net_failover: Fix documentation")
> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
> ---
> Documentation/networking/net_failover.rst | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/Documentation/networking/net_failover.rst b/Documentation/networking/net_failover.rst
> index f4e1b4e07adc8d..51de30597fbe40 100644
> --- a/Documentation/networking/net_failover.rst
> +++ b/Documentation/networking/net_failover.rst
> @@ -99,6 +99,7 @@ Below is the patch snippet used with 'cloud-ifupdown-helper' script found on
> Debian cloud images:
>
> ::
> +
> @@ -27,6 +27,8 @@ do_setup() {
> local working="$cfgdir/.$INTERFACE"
> local final="$cfgdir/$INTERFACE"
Hi Bagas,
For the above maybe this is more succinct and intuitive:
Debian cloud images::
...
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH net] Documentation: net: net_failover: Separate cloud-ifupdown-helper and reattach-vf.sh code blocks marker
2025-10-15 16:39 ` Simon Horman
@ 2025-10-15 23:56 ` Bagas Sanjaya
0 siblings, 0 replies; 3+ messages in thread
From: Bagas Sanjaya @ 2025-10-15 23:56 UTC (permalink / raw)
To: Simon Horman
Cc: Linux Kernel Mailing List, Linux Documentation, Linux Networking,
Sridhar Samudrala, David S. Miller, Eric Dumazet, Jakub Kicinski,
Paolo Abeni, Jonathan Corbet, Vasudev Kamath, Krishna Kumar
[-- Attachment #1: Type: text/plain, Size: 297 bytes --]
On Wed, Oct 15, 2025 at 05:39:24PM +0100, Simon Horman wrote:
> Hi Bagas,
>
> For the above maybe this is more succinct and intuitive:
>
> Debian cloud images::
>
> ...
Thanks for the suggestion! I will include it in v2.
--
An old man doll... just what I always wanted! - Clara
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-10-15 23:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-15 9:45 [PATCH net] Documentation: net: net_failover: Separate cloud-ifupdown-helper and reattach-vf.sh code blocks marker Bagas Sanjaya
2025-10-15 16:39 ` Simon Horman
2025-10-15 23:56 ` Bagas Sanjaya
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).