summaryrefslogtreecommitdiffstats
path: root/ogcp/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'ogcp/views.py')
-rw-r--r--ogcp/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/views.py b/ogcp/views.py
index 2d5e6d0..18a107c 100644
--- a/ogcp/views.py
+++ b/ogcp/views.py
@@ -865,7 +865,7 @@ def action_client_add():
"mac": form.mac.data,
"maintenance": form.maintenance.data,
"name": form.name.data,
- "netdriver": form.netdriver.data,
+ "netdriver": "generic",
"netiface": form.netiface.data,
"netmask": form.netmask.data,
"remote": form.remote.data,