public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Alexandre Derumier <aderumier@odiso.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH pve-manager 6/6] ui: sdn : controllers: bgp : add bgp-multipath-as-path-relax
Date: Fri, 11 Feb 2022 10:33:45 +0100	[thread overview]
Message-ID: <20220211093345.609689-7-aderumier@odiso.com> (raw)
In-Reply-To: <20220211093345.609689-1-aderumier@odiso.com>

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
---
 www/manager6/sdn/controllers/BgpEdit.js | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/www/manager6/sdn/controllers/BgpEdit.js b/www/manager6/sdn/controllers/BgpEdit.js
index b698d1be..ce5ef93d 100644
--- a/www/manager6/sdn/controllers/BgpEdit.js
+++ b/www/manager6/sdn/controllers/BgpEdit.js
@@ -68,6 +68,13 @@ Ext.define('PVE.sdn.controllers.BgpInputPanel', {
 		fieldLabel: 'ebgp-multihop',
 		allowBlank: true,
 	    },
+	    {
+		xtype: 'proxmoxcheckbox',
+		name: 'bgp-multipath-as-path-relax',
+		uncheckedValue: 0,
+		checked: false,
+		fieldLabel: 'bgp-multipath-as-path-relax',
+	    },
 	];
 
 	me.callParent();
-- 
2.30.2




  parent reply	other threads:[~2022-02-11  9:33 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-11  9:33 [pve-devel] [PATCH pve-manager 0/6] bgp/evpn improvements Alexandre Derumier
2022-02-11  9:33 ` [pve-devel] [PATCH pve-manager 1/6] ui: sdn: zones: evpn : add exitnodes-local-routing && advertise-subnets Alexandre Derumier
2022-02-11  9:33 ` [pve-devel] [PATCH pve-manager 2/6] ui: sdn: zones: evpn : add disable-arp-nd-suppression Alexandre Derumier
2022-02-11  9:33 ` [pve-devel] [PATCH pve-manager 3/6] ui: sdn: zones: evpn : add exitnodes-primary Alexandre Derumier
2022-02-11  9:33 ` [pve-devel] [PATCH pve-manager 4/6] ui: sdn: zones: evpn : move controller option on top of the form Alexandre Derumier
2022-02-11  9:33 ` [pve-devel] [PATCH pve-manager 5/6] ui: sdn: zones: evpn : add rt-import Alexandre Derumier
2022-02-11  9:33 ` Alexandre Derumier [this message]
2022-03-29 15:34 ` [pve-devel] applied: [PATCH pve-manager 0/6] bgp/evpn improvements Thomas Lamprecht

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=20220211093345.609689-7-aderumier@odiso.com \
    --to=aderumier@odiso.com \
    --cc=pve-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal