From: Christoph Heiss <c.heiss@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [PATCH proxmox{,-backup} 0/3] fix #6121: add 'bond-miimon' option for network interfaces
Date: Fri, 25 Sep 2026 14:34:29 +0200 [thread overview]
Message-ID: <20260925123459.424903-1-c.heiss@proxmox.com> (raw)
Fixes #6121 [0], for both PBS and (through proxmox-network-api) PDM.
Adds a new 'bond-miimon' option to the network interface API for
specifying the link monitoring interval.
This is needed so that (at least) in active-backup mode, the bond
correctly switches over to the backup link if the active one goes down.
[0] https://bugzilla.proxmox.com/show_bug.cgi?id=6121
proxmox:
Christoph Heiss (2):
fix #6121: network-api: api: add `bond-miimon` option for interfaces
fix #6121: network-api: config: add support for `bond-miimon` option
proxmox-network-api/src/api_impl.rs | 9 +++
proxmox-network-api/src/api_types.rs | 18 ++++++
proxmox-network-api/src/config/lexer.rs | 3 +
proxmox-network-api/src/config/mod.rs | 70 ++++++++++++++++++++++++
proxmox-network-api/src/config/parser.rs | 23 ++++++++
5 files changed, 123 insertions(+)
proxmox-backup:
Christoph Heiss (1):
api: network: reuse interface create/update methods from network-api
src/api2/node/network.rs | 674 ++-------------------------------------
1 file changed, 18 insertions(+), 656 deletions(-)
next reply other threads:[~2026-09-25 12:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-25 12:34 Christoph Heiss [this message]
2026-09-25 12:34 ` [PATCH proxmox 1/3] fix #6121: network-api: api: add `bond-miimon` option for interfaces Christoph Heiss
2026-09-25 12:34 ` [PATCH proxmox 2/3] fix #6121: network-api: config: add support for `bond-miimon` option Christoph Heiss
2026-09-25 12:34 ` [PATCH proxmox-backup 3/3] api: network: reuse interface create/update methods from network-api Christoph Heiss
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260925123459.424903-1-c.heiss@proxmox.com \
--to=c.heiss@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.