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 <[email protected]>
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 <[email protected]>
---
 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',

Reply via email to