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.
2 parents 0d3cec2 + fc5e92d commit 46c8e6bCopy full SHA for 46c8e6b
1 file changed
networking_generic_switch/generic_switch_mech.py
@@ -36,6 +36,10 @@
36
37
class GenericSwitchDriver(api.MechanismDriver):
38
39
+ @property
40
+ def connectivity(self):
41
+ return portbindings.CONNECTIVITY_L2
42
+
43
def initialize(self):
44
"""Perform driver initialization.
45
0 commit comments