diff --git a/src/views/ne/neQuickSetup/components/Para5GForm.vue b/src/views/ne/neQuickSetup/components/Para5GForm.vue index 677bebdf..b4528fb7 100644 --- a/src/views/ne/neQuickSetup/components/Para5GForm.vue +++ b/src/views/ne/neQuickSetup/components/Para5GForm.vue @@ -49,6 +49,8 @@ let fromState = ref({ mmes11_ip: '172.16.5.220/24', ims_sip_ip: '192.168.8.110', upf_type: 'LightUPF', + upf_driver_type: 'vmxnet3', + upf_card_name: 'eth0', upfn3_pci: '0000:00:00.0', upfn3_mac: '00:00:00:00:00:00', upfn6_pci: '0000:00:00.0', @@ -106,7 +108,7 @@ watch( @@ -128,7 +130,7 @@ watch( @@ -188,7 +190,7 @@ watch( - + @@ -209,7 +211,9 @@ watch( @@ -250,7 +254,7 @@ watch( @@ -270,7 +274,7 @@ watch( @@ -285,7 +289,7 @@ watch( @@ -307,9 +311,12 @@ watch( @@ -326,7 +333,7 @@ watch( - + @@ -354,6 +361,16 @@ watch( > + + + vmxnet3 + dpdk + host + + @@ -374,6 +391,28 @@ watch( > + + + + + @@ -394,7 +433,9 @@ watch( @@ -421,7 +462,9 @@ watch( (S1AP), can be ethernet interface, virtual ethernet interface, we don't advise wireless interfaces - + @@ -436,7 +479,9 @@ watch( @@ -453,7 +498,9 @@ watch( - + diff --git a/src/views/ne/neQuickSetup/index.vue b/src/views/ne/neQuickSetup/index.vue index 4a87e8cf..894c9201 100644 --- a/src/views/ne/neQuickSetup/index.vue +++ b/src/views/ne/neQuickSetup/index.vue @@ -70,7 +70,7 @@ function fnNext() {