We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37cfc74 commit c7aed39Copy full SHA for c7aed39
1 file changed
server/controller/trisolaris/vtap/vtap_cache.go
@@ -477,7 +477,7 @@ func (c *VTapCache) unsetLicenseFunctionEnable() {
477
func (c *VTapCache) convertLicenseFunctions() {
478
v := c.vTapInfo
479
c.unsetLicenseFunctionEnable()
480
- if c.GetVTapType() != common.VTAP_TYPE_DEDICATED && c.GetOwner() == common.VTAP_OWNER_DEEPFLOW {
+ if c.GetVTapType() == common.VTAP_TYPE_DEDICATED || c.GetOwner() == common.VTAP_OWNER_DEEPFLOW {
481
c.enabledNetNpb.Set()
482
c.enabledNetNpmd.Set()
483
c.enabledNetDpdk.Set()
0 commit comments