summaryrefslogtreecommitdiff
path: root/pkg/backend/webapi.go
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2021-03-24 12:47:02 +0100
committerkali kaneko (leap communications) <kali@leap.se>2021-05-04 14:58:39 +0200
commit4e1f3a4f88136e497962e4f976d5c7f216c31a15 (patch)
tree86fd6aea30aca3753b5be785eb684cbb3d205e6b /pkg/backend/webapi.go
parentb14d048e6089233f5c698426652e85bfa1d89488 (diff)
Let's rename the API to use location instead of gateway
Diffstat (limited to 'pkg/backend/webapi.go')
-rw-r--r--pkg/backend/webapi.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/backend/webapi.go b/pkg/backend/webapi.go
index 3e4efd3..903112e 100644
--- a/pkg/backend/webapi.go
+++ b/pkg/backend/webapi.go
@@ -51,8 +51,7 @@ func webGatewaySet(w http.ResponseWriter, r *http.Request) {
}
gwLabel := r.FormValue("gw")
fmt.Fprintf(w, "selected gateway: %s\n", gwLabel)
- // FIXME catch error here, return it (error code)
- useGateway(gwLabel)
+ ctx.bm.UseGateway(gwLabel)
// TODO make sure we don't tear the fw down on reconnect...
SwitchOff()
// a little sleep is needed, though, because iptables takes some time