diff options
Diffstat (limited to 'proto/wireguard/wireguard.c')
-rw-r--r-- | proto/wireguard/wireguard.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/proto/wireguard/wireguard.c b/proto/wireguard/wireguard.c index 92b1171b..9129e224 100644 --- a/proto/wireguard/wireguard.c +++ b/proto/wireguard/wireguard.c @@ -149,8 +149,8 @@ wg_if_notify(struct proto *P, unsigned flags, struct iface *i) { DBG("WG: IF_CHANGE_UP %s\n", i->name); - int res = set_device(p); - WG_TRACE(D_EVENTS, "WG: wg_set_device %d", res); + /* int res = set_device(p); */ + /* WG_TRACE(D_EVENTS, "WG: wg_set_device %d", res); */ } } @@ -738,6 +738,7 @@ wg_shutdown(struct proto *P) struct wg_proto *p = (struct wg_proto*)P; wg_device *dev = NULL; + og_msg(L_INFO "wg_shutdown"); WG_TRACE(D_EVENTS, "WG: wg_shutdown"); if (get_device(p, &p->dev, cf->ifname) >= 0) { |