You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by nv...@apache.org on 2022/03/12 03:32:32 UTC

[cloudstack] branch main updated: ui: fix mac learning warning visibility in add network offering (#6095)

This is an automated email from the ASF dual-hosted git repository.

nvazquez pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/main by this push:
     new 59f0d55  ui: fix mac learning warning visibility in add network offering (#6095)
59f0d55 is described below

commit 59f0d558ec58024d7aa21b1f575108590c4ffd61
Author: Abhishek Kumar <ab...@gmail.com>
AuthorDate: Sat Mar 12 09:02:08 2022 +0530

    ui: fix mac learning warning visibility in add network offering (#6095)
    
    Signed-off-by: Abhishek Kumar <ab...@gmail.com>
---
 ui/src/views/offering/AddNetworkOffering.vue | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ui/src/views/offering/AddNetworkOffering.vue b/ui/src/views/offering/AddNetworkOffering.vue
index 7d1107c..2cb7d14 100644
--- a/ui/src/views/offering/AddNetworkOffering.vue
+++ b/ui/src/views/offering/AddNetworkOffering.vue
@@ -522,6 +522,7 @@ export default {
         promiscuousmode: '',
         macaddresschanges: '',
         forgedtransmits: '',
+        maclearning: this.macLearningValue,
         sourcenattype: 'peraccount',
         inlinemode: 'false',
         isolation: 'dedicated',