Skip to content

Commit 6427035

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Change the default value for client_id_hardware to True"
2 parents e801afd + 8c3e9c0 commit 6427035

File tree

1 file changed

+1
-1
lines changed
  • networking_mlnx/plugins/ml2/drivers/mlnx

1 file changed

+1
-1
lines changed

networking_mlnx/plugins/ml2/drivers/mlnx/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
mlnx_opts = [
2020
cfg.BoolOpt('client_id_hardware',
21-
default="False",
21+
default="True",
2222
help=_("Generate client-id according to send "
2323
"dhcp-client-identifier = hardware")),
2424
]

0 commit comments

Comments
 (0)