mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-05 04:06:49 +02:00
Revert "Push driver with pipeconfId when available"
This reverts commit 4dd6cccad747066377830a4c50e7d5d14a41c613. Change-Id: I4a8a01d332a40c80f5f4342c55ae6e03e64a1fa7
This commit is contained in:
parent
232db0f5a3
commit
f6cb3e8fd9
@ -131,7 +131,7 @@ class ONOSBmv2Switch(Switch):
|
||||
def getDeviceConfig(self, srcIP):
|
||||
|
||||
basicCfg = {
|
||||
"driver": ("bmv2:" + self.pipeconfId) if self.pipeconfId != None else "bmv2"
|
||||
"driver": "bmv2"
|
||||
}
|
||||
|
||||
if self.longitude and self.latitude:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user